METADATA 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. Metadata-Version: 2.1
  2. Name: cffi
  3. Version: 1.15.0
  4. Summary: Foreign Function Interface for Python calling C code.
  5. Home-page: http://cffi.readthedocs.org
  6. Author: Armin Rigo, Maciej Fijalkowski
  7. Author-email: python-cffi@googlegroups.com
  8. License: MIT
  9. Platform: UNKNOWN
  10. Classifier: Programming Language :: Python
  11. Classifier: Programming Language :: Python :: 2
  12. Classifier: Programming Language :: Python :: 2.7
  13. Classifier: Programming Language :: Python :: 3
  14. Classifier: Programming Language :: Python :: 3.6
  15. Classifier: Programming Language :: Python :: 3.7
  16. Classifier: Programming Language :: Python :: 3.8
  17. Classifier: Programming Language :: Python :: 3.9
  18. Classifier: Programming Language :: Python :: 3.10
  19. Classifier: Programming Language :: Python :: Implementation :: CPython
  20. Classifier: Programming Language :: Python :: Implementation :: PyPy
  21. Classifier: License :: OSI Approved :: MIT License
  22. License-File: LICENSE
  23. Requires-Dist: pycparser
  24. CFFI
  25. ====
  26. Foreign Function Interface for Python calling C code.
  27. Please see the `Documentation <http://cffi.readthedocs.org/>`_.
  28. Contact
  29. -------
  30. `Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_