pkglite for Python
¶
A simple framework for packing source projects of any language into portable text files and restoring them into the original directory structure.
Besides the Python API, a command line interface is also provided.
Installation¶
You can install pkglite for Python from PyPI:
Or install the development version from GitHub:
To install the command line tool globally, use pipx.
Usage¶
Check out the getting started article for the CLI and Python API usage.
See the design article about the rationale for this package.
License¶
This project is licensed under the terms of the MIT license.