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.

37 lines
1.1 KiB

4 years ago
  1. Metadata-Version: 2.0
  2. Name: cffi
  3. Version: 1.11.5
  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. Description-Content-Type: UNKNOWN
  10. Platform: UNKNOWN
  11. Classifier: Programming Language :: Python
  12. Classifier: Programming Language :: Python :: 2
  13. Classifier: Programming Language :: Python :: 2.6
  14. Classifier: Programming Language :: Python :: 2.7
  15. Classifier: Programming Language :: Python :: 3
  16. Classifier: Programming Language :: Python :: 3.2
  17. Classifier: Programming Language :: Python :: 3.3
  18. Classifier: Programming Language :: Python :: 3.4
  19. Classifier: Programming Language :: Python :: 3.5
  20. Classifier: Programming Language :: Python :: 3.6
  21. Classifier: Programming Language :: Python :: Implementation :: CPython
  22. Classifier: Programming Language :: Python :: Implementation :: PyPy
  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>`_