METADATA 4.1 KB

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