METADATA 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. Metadata-Version: 2.1
  2. Name: cffi
  3. Version: 1.15.1
  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. Requires-Dist: pycparser
  23. CFFI
  24. ====
  25. Foreign Function Interface for Python calling C code.
  26. Please see the `Documentation <http://cffi.readthedocs.org/>`_.
  27. Contact
  28. -------
  29. `Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_