Skip to content

pkglite for Python

PyPI version Python versions CI Tests mkdocs PyPI Downloads License

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:

pip install pkglite

Or install the development version from GitHub:

git clone https://github.com/pharmaverse/py-pkglite.git
cd py-pkglite
python3 -m pip install -e .

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.