Metadata-Version: 2.4
Name: mancia
Version: 0.1.1
Summary: scdoc to roff (man page) and rst (reStructuredText) converter
Keywords: scdoc,roff,man,rst,reStructuredText,man page
Author: Lars Heuer
Requires-Python: >=3.12
Description-Content-Type: text/x-rst
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Documentation
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Utilities
License-File: LICENSE
Requires-Dist: sphinx ; extra == "sphinx"
Project-URL: Changelog, https://github.com/heuer/mancia/blob/main/python/CHANGES.rst
Project-URL: Documentation, https://mancia.readthedocs.io/
Project-URL: Homepage, https://github.com/heuer/mancia/
Project-URL: Issue tracker, https://github.com/heuer/mancia/issues/
Provides-Extra: sphinx

Python scdoc to roff and reStructuredText converter
===================================================

Python bindings for mancia, a scdoc to roff and reStructuredText converter.

Install via::

    pip install mancia

See `<https://mancia.readthedocs.io/python-and-sphinx.html>`_ for the
documentation.


