Shares Python package metadata at runtime.
TBD...
TBD...
Prerequisites:
- Python 3.9 or higher
- pip and setuptools
To install run:
python -m pip install --upgrade pkg_about
Prerequisites:
-
Development is strictly based on tox. To install it run:
python -m pip install --upgrade tox
Visit Development page.
Installation from sources:
clone the sources:
git clone https://github.com/karpierz/pkg_about.git pkg_about
and run:
python -m pip install ./pkg_about
or on development mode:
python -m pip install --editable ./pkg_about
Copyright (c) 2020-2024 Adam KarpierzLicensed under the zlib/libpng LicensePlease refer to the accompanying LICENSE file.
- Adam Karpierz <adam@karpierz.net>