Metadata-Version: 1.1
Name: backrefs
Version: 3.1
Summary: A wrapper around re and regex that adds additional back references.
Home-page: https://github.com/facelessuser/backrefs
Author: Isaac Muse
Author-email: Isaac.Muse@gmail.com
License: MIT License
Description-Content-Type: UNKNOWN
Description: 
        Backrefs is a library that wraps the default Python re module or the third party regex module in order
        to add additional back refrences.
        You can check out the list of available extensions and learn more about them by `reading the docs`_.
        
        .. _`reading the docs`: http://facelessuser.github.io/backrefs/
        
        Support
        =======
        
        Help and support is available here at the repository's `bug tracker`_.
        Please read about `support and contributing`_ before creating issues.
        
        .. _`bug tracker`: https://github.com/facelessuser/backrefs/issues
        .. _`support and contributing`: http://facelessuser.github.io/backrefs/contributing/
        
Keywords: regex re
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
