METADATA 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. Metadata-Version: 2.1
  2. Name: Django
  3. Version: 4.1.3
  4. Summary: A high-level Python web framework that encourages rapid development and clean, pragmatic design.
  5. Home-page: https://www.djangoproject.com/
  6. Author: Django Software Foundation
  7. Author-email: foundation@djangoproject.com
  8. License: BSD-3-Clause
  9. Project-URL: Documentation, https://docs.djangoproject.com/
  10. Project-URL: Release notes, https://docs.djangoproject.com/en/stable/releases/
  11. Project-URL: Funding, https://www.djangoproject.com/fundraising/
  12. Project-URL: Source, https://github.com/django/django
  13. Project-URL: Tracker, https://code.djangoproject.com/
  14. Platform: UNKNOWN
  15. Classifier: Development Status :: 5 - Production/Stable
  16. Classifier: Environment :: Web Environment
  17. Classifier: Framework :: Django
  18. Classifier: Intended Audience :: Developers
  19. Classifier: License :: OSI Approved :: BSD License
  20. Classifier: Operating System :: OS Independent
  21. Classifier: Programming Language :: Python
  22. Classifier: Programming Language :: Python :: 3
  23. Classifier: Programming Language :: Python :: 3 :: Only
  24. Classifier: Programming Language :: Python :: 3.8
  25. Classifier: Programming Language :: Python :: 3.9
  26. Classifier: Programming Language :: Python :: 3.10
  27. Classifier: Programming Language :: Python :: 3.11
  28. Classifier: Topic :: Internet :: WWW/HTTP
  29. Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
  30. Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
  31. Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
  32. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  33. Requires-Python: >=3.8
  34. Requires-Dist: asgiref (<4,>=3.5.2)
  35. Requires-Dist: sqlparse (>=0.2.2)
  36. Requires-Dist: backports.zoneinfo ; python_version < "3.9"
  37. Requires-Dist: tzdata ; sys_platform == "win32"
  38. Provides-Extra: argon2
  39. Requires-Dist: argon2-cffi (>=19.1.0) ; extra == 'argon2'
  40. Provides-Extra: bcrypt
  41. Requires-Dist: bcrypt ; extra == 'bcrypt'
  42. ======
  43. Django
  44. ======
  45. Django is a high-level Python web framework that encourages rapid development
  46. and clean, pragmatic design. Thanks for checking it out.
  47. All documentation is in the "``docs``" directory and online at
  48. https://docs.djangoproject.com/en/stable/. If you're just getting started,
  49. here's how we recommend you read the docs:
  50. * First, read ``docs/intro/install.txt`` for instructions on installing Django.
  51. * Next, work through the tutorials in order (``docs/intro/tutorial01.txt``,
  52. ``docs/intro/tutorial02.txt``, etc.).
  53. * If you want to set up an actual deployment server, read
  54. ``docs/howto/deployment/index.txt`` for instructions.
  55. * You'll probably want to read through the topical guides (in ``docs/topics``)
  56. next; from there you can jump to the HOWTOs (in ``docs/howto``) for specific
  57. problems, and check out the reference (``docs/ref``) for gory details.
  58. * See ``docs/README`` for instructions on building an HTML version of the docs.
  59. Docs are updated rigorously. If you find any problems in the docs, or think
  60. they should be clarified in any way, please take 30 seconds to fill out a
  61. ticket here: https://code.djangoproject.com/newticket
  62. To get more help:
  63. * Join the ``#django`` channel on ``irc.libera.chat``. Lots of helpful people
  64. hang out there. See https://web.libera.chat if you're new to IRC.
  65. * Join the django-users mailing list, or read the archives, at
  66. https://groups.google.com/group/django-users.
  67. To contribute to Django:
  68. * Check out https://docs.djangoproject.com/en/dev/internals/contributing/ for
  69. information about getting involved.
  70. To run Django's test suite:
  71. * Follow the instructions in the "Unit tests" section of
  72. ``docs/internals/contributing/writing-code/unit-tests.txt``, published online at
  73. https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/#running-the-unit-tests
  74. Supporting the Development of Django
  75. ====================================
  76. Django's development depends on your contributions.
  77. If you depend on Django, remember to support the Django Software Foundation: https://www.djangoproject.com/fundraising/