PKG-INFO 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. Metadata-Version: 1.1
  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. Description:
  11. CFFI
  12. ====
  13. Foreign Function Interface for Python calling C code.
  14. Please see the `Documentation <http://cffi.readthedocs.org/>`_.
  15. Contact
  16. -------
  17. `Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
  18. Platform: UNKNOWN
  19. Classifier: Programming Language :: Python
  20. Classifier: Programming Language :: Python :: 2
  21. Classifier: Programming Language :: Python :: 2.6
  22. Classifier: Programming Language :: Python :: 2.7
  23. Classifier: Programming Language :: Python :: 3
  24. Classifier: Programming Language :: Python :: 3.2
  25. Classifier: Programming Language :: Python :: 3.3
  26. Classifier: Programming Language :: Python :: 3.4
  27. Classifier: Programming Language :: Python :: 3.5
  28. Classifier: Programming Language :: Python :: 3.6
  29. Classifier: Programming Language :: Python :: Implementation :: CPython
  30. Classifier: Programming Language :: Python :: Implementation :: PyPy