This repository contains some common Python libraries shared among my unpublished repositories.
To utilize these libraries in a downsteram project, add the following line to your dependencies:
common-libs@git+https://github.com/yugokato/common-libs
Note
See pyproject.toml for supported optional dependencies
The version of the libraries in this repository is currently not incremented with each update.
When you need to reflect the latest changes from this repository in your downstream project, make sure to reinstall the library using the --force-reinstall option with pip.
Example:
pip install --force-reinstall <package-name>