Codebase list python-cffi-py2 / 9b1f6e76-724f-4e08-84f1-5b161c99eb5e/upstream PKG-INFO
9b1f6e76-724f-4e08-84f1-5b161c99eb5e/upstream

Tree @9b1f6e76-724f-4e08-84f1-5b161c99eb5e/upstream (Download .tar.gz)

PKG-INFO @9b1f6e76-724f-4e08-84f1-5b161c99eb5e/upstreamraw · history · blame

Metadata-Version: 1.1
Name: cffi
Version: 1.14.3
Summary: Foreign Function Interface for Python calling C code.
Home-page: http://cffi.readthedocs.org
Author: Armin Rigo, Maciej Fijalkowski
Author-email: [email protected]
License: MIT
Description: 
        CFFI
        ====
        
        Foreign Function Interface for Python calling C code.
        Please see the `Documentation <http://cffi.readthedocs.org/>`_.
        
        Contact
        -------
        
        `Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
        
Platform: UNKNOWN
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.2
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: Programming Language :: Python :: Implementation :: PyPy
Classifier: License :: OSI Approved :: MIT License