Metadata-Version: 2.3
Name: PackageIt
Version: 3.4.0
Summary: Create new, build and install Python Packages from a template
License: MIT
Author: Hendrik du Toit
Author-email: hendrik@brightedge.co.za
Maintainer: Hendrik du Toit
Maintainer-email: hendrikdt@citiqprepaid.co.za
Requires-Python: >=3.10
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Version Control
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: beetools (>=5.2.4,<6.0.0)
Requires-Dist: configparserext (>=1.4.8,<2.0.0)
Requires-Dist: gitignore-parser (>=0.1.11,<0.2.0)
Requires-Dist: gitpython (>=3.1.44,<4.0.0)
Requires-Dist: pydantic-settings (>=2.7.1,<3.0.0)
Requires-Dist: pygithub (>=2.5.0,<3.0.0)
Requires-Dist: releaselogit (>=0.17.0,<1.0.0)
Requires-Dist: semverit (>=0.3.9,<1.0.0)
Requires-Dist: setuptools (>=75.8.0,<76.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Project-URL: Homepage, https://github.com/BrightEdgeeServices/PackageIt
Project-URL: Repository, https://github.com/BrightEdgeeServices/PackageIt.git
Project-URL: changelog, https://github.com/BrightEdgeeServices/PackageIt/blob/enhancement/master/ReleaseNotes.md
Project-URL: issues, https://github.com/BrightEdgeeServices/PackageIt/issues
Description-Content-Type: text/x-rst

=========
PackageIt
=========

+-----------+------------------------------------------------------------------------------------+
|**General**| |maintenance_y| |semver| |license|                                                 |
+-----------+------------------------------------------------------------------------------------+
|**CI**     | |codestyle| |codecov|                                                              |
+-----------+------------------------------------------------------------------------------------+
|**PyPI**   | |pypi_release| |pypi_py_versions| |pypi_status| |pypi_format| |pypi_downloads|     |
+-----------+------------------------------------------------------------------------------------+
|**Github** | |gh_issues| |gh_language| |gh_last_commit|                                         |
+-----------+------------------------------------------------------------------------------------+

    Create new, build and install Python Packages from a template

.. General

.. |maintenance_n| image:: https://img.shields.io/badge/Maintenance%20Intended-✖-red.svg?style=flat-square
    :target: http://unmaintained.tech/
    :alt: Maintenance - not intended

.. |maintenance_y| image:: https://img.shields.io/badge/Maintenance%20Intended-✔-green.svg?style=flat-square
    :target: http://unmaintained.tech/
    :alt: Maintenance - intended

.. |license| image:: https://img.shields.io/pypi/l/PackageIt
    :target: https://github.com/BrightEdgeeServices/PackageIt/blob/master/LICENSE
    :alt: License

.. |semver| image:: https://img.shields.io/badge/Semantic%20Versioning-2.0.0-brightgreen.svg?style=flat-square
    :target: https://semver.org/
    :alt: Semantic Versioning - 2.0.0

.. |codestyle| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black
    :alt: Code Style Black


.. CI

.. |pre_commit_ci| image:: https://img.shields.io/github/actions/workflow/status/BrightEdgeeServices/PackageIt/pre-commit.yml?label=pre-commit
    :target: https://github.com/BrightEdgeeServices/PackageIt/blob/master/.github/workflows/pre-commit.yml
    :alt: Pre-Commit

.. |gha_tests| image:: https://img.shields.io/github/actions/workflow/status/BrightEdgeeServices/PackageIt/ci.yml?label=ci
    :target: https://github.com/BrightEdgeeServices/PackageIt/blob/master/.github/workflows/ci.yml
    :alt: Test status

.. |gha_docu| image:: https://img.shields.io/readthedocs/sqlalchemyexample
    :target: https://github.com/BrightEdgeeServices/PackageIt/blob/master/.github/workflows/check-rst-documentation.yml
    :alt: Read the Docs

.. |codecov| image:: https://img.shields.io/codecov/c/gh/BrightEdgeeServices/PackageIt
    :target: https://app.codecov.io/gh/BrightEdgeeServices/PackageIt
    :alt: CodeCov


.. PyPI

.. |pypi_release| image:: https://img.shields.io/pypi/v/PackageIt
    :target: https://pypi.org/project/PackageIt/
    :alt: PyPI - Package latest release

.. |pypi_py_versions| image:: https://img.shields.io/pypi/pyversions/PackageIt
    :target: https://pypi.org/project/PackageIt/
    :alt: PyPI - Supported Python Versions

.. |pypi_format| image:: https://img.shields.io/pypi/wheel/PackageIt
    :target: https://pypi.org/project/PackageIt/
    :alt: PyPI - Format

.. |pypi_downloads| image:: https://img.shields.io/pypi/dm/PackageIt
    :target: https://pypi.org/project/PackageIt/
    :alt: PyPI - Monthly downloads

.. |pypi_status| image:: https://img.shields.io/pypi/status/PackageIt
    :target: https://pypi.org/project/PackageIt/
    :alt: PyPI - Status


.. GitHub

.. |gh_issues| image:: https://img.shields.io/github/issues-raw/BrightEdgeeServices/PackageIt
    :target: https://github.com/BrightEdgeeServices/PackageIt/issues
    :alt: GitHub - Issue Counter

.. |gh_language| image:: https://img.shields.io/github/languages/top/BrightEdgeeServices/PackageIt
    :target: https://github.com/BrightEdgeeServices/PackageIt
    :alt: GitHub - Top Language

.. |gh_last_commit| image:: https://img.shields.io/github/last-commit/BrightEdgeeServices/PackageIt/master
    :target: https://github.com/BrightEdgeeServices/PackageIt/commit/master
    :alt: GitHub - Last Commit

.. |gh_deployment| image:: https://img.shields.io/github/deployments/BrightEdgeeServices/PackageIt/pypi
    :target: https://github.com/BrightEdgeeServices/PackageIt/deployments/pypi
    :alt: GitHub - PiPy Deployment

