Skip to content

lamestation/packthing

Repository files navigation

image
Build status PyPI package PyPI - Python version Downloads License Code style: black

packthing is a high-level integration tool that makes packaging and distributing your application simple.

  • One project, many formats - quickly produce a versioned distribution for any project type that’s supported.
  • Configuration is simple - prepare your project for deployment in just a few steps.
  • Not an expert? Not a problem - save yourself hundreds of hours learning operating system details; get it done and get on with your life.

Installation

packthing is installable via pip:

pip install --user packthing

pipenv is used for local development:

pipenv install --dev
pip install --editable .

Usage

For full usage instructions, see the documentation.

Contact

Submit bug reports, suggest features, and view the source on GitHub.