Skip to main content

Creates an egg or a zip distribution with all its transitive dependencies

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyassembly-2.3.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

pyassembly-2.3-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page