35 lines
1 KiB
Text
35 lines
1 KiB
Text
|
Metadata-Version: 2.0
|
||
|
Name: cffi
|
||
|
Version: 1.3.1
|
||
|
Summary: Foreign Function Interface for Python calling C code.
|
||
|
Home-page: http://cffi.readthedocs.org
|
||
|
Author: Armin Rigo, Maciej Fijalkowski
|
||
|
Author-email: python-cffi@googlegroups.com
|
||
|
License: MIT
|
||
|
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 :: Implementation :: CPython
|
||
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
||
|
Requires-Dist: pycparser
|
||
|
|
||
|
|
||
|
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>`_
|
||
|
|
||
|
|