Metadata-Version: 1.1
Name: wrapclib
Version: 0.1.29
Summary: Python Wrapper for some C libraries.
Home-page: http://www.xavierdupre.fr/app/wrapclib/helpsphinx/index.html
Author: Xavier Dupré
Author-email: xavier.dupre@gmail.com
License: MIT
Download-URL: https://github.com/sdpython/wrapclib/
Description: 
        .. image:: https://github.com/sdpython/wrapclib/blob/master/_doc/sphinxdoc/source/phdoc_static/project_ico.png?raw=true
            :target: https://github.com/sdpython/wrapclib/
        
        .. _l-README:
        
        wrapclib
        ========
        
        .. image:: https://travis-ci.org/sdpython/wrapclib.svg?branch=master
            :target: https://travis-ci.org/sdpython/wrapclib
            :alt: Build status
        
        .. image:: https://ci.appveyor.com/api/projects/status/auonxiihm1eihv3t?svg=true
            :target: https://ci.appveyor.com/project/sdpython/wrapclib
            :alt: Build Status Windows
        
        .. image:: https://circleci.com/gh/sdpython/wrapclib/tree/master.svg?style=svg
            :target: https://circleci.com/gh/sdpython/wrapclib/tree/master
        
        .. image:: https://badge.fury.io/py/wrapclib.svg
            :target: https://pypi.org/project/wrapclib/
        
        .. image:: https://img.shields.io/badge/license-MIT-blue.svg
            :alt: MIT License
            :target: http://opensource.org/licenses/MIT
        
        .. image:: https://requires.io/github/sdpython/wrapclib/requirements.svg?branch=master
             :target: https://requires.io/github/sdpython/wrapclib/requirements/?branch=master
             :alt: Requirements Status
        
        .. image:: https://codecov.io/github/sdpython/wrapclib/coverage.svg?branch=master
            :target: https://codecov.io/github/sdpython/wrapclib?branch=master
        
        .. image:: http://img.shields.io/github/issues/sdpython/wrapclib.png
            :alt: GitHub Issues
            :target: https://github.com/sdpython/wrapclib/issues
        
        .. image:: http://www.xavierdupre.fr/app/wrapclib/helpsphinx/_images/nbcov.png
            :target: http://www.xavierdupre.fr/app/wrapclib/helpsphinx/all_notebooks_coverage.html
            :alt: Notebook Coverage
        
        .. image:: https://pepy.tech/badge/wrapclib/month
            :target: https://pepy.tech/project/wrapclib/month
            :alt: Downloads
        
        .. image:: https://img.shields.io/github/forks/sdpython/wrapclib.svg
            :target: https://github.com/sdpython/wrapclib/
            :alt: Forks
        
        .. image:: https://img.shields.io/github/stars/sdpython/wrapclib.svg
            :target: https://github.com/sdpython/wrapclib/
            :alt: Stars
        
        *wrapclib* is a wrapper for some C libraries difficult to build
        otherwise. One if them is
        `re2 <https://github.com/google/re2>`_
        with some taken from
        `pyre2 <https://github.com/facebook/pyre2>`_.
        
        ::
        
            from wrapclib import re2
            s = "<h1>mot</h1>"
            print(re2.compile("(<.*>)").match(s).groups())
        
        **Links:**
        
        * `GitHub/wrapclib <https://github.com/sdpython/wrapclib/>`_
        * `documentation <http://www.xavierdupre.fr/app/wrapclib/helpsphinx/index.html>`_
        * `Blog <http://www.xavierdupre.fr/app/wrapclib/helpsphinx/blog/main_0000.html#ap-main-0>`_
        
        .. _l-HISTORY:
        
        =======
        History
        =======
        
        current - 2019-03-15 - 0.00Mb
        =============================
        
        0.0.0 - 2019-03-15 - 0.00Mb
        ===========================
        
        * `2`: add method findall (2019-03-15)
        * `1`: build with re2 (2019-03-15)
        
Keywords: wrapclib,Xavier Dupré
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
