Metadata-Version: 2.4
Name: pkg_about
Version: 1.3.7
Summary: Shares Python package metadata at runtime.
Author: Adam Karpierz
Author-email: adam@karpierz.net
Maintainer: Adam Karpierz
Maintainer-email: adam@karpierz.net
License-Expression: Zlib
Project-URL: Homepage, https://pypi.org/project/pkg-about/
Project-URL: Documentation, https://pkg-about.readthedocs.io/
Project-URL: Download, https://pypi.org/project/pkg-about/
Project-URL: Source, https://github.com/karpierz/pkg_about
Project-URL: Issues, https://github.com/karpierz/pkg_about/issues
Keywords: pkg_about,__about__,packaging
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Polish
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <4.0.0,>=3.10.0
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE
Requires-Dist: setuptools>=80.9.0
Requires-Dist: packaging>=25.0.0
Requires-Dist: tomli>=2.2.1; python_version < "3.11"
Provides-Extra: doc
Requires-Dist: Sphinx>=8.1.3; extra == "doc"
Requires-Dist: sphinx-autodoc-typehints>=3.0.1; extra == "doc"
Requires-Dist: sphinx-toolbox>=4.0.0; extra == "doc"
Requires-Dist: sphinx-tabs>=3.4.5; extra == "doc"
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
Requires-Dist: sphinxcontrib-spelling>=8.0.1; extra == "doc"
Requires-Dist: sphinx-lint>=1.0.0; extra == "doc"
Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
Requires-Dist: nbsphinx>=0.9.7; extra == "doc"
Provides-Extra: test
Requires-Dist: deepdiff>=8.5.0; extra == "test"
Requires-Dist: rich>=14.0.0; extra == "test"
Dynamic: license-file

pkg_about
=========

Shares Python package metadata at runtime.

Overview
========

TBD...

`PyPI record`_.

`Documentation`_.

Usage
-----

TBD...

Installation
============

Prerequisites:

+ Python 3.10 or higher

  * https://www.python.org/

+ pip and setuptools

  * https://pypi.org/project/pip/
  * https://pypi.org/project/setuptools/

To install run:

  .. parsed-literal::

    python -m pip install --upgrade |package|

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:

  .. parsed-literal::

    git clone |respository| |package|

and run:

  .. parsed-literal::

    python -m pip install ./|package|

or on development mode:

  .. parsed-literal::

    python -m pip install --editable ./|package|

License
=======

  | |copyright|
  | Licensed under the zlib/libpng License
  | https://opensource.org/license/zlib
  | Please refer to the accompanying LICENSE file.

Authors
=======

* Adam Karpierz <adam@karpierz.net>

.. |package| replace:: pkg_about
.. |package_bold| replace:: **pkg_about**
.. |copyright| replace:: Copyright (c) 2020-2025 Adam Karpierz
.. |respository| replace:: https://github.com/karpierz/pkg_about.git
.. _Development page: https://github.com/karpierz/pkg_about
.. _PyPI record: https://pypi.org/project/pkg-about/
.. _Documentation: https://pkg-about.readthedocs.io/

Changelog
=========

1.3.7 (2025-07-07)
------------------
- Use standard importlib.metadata instead of importlib-metadata.
- Setup (dependencies) update.

1.3.6 (2025-06-11)
------------------
- Setup (dependencies) update.

1.3.5 (2025-05-15)
------------------
- | The 'License-Expression' metadata field takes precedence over the
  | 'License' metadata field.
- The distribution is now created using 'build' instead of 'setuptools'.
- Setup (dependencies) update (due to regressions in tox and setuptools).

1.3.3 (2025-05-04)
------------------
- Setup (dependencies) update.

1.3.1 (2025-05-01)
------------------
- Add support for Python 3.14
- Drop support for Python 3.9 (due to compatibility issues).
- Update readthedocs's python to version 3.13
- Update tox's base_python to version 3.13
- | Remove the ability to obtain __copyright__ from the README.rst or
  | __about__.py due to significant compatibility issue(s) (because the
  | 'Copyright' field is not a member of the package metadata at all).
  | For now, the __copyright__ field is the same as __author__ field
  | (which is always obtained from the package metadata).
- Remove dependencies on docutils.
- Setup (dependencies) update.

1.2.11 (2025-03-20)
-------------------
- Add support for PyPy 3.11
- Drop support for PyPy 3.9
- Setup (dependencies) update.

1.2.10 (2025-03-15)
-------------------
- Setup (dependencies) update.

1.2.9 (2025-02-14)
------------------
- Setup (dependencies) update.

1.2.8 (2025-01-25)
------------------
- Setup (dependencies) update.

1.2.7 (2025-01-20)
------------------
- Copyright year update.
- Setup (dependencies) update.

1.2.6 (2024-12-13)
------------------
- Source distribution (\*.tar.gz now) is compliant with PEP-0625.
- Setup (dependencies) update.

1.2.5 (2024-11-13)
------------------
- More unittests.
- 100% code linting.
- 100% code coverage.
- Tox configuration is now in native (toml) format.
- Setup (dependencies) update.

1.2.2 (2024-10-30)
------------------
- Setup (dependencies) update.

1.2.0 (2024-09-30)
------------------
- Drop support for Python 3.8
- Ability to obtain __copyright__ from the README.rst content.
- Setup (dependencies) update.

1.1.8 (2024-08-13)
------------------
- Add support for Python 3.13
- Setup (dependencies) update.

1.1.7 (2024-07-15)
------------------
- Setup (dependencies) update.

1.1.6 (2024-06-20)
------------------
- Setup (dependencies) update.

1.1.5 (2024-01-26)
------------------
- Setup update (now based on tox >= 4.0).
- Cleanup.

1.1.0 (2023-12-15)
------------------
- Add support for Python 3.12
- Drop support for Python 3.7
- Add support for PyPy 3.10
- Drop support for PyPy 3.7 and 3.8
- Bugfix for parsing metadata's 'Project-URL'.
- Bugfix of about_from_setup() for __version_info__.
- | Enhancement: the 'package_path' parameter of the about_from_setup()
  | can now be of type string or Path.
- Bugfix of about_from_setup() for parsing author and maintainer emails.
- Copyright year update.
- Added a trivial unit test.

1.0.8 (2022-10-18)
------------------
- Tox configuration has been moved to pyproject.toml

1.0.7 (2022-08-22)
------------------
- Setup update.

1.0.6 (2022-07-24)
------------------
- Add __author_email__ (as alias of __email__).
- Add __maintainer_email__.
- Setup update (currently based mainly on pyproject.toml).

1.0.5 (2022-07-20)
------------------
- Add about_from_setup() (to use e.g. in docs.conf.py).
- Add support for Python 3.10 and 3.11
- Add support for PyPy 3.7, 3.8 and 3.9
- Setup update.

1.0.4 (2022-01-10)
------------------
- Drop support for Python 3.6
- Copyright year update.
- Setup update.

1.0.3 (2021-10-14)
------------------
- Setup update.

1.0.2 (2021-07-20)
------------------
- First functional release.

0.0.1 (2020-10-16)
------------------
- Initial commit.
