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 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. Metadata-Version: 2.1
  2. Name: twisted-iocpsupport
  3. Version: 1.0.3
  4. Summary: An extension for use in the twisted I/O Completion Ports reactor.
  5. Home-page: https://github.com/twisted/twisted-iocpsupport
  6. Author: Twisted Matrix Laboratories
  7. Author-email: twisted-python@twistedmatrix.com
  8. Maintainer: Thomas Grainger
  9. Maintainer-email: twisted-iocpsupport@graingert.co.uk
  10. License: MIT
  11. Classifier: Programming Language :: Python :: 3
  12. Classifier: Programming Language :: Python :: 3 :: Only
  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. Description-Content-Type: text/x-rst
  19. License-File: LICENSE
  20. twisted-iocpsupport
  21. ===================
  22. .. image:: https://img.shields.io/github/workflow/status/twisted/twisted-iocpsupport/Build%20and%20upload%20to%20PyPI?label=GitHub%20Actions&logo=github
  23. :alt: GitHub Actions
  24. :target: https://github.com/twisted/twisted-iocpsupport/
  25. .. image:: https://img.shields.io/pypi/v/twisted-iocpsupport?logo=pypi
  26. :alt: PyPI
  27. :target: https://pypi.org/project/twisted-iocpsupport/
  28. An extension for use in the L{twisted.internet.iocpreactor} I/O Completion
  29. Ports reactor.
  30. This code was initially part of the core Twisted project. It was moved into a
  31. separate repo in order to simplify the Twisted production deployment. As such,
  32. issues are handled by the Twisted Trac Ticketing system
  33. https://twistedmatrix.com/trac/search?q=iocp&noquickjump=1&ticket=on
  34. Additionally, this package provides no compatability gurantees: All use must
  35. be via the ``Twisted`` PyPI distribution and ``twisted`` Python package.
  36. Applications must not depend on the ``twisted-iocpsupport`` PyPI distribution
  37. directly. Applications must not import names from the ``twisted_iocpsupport``
  38. package directly.
  39. See https://twistedmatrix.com/documents/current/core/development/policy/compatibility-policy.html
  40. for the Twisted Compatability Policy.