PyAssembly
pyassembly is the Python setup.py command. If you are familiar with fat or uber jar, than this command will come as no surprise for you. By installing and using it, you will get an "uber" egg or zip file, which will contain not only your project, but will also include all the dependencies you specified in you requirements.txt file, including the dependence of the dependencies (a.k.a. transitive dependencies), making it easy to create a self-contained distribution.
Installing
.. code-block:: shell
$ pip install pyassembly
Alternatively, you can include it into your requirements.txt file.
How to use
Example for using the tool
.. code-block:: shell
$ python setup.py pyassembly
How to get more options
After you installed the command you can get the list of options
.. code-block:: shell
$ python setup.py pyassembly --help
Reporting Issues
If you have suggestions, bugs or other issues with this command - please open an issue or make a pull request.
Release files for pyassembly 2.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyassembly-2.3.tar.gz | 3.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyassembly-2.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.5 kB
Release files / pyassembly-2.3.tar.gz
| Download URL | pyassembly-2.3.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7a1a0d93d575d50d8274884cbaed09c5dbe4950b6b4767f5e7d3cdd76f163846
|
|
BLAKE2b-256 checksum How to use checksums |
fe416a2a4a7b3061a94cff2761ce9d9b8d04c3ccc0b2daec4484492e9bec5e0e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
|
Release files / pyassembly-2.3-py3-none-any.whl
| Download URL | pyassembly-2.3-py3-none-any.whl |
|---|---|
| Size | 4.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
29584e962c0e55efa6ba789a4903de1948077875ff12cd49c9fabdb1d4d74b15
|
|
BLAKE2b-256 checksum How to use checksums |
61f622388ccb1930e30e9bc50cfe803fabc64065317d520404e38be7341790a7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
|