tabtools icon indicating copy to clipboard operation
tabtools copied to clipboard

Desing proper build system

Open pavlov99 opened this issue 8 years ago • 0 comments

There are could be two ways to install the package: 1) with pip 2) build python files and copy them form this repo.

Python packaging is already in place: https://pypi.python.org/pypi/tabtools

While pip packaging is a common way to distribute python library, some of the servers might not have internet connection (private clouds) and "deployment" to such systems could be done only via file transfer to local ~/bin. This task is about python executable files assembling, each of them should have no dependencies.

pavlov99 avatar Oct 30 '16 04:10 pavlov99