Metadata-Version: 2.1
Name: picklebuilder
Version: 0.1.0
Summary: Sphinx extension to output pickle files.
Home-page: https://github.com/SamWilsn/picklebuilder
Author: Sam Wilson
Author-email: sam.wilson@mesh.xyz
License: BSD 2-Clause
Download-URL: http://pypi.python.org/pypi/picklebuilder
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Framework :: Sphinx :: Extension
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing :: Markup :: reStructuredText
Requires-Python: >=3.7
License-File: LICENSE.txt


Sphinx_ extension to build and write pickle files.

In itself, the extension is fairly straightforward -- it takes the parsed
reStructuredText file from Sphinx_ and pickles it.

.. _Sphinx: http://sphinx-doc.org/


