Metadata-Version: 2.1
Name: ffy00.packaging
Version: 0.1.0
Summary: Collection of packaging related utilities
Author-email: Filipe Laíns <lains@riseup.net>
License: Copyright © 2019 Filipe Laíns <filipe.lains@gmail.com>
        
        Permission is hereby granted, free of charge, to any person obtaining a
        copy of this software and associated documentation files (the "Software"),
        to deal in the Software without restriction, including without limitation
        the rights to use, copy, modify, merge, publish, distribute, sublicense,
        and/or sell copies of the Software, and to permit persons to whom the
        Software is furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice (including the next
        paragraph) shall be included in all copies or substantial portions of the
        Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
        THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
        FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
        DEALINGS IN THE SOFTWARE.
        
Project-URL: homepage, https://github.com/FFY00/ffy00.packaging
Project-URL: changelog, https://pypa-build.readthedocs.io/en/stable/changelog.html
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: packaging (>=19.0)
Requires-Dist: tomli (>=1.1.0) ; python_version < "3.11"
Requires-Dist: importlib-metadata (>=0.22) ; python_version < "3.8"
Provides-Extra: docs
Requires-Dist: furo (>=2021.08.31) ; extra == 'docs'
Requires-Dist: sphinx (~=4.0) ; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints (>=1.10) ; extra == 'docs'
Requires-Dist: sphinx-copybutton (>=0.5.0) ; extra == 'docs'
Requires-Dist: sphinx-design (>=0.1.0) ; extra == 'docs'
Requires-Dist: sphinx-autobuild ; extra == 'docs'
Requires-Dist: sphinx-issues (>=3.0.0) ; extra == 'docs'
Requires-Dist: sphinxcontrib-spelling (>=7.0.0) ; extra == 'docs'
Requires-Dist: sphinxext-opengraph (>=0.7.0) ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest (>=6.2.4) ; extra == 'test'
Requires-Dist: pytest-cov (>=2.12) ; extra == 'test'
Requires-Dist: pytest-mock (>=2) ; extra == 'test'
Provides-Extra: typing
Requires-Dist: importlib-metadata (>=5.1) ; extra == 'typing'
Requires-Dist: mypy (==0.991) ; extra == 'typing'

<!--
SPDX-FileCopyrightText: 2023 Filipe Laíns

SPDX-License-Identifier: MIT
-->

# ffy00.packaging

[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/FFY00/ffy00.packaging/main.svg)](https://results.pre-commit.ci/latest/github/FFY00/ffy00.packaging/main)
[![CI tests](https://github.com/FFY00/ffy00.packaging/actions/workflows/tests.yml/badge.svg)](https://github.com/FFY00/ffy00.packaging/actions/workflows/tests.yml)
[![codecov](https://codecov.io/gh/FFY00/ffy00.packaging/branch/main/graph/badge.svg)](https://codecov.io/gh/FFY00/ffy00.packaging)

[![Documentation Status](https://readthedocs.org/projects/ffy00packaging/badge/?version=latest)](https://ffy00packaging.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/ffy00.packaging.svg)](https://pypi.org/project/ffy00.packaging/)

Collection of packaging related utilities.
