Metadata-Version: 1.1
Name: peng3d-sphinxext
Version: 1.0
Summary: Sphinx Extension adding Support for peng3d events
Home-page: https://github.com/not-na/peng3d_sphinxext
Author: notna
Author-email: notna@apparat.org
License: UNKNOWN
Description: ``peng3d_sphinxext`` - A Sphinx plugin adding support for `peng3d <https://github.com/not-na/peng3d>`_ events
        =========================================================================================================
        
        This Sphinx plugin adds support for `peng3d Events <http://peng3d.readthedocs.io/en/latest/events.html`_\ .
        It also supports old-style pyglet events sent via peng3d.
        
        Short documentation
        *******************
        
        There are only two directives added by ``peng3d_sphinxext``::
        
            .. peng3d:event:: some:event.name
              
                Documentation for the event.
        and
        
            .. peng3d:pgevent:: on_pyglet_event
                
                Documentation for a pyglet event.
        
        These directives can be referred to as usual, via ``:peng3d:event:`some:event.name` `` and ``:peng3d:pgevent:`on_pyglet_event` ``.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Framework :: Sphinx
Classifier: Framework :: Sphinx :: Extension
Classifier: Topic :: Documentation
Classifier: Topic :: Documentation :: Sphinx
Requires: sphinx
Requires: sphinxcontrib_domaintools
Provides: peng3d_sphinxext
