pkg-about


Namepkg-about JSON
Version 1.2.5 PyPI version JSON
download
home_pageNone
SummaryShares Python package metadata at runtime.
upload_time2024-11-14 10:13:15
maintainerAdam Karpierz
docs_urlNone
authorAdam Karpierz
requires_python<4.0.0,>=3.9.0
licensezlib/libpng License ; https://opensource.org/license/zlib
keywords pkg_about __about__ packaging
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pkg_about
=========

Shares Python package metadata at runtime.

Overview
========

TBD...

`PyPI record`_.

`Documentation`_.

Usage
-----

TBD...

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

Prerequisites:

+ Python 3.9 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-2024 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.2.5 (2024-11-13)
------------------
- More unittests.
- 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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pkg-about",
    "maintainer": "Adam Karpierz",
    "docs_url": null,
    "requires_python": "<4.0.0,>=3.9.0",
    "maintainer_email": "adam@karpierz.net",
    "keywords": "pkg_about, __about__, packaging",
    "author": "Adam Karpierz",
    "author_email": "adam@karpierz.net",
    "download_url": "https://files.pythonhosted.org/packages/26/d2/189a8228828c23d202d58e2c9283dab4273df12696f42e562cba705d930f/pkg_about-1.2.5.zip",
    "platform": "any",
    "description": "pkg_about\r\n=========\r\n\r\nShares Python package metadata at runtime.\r\n\r\nOverview\r\n========\r\n\r\nTBD...\r\n\r\n`PyPI record`_.\r\n\r\n`Documentation`_.\r\n\r\nUsage\r\n-----\r\n\r\nTBD...\r\n\r\nInstallation\r\n============\r\n\r\nPrerequisites:\r\n\r\n+ Python 3.9 or higher\r\n\r\n  * https://www.python.org/\r\n\r\n+ pip and setuptools\r\n\r\n  * https://pypi.org/project/pip/\r\n  * https://pypi.org/project/setuptools/\r\n\r\nTo install run:\r\n\r\n  .. parsed-literal::\r\n\r\n    python -m pip install --upgrade |package|\r\n\r\nDevelopment\r\n===========\r\n\r\nPrerequisites:\r\n\r\n+ Development is strictly based on *tox*. To install it run::\r\n\r\n    python -m pip install --upgrade tox\r\n\r\nVisit `Development page`_.\r\n\r\nInstallation from sources:\r\n\r\nclone the sources:\r\n\r\n  .. parsed-literal::\r\n\r\n    git clone |respository| |package|\r\n\r\nand run:\r\n\r\n  .. parsed-literal::\r\n\r\n    python -m pip install ./|package|\r\n\r\nor on development mode:\r\n\r\n  .. parsed-literal::\r\n\r\n    python -m pip install --editable ./|package|\r\n\r\nLicense\r\n=======\r\n\r\n  | |copyright|\r\n  | Licensed under the zlib/libpng License\r\n  | https://opensource.org/license/zlib\r\n  | Please refer to the accompanying LICENSE file.\r\n\r\nAuthors\r\n=======\r\n\r\n* Adam Karpierz <adam@karpierz.net>\r\n\r\n.. |package| replace:: pkg_about\r\n.. |package_bold| replace:: **pkg_about**\r\n.. |copyright| replace:: Copyright (c) 2020-2024 Adam Karpierz\r\n.. |respository| replace:: https://github.com/karpierz/pkg_about.git\r\n.. _Development page: https://github.com/karpierz/pkg_about\r\n.. _PyPI record: https://pypi.org/project/pkg-about/\r\n.. _Documentation: https://pkg-about.readthedocs.io/\r\n\r\nChangelog\r\n=========\r\n\r\n1.2.5 (2024-11-13)\r\n------------------\r\n- More unittests.\r\n- 100% code coverage.\r\n- Tox configuration is now in native (toml) format.\r\n- Setup (dependencies) update.\r\n\r\n1.2.2 (2024-10-30)\r\n------------------\r\n- Setup (dependencies) update.\r\n\r\n1.2.0 (2024-09-30)\r\n------------------\r\n- Drop support for Python 3.8\r\n- Ability to obtain __copyright__ from the README.rst content.\r\n- Setup (dependencies) update.\r\n\r\n1.1.8 (2024-08-13)\r\n------------------\r\n- Add support for Python 3.13\r\n- Setup (dependencies) update.\r\n\r\n1.1.7 (2024-07-15)\r\n------------------\r\n- Setup (dependencies) update.\r\n\r\n1.1.6 (2024-06-20)\r\n------------------\r\n- Setup (dependencies) update.\r\n\r\n1.1.5 (2024-01-26)\r\n------------------\r\n- Setup update (now based on tox >= 4.0).\r\n- Cleanup.\r\n\r\n1.1.0 (2023-12-15)\r\n------------------\r\n- Add support for Python 3.12\r\n- Drop support for Python 3.7\r\n- Add support for PyPy 3.10\r\n- Drop support for PyPy 3.7 and 3.8\r\n- Bugfix for parsing metadata's \"Project-URL\".\r\n- Bugfix of about_from_setup() for __version_info__.\r\n- | Enhancement\" the 'package_path' parameter of the about_from_setup()\r\n  | can now be of type string or Path.\r\n- Bugfix of about_from_setup() for parsing author and maintainer emails.\r\n- Copyright year update.\r\n- Added a trivial unit test.\r\n\r\n1.0.8 (2022-10-18)\r\n------------------\r\n- Tox configuration has been moved to pyproject.toml\r\n\r\n1.0.7 (2022-08-22)\r\n------------------\r\n- Setup update.\r\n\r\n1.0.6 (2022-07-24)\r\n------------------\r\n- Add __author_email__ (as alias of __email__).\r\n- Add __maintainer_email__.\r\n- Setup update (currently based mainly on pyproject.toml).\r\n\r\n1.0.5 (2022-07-20)\r\n------------------\r\n- Add about_from_setup() (to use e.g. in docs.conf.py).\r\n- Add support for Python 3.10 and 3.11\r\n- Add support for PyPy 3.7, 3.8 and 3.9\r\n- Setup update.\r\n\r\n1.0.4 (2022-01-10)\r\n------------------\r\n- Drop support for Python 3.6\r\n- Copyright year update.\r\n- Setup update.\r\n\r\n1.0.3 (2021-10-14)\r\n------------------\r\n- Setup update.\r\n\r\n1.0.2 (2021-07-20)\r\n------------------\r\n- First functional release.\r\n\r\n0.0.1 (2020-10-16)\r\n------------------\r\n- Initial commit.\r\n",
    "bugtrack_url": null,
    "license": "zlib/libpng License ; https://opensource.org/license/zlib",
    "summary": "Shares Python package metadata at runtime.",
    "version": "1.2.5",
    "project_urls": {
        "Documentation": "https://pkg-about.readthedocs.io/",
        "Download": "https://pypi.org/project/pkg-about/",
        "Homepage": "https://pypi.org/project/pkg-about/",
        "Issues": "https://github.com/karpierz/pkg_about/issues",
        "Source": "https://github.com/karpierz/pkg_about"
    },
    "split_keywords": [
        "pkg_about",
        " __about__",
        " packaging"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f402d7894c18b5c909d643dad273ad47b204a2a98220b61e081d513428caff7c",
                "md5": "a9690932fdfeab23b55611232f0669b9",
                "sha256": "62dc0479e4143d7fea018378cf19fb9581dca76e7eae2231a8394260e1eb8fe1"
            },
            "downloads": -1,
            "filename": "pkg_about-1.2.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a9690932fdfeab23b55611232f0669b9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0.0,>=3.9.0",
            "size": 6415,
            "upload_time": "2024-11-14T10:13:13",
            "upload_time_iso_8601": "2024-11-14T10:13:13.216575Z",
            "url": "https://files.pythonhosted.org/packages/f4/02/d7894c18b5c909d643dad273ad47b204a2a98220b61e081d513428caff7c/pkg_about-1.2.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "26d2189a8228828c23d202d58e2c9283dab4273df12696f42e562cba705d930f",
                "md5": "1702f88f6f9d00e4277560766e627db9",
                "sha256": "a35467130692ab7861ed39e4422bc486e699273a68155f8bc6f6c68aa71af06d"
            },
            "downloads": -1,
            "filename": "pkg_about-1.2.5.zip",
            "has_sig": false,
            "md5_digest": "1702f88f6f9d00e4277560766e627db9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0.0,>=3.9.0",
            "size": 20013,
            "upload_time": "2024-11-14T10:13:15",
            "upload_time_iso_8601": "2024-11-14T10:13:15.249047Z",
            "url": "https://files.pythonhosted.org/packages/26/d2/189a8228828c23d202d58e2c9283dab4273df12696f42e562cba705d930f/pkg_about-1.2.5.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-14 10:13:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "karpierz",
    "github_project": "pkg_about",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pkg-about"
}
        
Elapsed time: 1.58143s