Metadata-Version: 2.4
Name: atsphinx-qrcode
Version: 0.1.0
Summary: Render QRCode image on Sphinx document.
Project-URL: Home, https://github.com/atsphinx/qrcode
Project-URL: Documentation, https://atsphinx.github.io/qrcode
Author-email: Kazuya Takei <myself@attakei.net>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Sphinx
Classifier: Framework :: Sphinx :: Extension
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Documentation
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Text Processing :: Markup :: reStructuredText
Requires-Python: >=3.9
Requires-Dist: qrcode>=8.2
Requires-Dist: sphinx
Description-Content-Type: text/x-rst

===============
atsphinx-qrcode
===============

Render QRCode image on Sphinx document.

Getting started
===============

.. code:: console

   pip install atsphinx-qrcode

.. code:: python

   extensions = [
       ...,  # Your extensions
       "atsphinx.qrcode",
   ]
