You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.1 KiB
35 lines
1.1 KiB
2 years ago
|
Metadata-Version: 2.1
|
||
|
Name: cffi
|
||
|
Version: 1.15.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
|
||
|
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.6
|
||
|
Classifier: Programming Language :: Python :: 3.7
|
||
|
Classifier: Programming Language :: Python :: 3.8
|
||
|
Classifier: Programming Language :: Python :: 3.9
|
||
|
Classifier: Programming Language :: Python :: 3.10
|
||
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
||
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
||
|
Classifier: License :: OSI Approved :: MIT License
|
||
|
License-File: LICENSE
|
||
|
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>`_
|