PKG-INFO 1.1 KB

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