Shares Python package metadata at runtime.


Keywords
pkg-about, pkg_about, __about__, packaging
Licenses
Zlib/Libpng/MIT-feh/Zlib
Install
pip install pkg-about==1.1.6

Documentation

pkg-about

Shares Python package metadata at runtime.

Overview

TBD...

PyPI record.

Documentation.

Usage

TBD...

Installation

Prerequisites:

To install run:

python -m pip install --upgrade pkg-about

Development

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

License

Copyright (c) 2020-2024 Adam Karpierz
Licensed under the zlib/libpng License
Please refer to the accompanying LICENSE file.

Authors