Metadata-Version: 1.1
Name: hyperscan
Version: 0.0.1
Summary: CPython extension for the Hyperscan regular expression engine.
Home-page: https://github.com/darvid/python-hyperscan
Author: David Gidwani
Author-email: david.gidwani@gmail.com
License: MIT
Description: python-hyperscan
        ================
        
        .. image:: https://img.shields.io/pypi/v/hyperscan.svg
           :target: https://pypi.python.org/pypi/hyperscan
        
        .. image:: https://img.shields.io/pypi/pyversions/hyperscan.svg
           :target: https://pypi.python.org/pypi/hyperscan
        
        A CPython extension for `Hyperscan <https://01.org/hyperscan>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
