Initial commit

This commit is contained in:
2024-08-27 20:33:44 +02:00
commit 1f1832267d
14794 changed files with 1599592 additions and 0 deletions

View File

@@ -0,0 +1 @@
pip

View File

@@ -0,0 +1,27 @@
Copyright (c) 2014-present Torchbox Ltd and individual contributors.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Torchbox nor the names of its contributors may be used
to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

View File

@@ -0,0 +1,78 @@
Metadata-Version: 2.1
Name: wagtail
Version: 6.2.1
Summary: A Django content management system.
Home-page: https://wagtail.org/
Author: Wagtail core team + contributors
Author-email: hello@wagtail.org
License: BSD
Project-URL: Changelog, https://github.com/wagtail/wagtail/blob/main/CHANGELOG.txt
Project-URL: Documentation, https://docs.wagtail.org
Project-URL: Source, https://github.com/wagtail/wagtail
Project-URL: Tracker, https://github.com/wagtail/wagtail/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Classifier: Framework :: Wagtail
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: Django (<6.0,>=4.2)
Requires-Dist: django-modelcluster (<7.0,>=6.2.1)
Requires-Dist: django-permissionedforms (<1.0,>=0.1)
Requires-Dist: django-taggit (<5.1,>=5.0)
Requires-Dist: django-treebeard (<5.0,>=4.5.1)
Requires-Dist: djangorestframework (<4.0,>=3.15.1)
Requires-Dist: django-filter (<25,>=23.3)
Requires-Dist: draftjs-exporter (<6.0,>=2.1.5)
Requires-Dist: Pillow (<11.0.0,>=9.1.0)
Requires-Dist: beautifulsoup4 (<4.13,>=4.8)
Requires-Dist: Willow[heif] (<2,>=1.8.0)
Requires-Dist: requests (<3.0,>=2.11.1)
Requires-Dist: l18n (>=2018.5)
Requires-Dist: openpyxl (<4.0,>=3.0.10)
Requires-Dist: anyascii (>=0.1.5)
Requires-Dist: telepath (<1,>=0.3.1)
Requires-Dist: laces (<0.2,>=0.1)
Provides-Extra: docs
Requires-Dist: pyenchant (<4,>=3.1.1) ; extra == 'docs'
Requires-Dist: sphinxcontrib-spelling (<8,>=7) ; extra == 'docs'
Requires-Dist: Sphinx (>=7.0) ; extra == 'docs'
Requires-Dist: sphinx-autobuild (>=0.6.0) ; extra == 'docs'
Requires-Dist: sphinx-wagtail-theme (==6.3.0) ; extra == 'docs'
Requires-Dist: myst-parser (==2.0.0) ; extra == 'docs'
Requires-Dist: sphinx-copybutton (<1.0,>=0.5) ; extra == 'docs'
Provides-Extra: testing
Requires-Dist: python-dateutil (>=2.7) ; extra == 'testing'
Requires-Dist: pytz (>=2014.7) ; extra == 'testing'
Requires-Dist: Jinja2 (<3.2,>=3.0) ; extra == 'testing'
Requires-Dist: boto3 (<2,>=1.28) ; extra == 'testing'
Requires-Dist: freezegun (>=0.3.8) ; extra == 'testing'
Requires-Dist: azure-mgmt-cdn (<13.0,>=12.0) ; extra == 'testing'
Requires-Dist: azure-mgmt-frontdoor (<1.1,>=1.0) ; extra == 'testing'
Requires-Dist: django-pattern-library (>=0.7) ; extra == 'testing'
Requires-Dist: coverage (>=3.7.0) ; extra == 'testing'
Requires-Dist: doc8 (==0.8.1) ; extra == 'testing'
Requires-Dist: ruff (==0.1.5) ; extra == 'testing'
Requires-Dist: semgrep (==1.40.0) ; extra == 'testing'
Requires-Dist: curlylint (==0.13.1) ; extra == 'testing'
Requires-Dist: djhtml (==3.0.6) ; extra == 'testing'
Requires-Dist: polib (<2.0,>=1.1) ; extra == 'testing'
Requires-Dist: factory-boy (>=3.2) ; extra == 'testing'
Requires-Dist: tblib (<3.0,>=2.0) ; extra == 'testing'
Wagtail is an open source content management system built on Django, with a strong community and commercial support. Its focused on user experience, and offers precise control for designers and developers.
For more details, see https://wagtail.org, https://docs.wagtail.org and https://github.com/wagtail/wagtail/.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.38.4)
Root-Is-Purelib: true
Tag: py3-none-any

View File

@@ -0,0 +1,2 @@
[console_scripts]
wagtail = wagtail.bin.wagtail:main

View File

@@ -0,0 +1 @@
wagtail