Metadata-Version: 1.1
Name: bindings
Version: 0.1.0
Summary: A namespace for Python binding modules
Home-page: https://github.com/pybindings/bindings
Author: Martin Larralde
Author-email: martin.larralde@ens-paris-saclay.fr
License: MIT
Description-Content-Type: UNKNOWN
Description: ``bindings``
        ============
        
        .. code::
        
            >>> import this
            ...
            Namespaces are one honking great idea -- let's do more of those!
        
        A `python namespace <https://www.python.org/dev/peps/pep-0420/>`_ to hold Python
        binding modules. Inspired by the `backports <https://pypi.python.org/pypi/backports>`_
        module.
        
Keywords: bindings,namespace,ffi
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
