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.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. Metadata-Version: 2.1
  2. Name: channels
  3. Version: 4.0.0
  4. Summary: Brings async, event-driven capabilities to Django 3.2 and up.
  5. Home-page: http://github.com/django/channels
  6. Author: Django Software Foundation
  7. Author-email: foundation@djangoproject.com
  8. License: BSD
  9. Platform: UNKNOWN
  10. Classifier: Development Status :: 5 - Production/Stable
  11. Classifier: Environment :: Web Environment
  12. Classifier: Intended Audience :: Developers
  13. Classifier: License :: OSI Approved :: BSD License
  14. Classifier: Operating System :: OS Independent
  15. Classifier: Programming Language :: Python
  16. Classifier: Programming Language :: Python :: 3
  17. Classifier: Programming Language :: Python :: 3.7
  18. Classifier: Programming Language :: Python :: 3.8
  19. Classifier: Programming Language :: Python :: 3.9
  20. Classifier: Programming Language :: Python :: 3.10
  21. Classifier: Framework :: Django
  22. Classifier: Framework :: Django :: 3
  23. Classifier: Framework :: Django :: 3.2
  24. Classifier: Framework :: Django :: 4
  25. Classifier: Framework :: Django :: 4.0
  26. Classifier: Framework :: Django :: 4.1
  27. Classifier: Topic :: Internet :: WWW/HTTP
  28. Requires-Python: >=3.7
  29. License-File: LICENSE
  30. Requires-Dist: Django (>=3.2)
  31. Requires-Dist: asgiref (<4,>=3.5.0)
  32. Provides-Extra: daphne
  33. Requires-Dist: daphne (>=4.0.0) ; extra == 'daphne'
  34. Provides-Extra: tests
  35. Requires-Dist: pytest ; extra == 'tests'
  36. Requires-Dist: pytest-django ; extra == 'tests'
  37. Requires-Dist: pytest-asyncio ; extra == 'tests'
  38. Requires-Dist: async-timeout ; extra == 'tests'
  39. Requires-Dist: coverage (~=4.5) ; extra == 'tests'
  40. UNKNOWN