Metadata-Version: 2.4
Name: sphinx-social-cards
Version: 0.5.0
Summary: Generate social media cards for documentation pages with Sphinx
Author-email: Brendan Doherty <2bndy5@gmail.com>
License-Expression: MIT
Project-URL: Documentation, https://2bndy5.github.io/sphinx-social-cards
Project-URL: Source, http://github.com/2bndy5/sphinx-social-cards
Keywords: sphinx,social,cards,previews
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Framework :: Sphinx :: Extension
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Documentation
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: fontawesome-free-pack>=7.0.1
Requires-Dist: material-design-icons-pack>=7.4.47
Requires-Dist: octicons-pack>=19.18.0
Requires-Dist: pydantic>=2.4
Requires-Dist: pydantic-extra-types>=2.10.5
Requires-Dist: pyside6>=6.9.2
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: requests>=2.32.5
Requires-Dist: simple-icons-pack>=15.15.0
Requires-Dist: sphinx>=4.5
Provides-Extra: github
Requires-Dist: appdirs>=1.4.4; extra == "github"
Dynamic: license-file

# sphinx-social-cards

[![Test CI][test-ci-badge]][test-ci-link]
[![Latest version on PyPI][pypi-badge]][pypi-link]
[![Total PyPI downloads][pypi-dl-badge]][pypi-dl-link]
[![ReadTheDocs Status][rtd-badge]][rtd-link]
[![Code Coverage][codecov-badge]][codecov-link]

A Sphinx extension that generates social media cards.

See documentation hosted at <https://2bndy5.github.io/sphinx-social-cards>

[test-ci-badge]: https://github.com/2bndy5/sphinx-social-cards/actions/workflows/test.yml/badge.svg
[test-ci-link]: https://github.com/2bndy5/sphinx-social-cards/actions/workflows/test.yml
[pypi-badge]: https://img.shields.io/pypi/v/sphinx-social-cards.svg
[pypi-link]: https://pypi.python.org/pypi/sphinx-social-cards
[pypi-dl-badge]: https://static.pepy.tech/personalized-badge/sphinx-social-cards?period=total&units=international_system&left_color=grey&right_color=blue&left_text=PyPi%20Downloads
[pypi-dl-link]: https://pepy.tech/project/sphinx-social-cards
[rtd-badge]: https://readthedocs.org/projects/sphinx-social-cards/badge/?version=latest
[rtd-link]: https://sphinx-social-cards.readthedocs.io/en/latest/?badge=latest
[codecov-badge]: https://codecov.io/github/2bndy5/sphinx-social-cards/branch/main/graph/badge.svg?token=I6E0KUANUO
[codecov-link]: https://codecov.io/github/2bndy5/sphinx-social-cards
