METADATA 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Metadata-Version: 2.1
  2. Name: cffi
  3. Version: 1.17.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. Project-URL: Documentation, http://cffi.readthedocs.org/
  10. Project-URL: Source Code, https://github.com/python-cffi/cffi
  11. Project-URL: Issue Tracker, https://github.com/python-cffi/cffi/issues
  12. Project-URL: Changelog, https://cffi.readthedocs.io/en/latest/whatsnew.html
  13. Project-URL: Downloads, https://github.com/python-cffi/cffi/releases
  14. Project-URL: Contact, https://groups.google.com/forum/#!forum/python-cffi
  15. Classifier: Programming Language :: Python
  16. Classifier: Programming Language :: Python :: 3
  17. Classifier: Programming Language :: Python :: 3.8
  18. Classifier: Programming Language :: Python :: 3.9
  19. Classifier: Programming Language :: Python :: 3.10
  20. Classifier: Programming Language :: Python :: 3.11
  21. Classifier: Programming Language :: Python :: 3.12
  22. Classifier: Programming Language :: Python :: 3.13
  23. Classifier: Programming Language :: Python :: Implementation :: CPython
  24. Classifier: Programming Language :: Python :: Implementation :: PyPy
  25. Classifier: License :: OSI Approved :: MIT License
  26. Requires-Python: >=3.8
  27. License-File: LICENSE
  28. Requires-Dist: pycparser
  29. CFFI
  30. ====
  31. Foreign Function Interface for Python calling C code.
  32. Please see the `Documentation <http://cffi.readthedocs.org/>`_.
  33. Contact
  34. -------
  35. `Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_