pkglite for Python ¶
A simple framework for packing source packages written in any programming language into a text file and restoring them into the original directory structure.
Beisdes 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.