Funktionierender Prototyp des Serious Games zur Vermittlung von Wissen zu Software-Engineering-Arbeitsmodellen.
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.

METADATA 1.1KB

12345678910111213141516171819202122232425262728293031323334
  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. Classifier: Programming Language :: Python
  10. Classifier: Programming Language :: Python :: 2
  11. Classifier: Programming Language :: Python :: 2.7
  12. Classifier: Programming Language :: Python :: 3
  13. Classifier: Programming Language :: Python :: 3.6
  14. Classifier: Programming Language :: Python :: 3.7
  15. Classifier: Programming Language :: Python :: 3.8
  16. Classifier: Programming Language :: Python :: 3.9
  17. Classifier: Programming Language :: Python :: 3.10
  18. Classifier: Programming Language :: Python :: Implementation :: CPython
  19. Classifier: Programming Language :: Python :: Implementation :: PyPy
  20. Classifier: License :: OSI Approved :: MIT License
  21. License-File: 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>`_