Metadata-Version: 2.1
Name: sphinxcontrib-skeleton
Version: 0.0.0
Summary: the skeleton of a sphinx extension in the sphinxcontrib community
Project-URL: Homepage, https://github.com/username/sphinxcontrib-skeleton
Author-email: Firstname Lastname <firstname.lastname@domain.io>
License: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: Python,skeleton
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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.8
Requires-Dist: deprecated>=1.2.14
Requires-Dist: sphinx
Provides-Extra: doc
Requires-Dist: pydata-sphinx-theme; extra == 'doc'
Requires-Dist: sphinx-autoapi; extra == 'doc'
Requires-Dist: sphinx-copybutton; extra == 'doc'
Requires-Dist: sphinx-design; extra == 'doc'
Provides-Extra: test
Requires-Dist: beautifulsoup4; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-deadfixtures; extra == 'test'
Requires-Dist: pytest-regressions; extra == 'test'
Requires-Dist: pytest-sugar; extra == 'test'
Description-Content-Type: text/x-rst


Skeleton
========

.. image:: https://img.shields.io/badge/License-MIT-yellow.svg?logo=opensourceinitiative&logoColor=white
    :target: LICENSE
    :alt: License: MIT

.. image:: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?logo=git&logoColor=white
   :target: https://conventionalcommits.org
   :alt: conventional commit

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

.. image:: https://img.shields.io/badge/code_style-prettier-ff69b4.svg?logo=prettier&logoColor=white
   :target: https://github.com/prettier/prettier
   :alt: prettier badge

.. image:: https://img.shields.io/badge/pre--commit-active-yellow?logo=pre-commit&logoColor=white
    :target: https://pre-commit.com/
    :alt: pre-commit

.. image:: https://img.shields.io/pypi/v/sphinxcontrib-skeleton?color=blue&logo=pypi&logoColor=white
    :target: https://pypi.org/project/sphinxcontrib-skeleton/
    :alt: PyPI version

.. image:: https://img.shields.io/github/actions/workflow/status/sphinx-contrib/sphinxcontrib-skeleton/unit.yaml?logo=github&logoColor=white
    :target: https://github.com/sphinx-contrib/sphinxcontrib-skeleton/actions/workflows/unit.yaml
    :alt: build

.. image:: https://img.shields.io/codecov/c/github/sphinx-contrib/sphinxcontrib-skeleton?logo=codecov&logoColor=white
    :target: https://codecov.io/gh/sphinx-contrib/sphinxcontrib-skeleton
    :alt: Test Coverage

.. image:: https://img.shields.io/readthedocs/sphinxcontrib-skeleton?logo=readthedocs&logoColor=white
    :target: https://sphinxcontrib-skeleton.readthedocs.io/en/latest/
    :alt: Documentation Status

Overview
--------

the skeleton of a sphinx extension in the sphinxcontrib community

Credits
-------

This package was created with `Copier <https://copier.readthedocs.io/en/latest/>`__ and the `@sphinx-contrib/copier-sphinxcontrib <https://github.com/sphinx-contrib/copier-sphinxcontrib>`__ 0.0.0 extension template.
