Created
March 15, 2024 14:50
-
-
Save thibaudcolas/9a610454f0c1264ebb458ddf02d9c56f to your computer and use it in GitHub Desktop.
Django - Wagtail packages ecosystem on PyPI - 2024-03-04, 30 days, wheel packages only
We can't make this file beautiful and searchable because it's too large.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name,downloads_count,latest_release,author,license,home_page,requires_python,classifiers,requires_dist,upload_time,,,"Figures as of 2024-03-04, 30-days downloads" | |
django,12720908,,,,,,,,,,,Query: | |
djangorestframework,6783146,3.14.0,Tom Christie,BSD,https://www.django-rest-framework.org/,>=3.6,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3 :: Only,Topic :: Internet :: WWW/HTTP]","[django (>=3.0),pytz]",2022-09-22 11:38:41.825785 UTC,,,https://console.cloud.google.com/bigquery?sq=410082408508:d6a9e246798f4a02b1757e88da6379a0 | |
django-cors-headers,4846404,4.3.1,,MIT,,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: Implementation :: CPython,Typing :: Typed]","[asgiref >=3.6,Django >=3.2]",2023-11-14 17:27:27.128313 UTC,,, | |
django-filter,3624011,23.5,,,,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]",[Django>=3.2],2023-12-05 08:15:29.191934 UTC,,, | |
django-extensions,2900339,3.2.3,Michael Trier,MIT License,https://github.com/django-extensions/django-extensions,>=3.6,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Utilities]",[Django (>=3.2)],2023-06-05 17:08:58.197910 UTC,,, | |
django-storages,2580609,1.14.2,,BSD-3-Clause,,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[Django (>=3.2),azure-core (>=1.13) ; extra == 'azure',azure-storage-blob (>=12) ; extra == 'azure',boto3 (>=1.4.4) ; extra == 'boto3',dropbox (>=7.2.1) ; extra == 'dropbox',google-cloud-storage (>=1.27) ; extra == 'google',apache-libcloud ; extra == 'libcloud',boto3 (>=1.4.4) ; extra == 's3',paramiko (>=1.15) ; extra == 'sftp']",2023-10-09 01:37:41.897313 UTC,,, | |
pytest-django,2503607,4.8.0,,"pytest-django is released under the BSD (3-clause) license ---------------------------------------------------------- Copyright (c) 2015-2018, pytest-django authors (see AUTHORS file) 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. * The names of its contributors may not 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 OWNER 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. This version of pytest-django is a fork of pytest_django created by Ben Firshman. --------------------------------------------------------------------------------- Copyright (c) 2009, Ben Firshman 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. * The names of its contributors may not 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 OWNER 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. ",,>=3.8,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Software Development :: Testing]","[pytest >=7.0.0,sphinx ; extra == 'docs',sphinx-rtd-theme ; extra == 'docs',Django ; extra == 'testing',django-configurations >=2.0 ; extra == 'testing']",2024-01-30 13:14:17.953334 UTC,,, | |
django-redis,2209497,5.4.0,Andrei Antoukh,BSD-3-Clause,https://github.com/jazzband/django-redis,>=3.6,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Software Development :: Libraries,Topic :: Utilities]","[Django >=3.2,redis !=4.0.0,!=4.0.1,>=3,redis[hiredis] !=4.0.0,!=4.0.1,>=3 ; extra == 'hiredis']",2023-10-01 20:21:33.009375 UTC,,, | |
django-debug-toolbar,2145085,4.3.0,Rob Hudson,BSD-3-Clause,,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Software Development :: Libraries :: Python Modules]","[django>=3.2.4,sqlparse>=0.2]",2024-02-01 19:37:22.036003 UTC,,, | |
django-environ,1775180,0.11.2,Daniele Faraglia,MIT,https://django-environ.readthedocs.org,">=3.6,<4","[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Operating System :: OS Independent,Intended Audience :: Developers,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Utilities,License :: OSI Approved :: MIT License]","[coverage[toml] >=5.0a4 ; extra == 'develop',pytest >=4.6.11 ; extra == 'develop',furo ==2021.8.*,>=2021.8.17b43 ; extra == 'develop',sphinx >=3.5.0 ; extra == 'develop',sphinx-notfound-page ; extra == 'develop',furo ==2021.8.*,>=2021.8.17b43 ; extra == 'docs',sphinx >=3.5.0 ; extra == 'docs',sphinx-notfound-page ; extra == 'docs',coverage[toml] >=5.0a4 ; extra == 'testing',pytest >=4.6.11 ; extra == 'testing']",2023-09-01 21:02:59.880650 UTC,,, | |
djangorestframework-simplejwt,1774836,5.3.1,David Sanders,MIT,https://github.com/jazzband/djangorestframework-simplejwt,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Internet :: WWW/HTTP]","[django >=3.2,djangorestframework >=3.12,pyjwt <3,>=1.7.1,cryptography >=3.3.1 ; extra == 'crypto',pytest-watch ; extra == 'dev',wheel ; extra == 'dev',twine ; extra == 'dev',ipython ; extra == 'dev',cryptography ; extra == 'dev',freezegun ; extra == 'dev',pytest-cov ; extra == 'dev',pytest-django ; extra == 'dev',pytest-xdist ; extra == 'dev',pytest ; extra == 'dev',tox ; extra == 'dev',flake8 ; extra == 'dev',pep8 ; extra == 'dev',isort ; extra == 'dev',Sphinx <2,>=1.6.5 ; extra == 'dev',sphinx-rtd-theme >=0.1.9 ; extra == 'dev',python-jose ==3.3.0 ; extra == 'dev',Sphinx <2,>=1.6.5 ; extra == 'doc',sphinx-rtd-theme >=0.1.9 ; extra == 'doc',flake8 ; extra == 'lint',pep8 ; extra == 'lint',isort ; extra == 'lint',python-jose ==3.3.0 ; extra == 'python-jose',cryptography ; extra == 'test',freezegun ; extra == 'test',pytest-cov ; extra == 'test',pytest-django ; extra == 'test',pytest-xdist ; extra == 'test',pytest ; extra == 'test',tox ; extra == 'test']",2023-12-04 06:38:25.362823 UTC,,, | |
django-timezone-field,1559528,6.1.0,Mike Fogel,BSD-2-Clause,https://github.com/mfogel/django-timezone-field/,">=3.8,<4.0","[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Utilities]","[Django (>=3.2,<6.0),backports.zoneinfo (>=0.2.1,<0.3.0) ; python_version < ""3.9""]",2023-11-25 23:34:30.023143 UTC,,, | |
django-celery-beat,1223567,2.5.0,"Asif Saif Uddin, Ask Solem",BSD,https://github.com/celery/django-celery-beat,,"[Development Status :: 5 - Production/Stable,License :: OSI Approved :: BSD License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Operating System :: OS Independent,Topic :: Communications,Topic :: System :: Distributed Computing,Topic :: Software Development :: Libraries :: Python Modules]","[Django (<5.0,>=2.2),celery (<6.0,>=5.2.3),cron-descriptor (>=1.2.32),django-timezone-field (>=5.0),python-crontab (>=2.3.4),tzdata,importlib-metadata (<5.0) ; python_version < ""3.8"",backports.zoneinfo ; python_version < ""3.9""]",2023-03-14 10:02:00.093691 UTC,,, | |
django-appconf,1186387,1.0.6,Jannis Leidel,BSD,https://django-appconf.readthedocs.io/,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: 3 :: Only,Topic :: Utilities]",[django],2023-11-20 19:24:59.746735 UTC,,, | |
django-model-utils,1153606,4.4.0,Carl Meyer,BSD,https://github.com/jazzband/django-model-utils,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0]",[Django >=3.2],2024-02-11 20:50:09.796426 UTC,,, | |
dj-database-url,1151970,2.1.0,"Original Author: Kenneth Reitz, Maintained by: JazzBand Community",BSD,https://github.com/jazzband/dj-database-url,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development :: Libraries :: Python Modules,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[Django >=3.2,typing-extensions >=3.10.0.0]",2023-08-15 14:39:01.026901 UTC,,, | |
opentelemetry-instrumentation-django,1082633,0.44b0,,,,>=3.8,"[Development Status :: 4 - Beta,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[opentelemetry-api~=1.12,opentelemetry-instrumentation-wsgi==0.44b0,opentelemetry-instrumentation==0.44b0,opentelemetry-semantic-conventions==0.44b0,opentelemetry-util-http==0.44b0,opentelemetry-instrumentation-asgi==0.44b0; extra == 'asgi',django>=1.10; extra == 'instruments',opentelemetry-instrumentation-django[instruments]; extra == 'test',opentelemetry-test-utils==0.44b0; extra == 'test']",2024-02-23 17:48:22.205923 UTC,,, | |
django-simple-history,1022459,3.5.0,Corey Bertram,,https://github.com/jazzband/django-simple-history,>=3.8,"[Development Status :: 5 - Production/Stable,Framework :: Django,Environment :: Web Environment,Intended Audience :: Developers,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: 3.13,License :: OSI Approved :: BSD License]",[asgiref >=3.6],2024-02-23 22:12:23.636190 UTC,,, | |
django-import-export,986157,4.0.0rc0,,"Copyright (c) Bojan Mihelac 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: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. 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 OWNER 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. ",,>=3.8,"[Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: 3 :: Only,Topic :: Software Development]","[diff-match-patch,Django >=3.2,tablib ==3.5.0,tablib[all] ==3.5.0 ; extra == 'all',tablib[cli] ; extra == 'cli',tablib[ods] ; extra == 'ods',tablib[pandas] ; extra == 'pandas',tablib[xls] ==3.5.0 ; extra == 'xls',tablib[xlsx] ==3.5.0 ; extra == 'xlsx',tablib[yaml] ==3.5.0 ; extra == 'yaml']",2024-02-14 15:16:21.784683 UTC,,, | |
django-stubs,970820,4.2.7,Maksim Kurnikov,MIT,https://github.com/typeddjango/django-stubs,>=3.8,"[License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Typing :: Typed,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2]","[django,django-stubs-ext >=4.2.7,typing-extensions,types-pytz,types-PyYAML,tomli ; python_version < ""3.11"",mypy ~=1.7.0 ; extra == 'compatible-mypy']",2023-12-05 19:02:25.290796 UTC,,, | |
django-crispy-forms,957499,2.1,,MIT,,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 4.2,Framework :: Django :: 5.0,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: JavaScript,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development :: Libraries :: Python Modules]",[django >=4.2],2023-10-15 09:27:10.646490 UTC,,, | |
django-stubs-ext,946434,4.2.7,Simula Proxy,MIT,https://github.com/typeddjango/django-stubs,>=3.8,"[License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Typing :: Typed,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2]","[django,typing-extensions]",2023-12-05 19:02:00.410968 UTC,,, | |
django-js-asset,939818,2.2.0,,BSD-3-Clause,,>=3.8,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries :: Application Frameworks]","[django>=3.2,coverage; extra == 'tests']",2023-12-12 18:03:55.631239 UTC,,, | |
django-ipware,931907,6.0.4,Val Neekman,MIT,https://github.com/un33k/django-ipware,>=3.8,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,Natural Language :: English,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]",[python-ipware (>=2.0.0)],2024-02-04 19:30:39.476825 UTC,,, | |
django-celery-results,929092,2.5.1,"Asif Saif Uddin, Ask Solem",BSD,https://github.com/celery/django-celery-results,,"[Development Status :: 5 - Production/Stable,License :: OSI Approved :: BSD License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Operating System :: OS Independent,Topic :: Communications,Topic :: System :: Distributed Computing,Topic :: Software Development :: Libraries :: Python Modules]","[Django (>=3.2.18),celery (<6.0,>=5.2.7)]",2023-05-08 14:22:12.955463 UTC,,, | |
pylint-django,919121,2.5.5,Carl Crowder,,https://github.com/PyCQA/pylint-django,">=3.7,<4.0","[Development Status :: 5 - Production/Stable,Environment :: Console,Framework :: Django :: 2.2,Framework :: Django :: 3,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+),Operating System :: Unix,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Software Development :: Quality Assurance]","[Django (>=2.2) ; extra == ""with-django"",pylint (>=2.0,<4),pylint-plugin-utils (>=0.8)]",2023-10-23 13:09:34.578597 UTC,,, | |
django-phonenumber-field,827389,7.3.0,,MIT,,>=3.8,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: Implementation :: CPython,Topic :: Internet :: WWW/HTTP]","[Django >=3.2,phonenumbers >=7.0.2 ; extra == 'phonenumbers',phonenumberslite >=7.0.2 ; extra == 'phonenumberslite']",2023-12-29 14:33:36.859589 UTC,,, | |
social-auth-app-django,704877,5.4.0,Matias Aguirre,BSD,https://github.com/python-social-auth/social-app-django,>=3.8,"[Development Status :: 5 - Production/Stable,Topic :: Internet,License :: OSI Approved :: BSD License,Intended Audience :: Developers,Environment :: Web Environment,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]","[Django >=3.2,social-auth-core >=4.4.1]",2023-10-17 07:41:25.581824 UTC,,, | |
djangorestframework-jwt,623636,1.11.0,Jose Padilla,MIT,https://github.com/GetBlimp/django-rest-framework-jwt,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Topic :: Internet :: WWW/HTTP]",[],2017-06-23 23:47:54.361381 UTC,,, | |
djangorestframework-jwt,623636,1.11.0,Jose Padilla,MIT,https://github.com/GetBlimp/django-rest-framework-jwt,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Topic :: Internet :: WWW/HTTP]",[],2017-06-23 23:47:54.361381 UTC,,, | |
django-otp,623235,1.3.0,,,,>=3.7,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: The Unlicense (Unlicense),Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Topic :: Security,Topic :: Software Development :: Libraries :: Python Modules]","[django>=3.2,qrcode; extra == 'qrcode']",2023-11-08 17:32:07.874828 UTC,,, | |
djangorestframework-stubs,622942,3.14.5,Maksim Kurnikov,MIT,https://github.com/typeddjango/djangorestframework-stubs,>=3.8,"[License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Typing :: Typed,Framework :: Django]","[django-stubs >=4.2.7,typing-extensions >=3.10.0,requests >=2.0.0,types-requests >=0.1.12,types-PyYAML >=5.4.3,mypy ~=1.7.0 ; extra == 'compatible-mypy',django-stubs[compatible-mypy] ; extra == 'compatible-mypy',coreapi >=2.0.0 ; extra == 'coreapi',types-Markdown >=0.1.5 ; extra == 'markdown']",2023-12-05 19:21:09.215203 UTC,,, | |
django-widget-tweaks,574191,1.5.0,Mikhail Korobov,MIT license,https://github.com/jazzband/django-widget-tweaks,>=3.8,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Software Development :: Libraries :: Python Modules]",[],2023-08-25 15:29:05.644626 UTC,,, | |
django-oauth-toolkit,520193,2.3.0,"Federico Frenguelli, Massimiliano Pippi",,https://github.com/jazzband/django-oauth-toolkit,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Internet :: WWW/HTTP]","[django (!=4.0.0,>=2.2),requests (>=2.13.0),oauthlib (>=3.1.0),jwcrypto (>=0.8.0)]",2023-05-31 21:05:34.805778 UTC,,, | |
django-rq,505055,2.10.1,Selwin Ong,MIT,https://github.com/rq/django-rq,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Python Modules]","[django (>=3.2),rq (>=1.14),redis (>=3),raven (>=6.1.0) ; extra == 'sentry',mock (>=2.0.0) ; extra == 'testing']",2023-12-18 10:32:31.742853 UTC,,, | |
django-ses,494172,3.5.2,Harry Marr,MIT,https://github.com/django-ses/django-ses,">=3.8,<4.0","[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Software Development :: Libraries :: Python Modules]","[boto3 (>=1.0.0),cryptography (>=36.0.2) ; extra == ""bounce"" or extra == ""events"",django (>=2.2),importlib-metadata (>=1) ; python_version < ""3.8"",pytz (>=2016.10),requests (>=2.27.1) ; extra == ""bounce"" or extra == ""events""]",2023-12-01 19:36:17.731912 UTC,,, | |
django-health-check,486605,3.18.1,Kristian Ollegaard,MIT License,https://github.com/revsys/django-health-check,>=3.8,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Software Development :: Quality Assurance,Topic :: System :: Logging,Topic :: System :: Monitoring,Topic :: Utilities]","[django >=2.2,sphinx ; extra == 'docs',pytest ; extra == 'test',pytest-cov ; extra == 'test',pytest-django ; extra == 'test',celery ; extra == 'test',redis ; extra == 'test']",2024-01-31 16:42:29.476026 UTC,,, | |
django-compressor,486047,4.4,,MIT,https://django-compressor.readthedocs.io/en/latest/,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Internet :: WWW/HTTP]","[django-appconf (>=1.0.3),rcssmin (==1.1.1),rjsmin (==1.2.1)]",2023-06-27 22:13:17.910183 UTC,,, | |
django-countries,483949,7.5.1,Chris Beaven,MIT,https://github.com/SmileyChris/django-countries/,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1]","[asgiref,typing-extensions,tox ; extra == 'dev',black ; extra == 'dev',django ; extra == 'dev',pytest ; extra == 'dev',pytest-django ; extra == 'dev',djangorestframework ; extra == 'dev',graphene-django ; extra == 'dev',transifex-client ; extra == 'maintainer',zest.releaser[recommended] ; extra == 'maintainer',django ; extra == 'maintainer',pyuca ; extra == 'pyuca',pytest ; extra == 'test',pytest-django ; extra == 'test',pytest-cov ; extra == 'test',djangorestframework ; extra == 'test',graphene-django ; extra == 'test']",2023-01-31 21:32:07.673875 UTC,,, | |
django-taggit,482250,5.0.1,Alex Gaynor,BSD,https://github.com/jazzband/django-taggit,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]",[Django >=4.1],2023-10-29 11:56:57.954291 UTC,,, | |
fcm-django,472218,1.0.9,xTrinch,,https://github.com/xtrinch/fcm-django,>=3,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Software Development :: Libraries :: Python Modules,Topic :: System :: Networking]","[Django,firebase-admin (<6,>=5)]",2022-03-28 19:58:25.191126 UTC,,, | |
django-mptt,461046,0.16.0,,MIT-License,,>=3.9,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[django-js-asset,coverage[toml]; extra == 'tests',mock-django; extra == 'tests']",2024-01-16 15:29:27.762930 UTC,,, | |
django-silk,460375,5.1.0,Michael Ford,MIT License,https://github.com/jazzband/django-silk,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[Django >=3.2,sqlparse,autopep8,gprof2dot >=2017.09.19]",2024-01-22 01:39:29.216547 UTC,,, | |
django-ckeditor,453501,6.7.1,Shaun Sephton & Piotr Malinski,,https://github.com/django-ckeditor/django-ckeditor,>=3.8,"[Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[Django >=3.2,django-js-asset >=2.0]",2024-02-08 07:43:53.123578 UTC,,, | |
django-anymail,453070,10.2,Anymail Contributors,"[The BSD 3-Clause License] Copyright (c) Anymail 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: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. 3. Neither the name of the copyright holder 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 OWNER 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.",,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Communications :: Email,Topic :: Software Development :: Libraries :: Python Modules]","[django>=2.0,requests>=2.4.3,urllib3>=1.25.0,boto3; extra == 'amazon-ses',cryptography; sys_platform != 'darwin' or platform_machine != 'arm64' or python_version >= '3.9' and extra == 'postal',svix; extra == 'resend']",2023-10-25 22:44:14.877162 UTC,,, | |
django-picklefield,443679,3.1,Simon Charette,MIT,http://github.com/gintas/django-picklefield,>=3,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]","[Django (>=3.2),tox ; extra == 'tests']",2022-06-18 20:21:07.454512 UTC,,, | |
django-formtools,437417,2.5.1,,BSD,,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Internet :: WWW/HTTP]",[Django >=3.2],2023-12-19 10:30:02.816941 UTC,,, | |
django-nose,429658,1.4.7,Jeff Balogh,BSD,http://github.com/jazzband/django-nose,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Topic :: Software Development :: Testing]",[nose (>=1.2.1)],2020-08-20 02:49:13.440697 UTC,,, | |
django-csp,412848,3.8,,BSD,,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Environment :: Web Environment :: Mozilla,Programming Language :: Python,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Intended Audience :: Developers,Topic :: Software Development :: Libraries :: Python Modules,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: Implementation :: PyPy,Programming Language :: Python :: Implementation :: CPython,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0]","[Django >=3.2,jinja2 >=2.9.6 ; extra == 'jinja2',pytest ; extra == 'tests',pytest-cov ; extra == 'tests',pytest-django ; extra == 'tests',pytest-ruff ; extra == 'tests',jinja2 >=2.9.6 ; extra == 'tests']",2024-03-01 14:00:28.135128 UTC,,, | |
django-prometheus,411682,2.4.0.dev5,Uriel Corfa,Apache,http://github.com/korfuri/django-prometheus,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,Intended Audience :: Information Technology,Intended Audience :: System Administrators,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Topic :: System :: Monitoring,License :: OSI Approved :: Apache Software License]",[prometheus-client >=0.7],2023-12-12 15:24:52.030908 UTC,,, | |
graphene-django,382302,3.2.0,Syrus Akbary,MIT,https://github.com/graphql-python/graphene-django,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,Topic :: Software Development :: Libraries,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: Implementation :: PyPy,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2]","[graphene <4,>=3.0,graphql-core <4,>=3.1.0,graphql-relay <4,>=3.1.1,Django >=3.2,promise >=2.1,text-unidecode,ruff ==0.1.2 ; extra == 'dev',pre-commit ; extra == 'dev',pytest >=7.3.1 ; extra == 'dev',pytest-cov ; extra == 'dev',pytest-random-order ; extra == 'dev',coveralls ; extra == 'dev',mock ; extra == 'dev',pytz ; extra == 'dev',django-filter >=22.1 ; extra == 'dev',pytest-django >=4.5.2 ; extra == 'dev',djangorestframework >=3.6.3 ; extra == 'dev',djangorestframework >=3.6.3 ; extra == 'rest_framework',pytest >=7.3.1 ; extra == 'test',pytest-cov ; extra == 'test',pytest-random-order ; extra == 'test',coveralls ; extra == 'test',mock ; extra == 'test',pytz ; extra == 'test',django-filter >=22.1 ; extra == 'test',pytest-django >=4.5.2 ; extra == 'test',djangorestframework >=3.6.3 ; extra == 'test']",2023-12-20 10:25:20.576146 UTC,,, | |
django-crontab,379703,0.7.0,Lars Kreisz,MIT,https://github.com/kraiz/django-crontab,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: POSIX :: Linux,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Topic :: System :: Installation/Setup]",[],2015-12-02 17:38:56.083340 UTC,,, | |
django-treebeard,355475,4.7.1,Gustavo Picon,Apache License 2.0,https://github.com/django-treebeard/django-treebeard/,>=3.8,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Operating System :: OS Independent,Topic :: Software Development :: Libraries,Topic :: Utilities]",[Django >=3.2],2024-01-31 16:35:17.843304 UTC,,, | |
django-admin-rangefilter,353721,0.12.1,Dmitriy Sokolov,MIT,https://github.com/silentsokolov/django-admin-rangefilter,">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Utilities]",[],2024-02-17 14:16:59.587249 UTC,,, | |
django-reversion,351752,5.0.12,Dave Hall,BSD,https://github.com/etianen/django-reversion,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django]",[django >=3.2],2024-01-30 20:05:52.376552 UTC,,, | |
django-waffle,350782,4.1.0,,BSD,,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Software Development :: Libraries :: Python Modules]",[django >=3.2],2023-12-11 08:14:37.564604 UTC,,, | |
django-webpack-loader,345557,3.0.1,Vinta Software,MIT License,https://github.com/django-webpack/django-webpack-loader,,"[Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Environment :: Web Environment,License :: OSI Approved :: MIT License]",[],2024-01-16 13:37:17.800049 UTC,,, | |
django-ratelimit,345410,4.1.0,,"Copyright (c) 2022, James Socol Licensed under the Apache License, Version 2.0 (the ""License""); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ",,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Topic :: Software Development :: Libraries :: Python Modules]",[],2023-07-24 20:34:31.362030 UTC,,, | |
django-guardian,339151,2.4.0,Lukasz Balcerzak,BSD,http://github.com/django-guardian/django-guardian,>=3.5,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Topic :: Security,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]",[Django (>=2.2)],2021-05-23 22:11:22.750116 UTC,,, | |
django-coverage-plugin,332491,3.1.0,Ned Batchelder,Apache-2.0,https://github.com/nedbat/django_coverage_plugin,,"[Environment :: Console,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Software Development :: Quality Assurance,Topic :: Software Development :: Testing,Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.2]",[coverage],2023-07-10 13:14:44.735951 UTC,,, | |
django-polymorphic,325927,3.1.0,Bert Constantin,,https://github.com/django-polymorphic/django-polymorphic,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Database]",[Django (>=2.1)],2021-11-18 11:55:38.663786 UTC,,, | |
django-axes,319651,6.3.0,"Josh VanderLinden, Philip Neustrom, Michael Blume, Alex Clark, Camilo Nova, Aleksi Hakli",MIT,https://github.com/jazzband/django-axes,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Environment :: Plugins,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,Intended Audience :: System Administrators,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Internet :: Log Analysis,Topic :: Security,Topic :: System :: Logging]","[django >=3.2,setuptools,django-ipware >=3 ; extra == 'ipware']",2023-12-27 10:51:10.674599 UTC,,, | |
django-colorfield,305305,0.11.0,,"MIT License Copyright (c) 2013-present Jared Forsyth / Fabio Caccamo Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Software Development :: Build Tools]",[Pillow >=9.0.0],2023-12-05 22:44:05.719780 UTC,,, | |
django-auth-ldap,304893,4.6.0,,BSD,,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,Intended Audience :: System Administrators,License :: OSI Approved :: BSD License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Python Modules,Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP]","[Django >=3.2,python-ldap >=3.1]",2023-10-05 07:13:00.221537 UTC,,, | |
django-localflavor,302252,4,Django Software Foundation,BSD,https://django-localflavor.readthedocs.io/en/latest/,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Internet :: WWW/HTTP]","[django (>=3.2),python-stdnum (>=1.6)]",2023-04-22 12:09:09.375516 UTC,,, | |
django-rest-swagger,297881,2.2.0,Marc Gibbons,FreeBSD License,https://github.com/marcgibbons/django-rest-swagger,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[coreapi (>=2.3.0),openapi-codec (>=1.3.1),djangorestframework (>=3.5.4),simplejson]",2018-04-30 19:59:57.896473 UTC,,, | |
django-mysql,287290,4.12.0,Adam Johnson,MIT,https://github.com/adamchainz/django-mysql,>=3.8,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: Implementation :: CPython,Topic :: Database,Typing :: Typed]",[Django >=3.2],2023-10-11 10:05:41.472703 UTC,,, | |
djlint,285291,1.34.1,Christopher Pickering,GPL-3.0-or-later,https://github.com/Riverside-Healthcare/djlint,">=3.8.0,<4.0.0","[License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+),Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]","[click (>=8.0.1,<9.0.0),PyYAML (>=6.0,<7.0),colorama (>=0.4.4,<0.5.0),regex (>=2023.0.0,<2024.0.0),tqdm (>=4.62.2,<5.0.0),tomli (>=2.0.1,<3.0.0) ; python_version < ""3.11"",pathspec (>=0.12.0,<0.13.0),html-void-elements (>=0.1.0,<0.2.0),html-tag-names (>=0.1.2,<0.2.0),jsbeautifier (>=1.14.4,<2.0.0),cssbeautifier (>=1.14.4,<2.0.0),json5 (>=0.9.11,<0.10.0)]",2023-12-20 19:26:17.319497 UTC,,, | |
django-modeltranslation,266079,0.18.13b1,Peter Eschler,New BSD,https://github.com/deschler/django-modeltranslation,,"[Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Operating System :: OS Independent,Environment :: Web Environment,Intended Audience :: Developers,Framework :: Django,License :: OSI Approved :: BSD License]","[Django (>=3.2),importlib-metadata ; python_version < ""3.8""]",2023-11-17 12:53:23.024451 UTC,,, | |
django-fsm,257416,2.8.1,Mikhail Podgurskiy,MIT License,http://github.com/kmmbvnr/django-fsm,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Framework :: Django,Framework :: Django :: 1.6,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Programming Language :: Python,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django,Topic :: Software Development :: Libraries :: Python Modules]",[],2022-08-15 10:47:14.350881 UTC,,, | |
django-log-request-id,251629,2.1.0,DabApps,BSD,https://github.com/dabapps/django-log-request-id/,,[],[django (>=1.8)],2023-01-21 20:42:13.656947 UTC,,, | |
django-tables2,251123,2.7.0,Bradley Ayers,Simplified BSD,https://github.com/jieter/django-tables2/,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries]","[Django >=3.2,tablib ; extra == 'tablib']",2023-12-05 07:54:57.255524 UTC,,, | |
django-structlog,250393,7.1.0,,MIT,,>=3.8,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: System :: Logging,License :: OSI Approved :: MIT License,Operating System :: OS Independent]","[django >=3.2,structlog >=21.4.0,asgiref >=3.6.0,django-ipware >=6.0.2,celery >=5.1 ; extra == 'celery',django-extensions >=1.4.9 ; extra == 'commands']",2023-12-21 01:36:26.284642 UTC,,, | |
django-rest-passwordreset,250306,1.4.0,Harald Nezbeda,BSD License,https://github.com/anexia-it/django-rest-passwordreset,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2024-02-09 15:59:41.185487 UTC,,, | |
djangorestframework-api-key,249741,3.0.0,,MIT,,>=3.8,"[Development Status :: 4 - Beta,Operating System :: OS Independent,Intended Audience :: Developers,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Environment :: Web Environment,Topic :: Software Development :: Libraries :: Python Modules,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.2]",[packaging],2023-10-19 04:17:11.044144 UTC,,, | |
django-user-agents,235898,0.4.0,Selwin Ong,MIT,https://github.com/selwin/django-user_agents,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Python Modules]","[django,user-agents]",2019-06-22 13:33:48.259911 UTC,,, | |
django-tinymce,226752,3.7.1,,MIT License,,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]",[django >=3.2],2024-02-06 07:54:05.603574 UTC,,, | |
django-json-widget,223531,0.2.0,José Manuel Rivas,MIT,https://github.com/jmrivas86/django-json-widget,,"[Development Status :: 3 - Alpha,Framework :: Django,Framework :: Django :: 1.11,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6]",[],2018-10-29 21:03:30.700193 UTC,,, | |
django-object-actions,221651,4.2.0,crccheck,Apache-2.0,https://github.com/crccheck/django-object-actions,">=3.7,<4.0","[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]",[],2023-09-08 22:38:54.321612 UTC,,, | |
django-admin-sortable2,220472,2.1.10,Jacob Rief,MIT,https://github.com/jrief/django-admin-sortable2,,"[Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development :: Libraries :: Application Frameworks,Development Status :: 5 - Production/Stable,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2]",[Django >=4.0],2023-09-29 11:29:47.151721 UTC,,, | |
django-constance,219983,3.1.0,Jannis Leidel,BSD,https://github.com/jazzband/django-constance,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Utilities]","[django-picklefield,redis ; extra == 'redis']",2023-08-21 21:35:43.590275 UTC,,, | |
django-auditlog,207414,3.0b4,Jan-Jelle Kester,MIT,https://github.com/jazzband/django-auditlog,>=3.8,"[Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0,License :: OSI Approved :: MIT License]","[Django >=3.2,python-dateutil >=2.7.0]",2024-01-04 08:51:49.294083 UTC,,, | |
django-multiselectfield,202535,0.1.12,Pablo Martin,LGPL 3,https://github.com/goinnn/django-multiselectfield,,"[Development Status :: 4 - Beta,Framework :: Django,License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL),Programming Language :: Python :: 2,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8]",[django (>=1.4)],2020-02-20 06:13:15.688385 UTC,,, | |
djangorestframework-csv,200114,3.0.2,Mjumbe Wawatu Ukweli,BSD,https://github.com/mjumbewu/django-rest-framework-csv,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django]",[djangorestframework],2023-12-12 03:38:13.598036 UTC,,, | |
django-ninja,199540,1.1.0,Vitaliy Kucheryaviy,,https://django-ninja.dev,>=3.7,"[Intended Audience :: Information Technology,Intended Audience :: System Administrators,Operating System :: OS Independent,Development Status :: 5 - Production/Stable,Topic :: Internet,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Software Development :: Libraries,Topic :: Software Development,Typing :: Typed,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: 3 :: Only,Framework :: Django,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Framework :: AsyncIO,Topic :: Internet :: WWW/HTTP :: HTTP Servers,Topic :: Internet :: WWW/HTTP]","[Django >=3.1,pydantic >=2.0,<3.0.0,pre-commit ; extra == ""dev"",mkdocs ; extra == ""doc"",mkdocs-material ; extra == ""doc"",markdown-include ; extra == ""doc"",mkdocstrings ; extra == ""doc"",pytest ; extra == ""test"",pytest-cov ; extra == ""test"",pytest-django ; extra == ""test"",pytest-asyncio ; extra == ""test"",psycopg2-binary ; extra == ""test"",mypy==1.7.1 ; extra == ""test"",ruff==0.1.7 ; extra == ""test"",django-stubs ; extra == ""test""]",2023-12-07 22:14:02.481775 UTC,,, | |
djangorestframework-camel-case,196960,1.1.1,Vitaly Babiy,BSD,https://github.com/vbabiy/djangorestframework-camel-case,,"[Development Status :: 2 - Pre-Alpha,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7]",[],2019-09-10 00:28:57.766105 UTC,,, | |
django-modelcluster,193632,6.3,Matthew Westcott,BSD,https://github.com/wagtail/django-modelcluster,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: 3 :: Only,Framework :: Django]","[pytz (>=2022.4),django (>=3.2),django-taggit (>=3.1) ; extra == 'taggit']",2024-02-26 19:26:50.903225 UTC,,, | |
wagtail,192908,6.0.1,Wagtail core team + contributors,BSD,https://wagtail.org/,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Framework :: Wagtail,Topic :: Internet :: WWW/HTTP :: Site Management]","[Django (<6.0,>=4.2),django-modelcluster (<7.0,>=6.2.1),django-permissionedforms (<1.0,>=0.1),django-taggit (<5.1,>=4.0),django-treebeard (<5.0,>=4.5.1),djangorestframework (<4.0,>=3.11.1),django-filter (<24,>=23.3),draftjs-exporter (<6.0,>=2.1.5),Pillow (<11.0.0,>=9.1.0),beautifulsoup4 (<4.13,>=4.8),html5lib (<2,>=0.999),Willow[heif] (<2,>=1.6.2),requests (<3.0,>=2.11.1),l18n (>=2018.5),openpyxl (<4.0,>=3.0.10),anyascii (>=0.1.5),telepath (<1,>=0.3.1),laces (<0.2,>=0.1),pyenchant (<4,>=3.1.1) ; extra == 'docs',sphinxcontrib-spelling (<8,>=7) ; extra == 'docs',Sphinx (>=1.5.2) ; extra == 'docs',sphinx-autobuild (>=0.6.0) ; extra == 'docs',sphinx-wagtail-theme (==6.2.0) ; extra == 'docs',myst-parser (==2.0.0) ; extra == 'docs',sphinx-copybutton (<1.0,>=0.5) ; extra == 'docs',python-dateutil (>=2.7) ; extra == 'testing',pytz (>=2014.7) ; extra == 'testing',Jinja2 (<3.2,>=3.0) ; extra == 'testing',boto3 (<2,>=1.28) ; extra == 'testing',freezegun (>=0.3.8) ; extra == 'testing',azure-mgmt-cdn (<13.0,>=12.0) ; extra == 'testing',azure-mgmt-frontdoor (<1.1,>=1.0) ; extra == 'testing',django-pattern-library (>=0.7) ; extra == 'testing',coverage (>=3.7.0) ; extra == 'testing',doc8 (==0.8.1) ; extra == 'testing',ruff (==0.1.5) ; extra == 'testing',semgrep (==1.40.0) ; extra == 'testing',curlylint (==0.13.1) ; extra == 'testing',djhtml (==3.0.6) ; extra == 'testing',polib (<2.0,>=1.1) ; extra == 'testing',factory-boy (>=3.2) ; extra == 'testing',tblib (<3.0,>=2.0) ; extra == 'testing']",2024-02-15 14:16:17.475347 UTC,,, | |
django-cleanup,191408,8.1.0,Ilya Shalyapin,MIT License,https://github.com/un1t/django-cleanup,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Utilities]",[],2024-01-29 00:06:40.107065 UTC,,, | |
django-dirtyfields,191088,1.9.2,Romain Garrigues,BSD,https://github.com/romgar/django-dirtyfields,>=3.7,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,Topic :: Software Development :: Libraries :: Python Modules,License :: OSI Approved :: BSD License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2]",[Django (>=2.0)],2023-04-12 10:19:02.213045 UTC,,, | |
django-safedelete,190636,1.3.3,Korantin Auguste,BSD,https://github.com/makinacorpus/django-safedelete,,"[Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Development Status :: 4 - Beta]",[Django],2023-11-13 09:42:12.334417 UTC,,, | |
django-two-factor-auth,189803,1.16.0,Bouke Haarsma,MIT,https://github.com/jazzband/django-two-factor-auth,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Security,Topic :: System :: Systems Administration :: Authentication/Directory]","[Django >=3.2,django-otp >=0.8.0,qrcode <7.99,>=4.0.0,django-phonenumber-field <8,django-formtools,twilio >=6.0 ; extra == 'call',flake8 <=6.99 ; extra == 'linting',isort <=5.99 ; extra == 'linting',phonenumbers <8.99,>=7.0.9 ; extra == 'phonenumbers',phonenumberslite <8.99,>=7.0.9 ; extra == 'phonenumberslite',twilio >=6.0 ; extra == 'sms',coverage ; extra == 'tests',freezegun ; extra == 'tests',tox ; extra == 'tests',webauthn <2.99,>=2.0 ; extra == 'webauthn',django-otp-yubikey ; extra == 'yubikey']",2024-02-03 19:21:06.364930 UTC,,, | |
django-webtest,189189,1.9.11,Mikhail Korobov,MIT license,https://github.com/django-webtest/django-webtest,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Software Development :: Testing]",[webtest (>=1.3.3)],2023-09-18 18:22:54.842220 UTC,,, | |
django-braces,188003,1.15.0,"Kenneth Love <[email protected]>, Chris Jones <[email protected]>",BSD,https://github.com/brack3t/django-braces/,,"[Development Status :: 5 - Production/Stable,Development Status :: 6 - Mature,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Software Development :: Libraries :: Python Modules]",[Django (>=2.2)],2021-11-05 21:41:41.916702 UTC,,, | |
django-nested-admin,187147,4.0.2,The Atlantic,BSD,https://github.com/theatlantic/django-nested-admin,>=3.6,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1]","[python-monkey-business (>=1.0.0),black ; extra == 'dev',flake8 ; extra == 'dev',pytest ; extra == 'dev',pytest-cov ; extra == 'dev',pytest-xdist ; extra == 'dev',pytest-django ; extra == 'dev',Pillow ; extra == 'dev',dj-database-url ; extra == 'dev',django-selenosis ; extra == 'dev',selenium ; extra == 'dev',pytest ; extra == 'test',pytest-cov ; extra == 'test',pytest-xdist ; extra == 'test',pytest-django ; extra == 'test',Pillow ; extra == 'test',dj-database-url ; extra == 'test',django-selenosis ; extra == 'test',selenium ; extra == 'test']",2022-11-14 05:41:00.737860 UTC,,, | |
django-grappelli,179207,2.15.7,"Patrick Kranzlmueller, Axel Swoboda (vonautomatisch)",BSD,http://django-grappelli.readthedocs.org,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]",[],2023-12-20 12:49:06.660580 UTC,,, | |
django-recaptcha,173969,4.0.0,Torchbox and individual contributors,BSD,https://github.com/torchbox/django-recaptcha,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]",[django],2023-11-16 15:29:06.790623 UTC,,, | |
django-elasticsearch-dsl,172340,8,Sabricot,Apache Software License 2.0,https://github.com/sabricot/django-elasticsearch-dsl,>=3.8,"[Development Status :: 3 - Alpha,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[elasticsearch-dsl <9.0.0,>=8.9.0,six,celery >=4.1.0 ; extra == 'celery']",2023-10-01 19:19:53.097163 UTC,,, | |
django-classy-tags,171343,4.1.0,Jonas Obrist,BSD,https://github.com/django-cms/django-classy-tags,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries]",[django (>=3.2)],2023-07-29 09:06:16.951028 UTC,,, | |
django-hijack,170253,3.4.5,arteria GmbH,MIT,https://github.com/django-hijack/django-hijack,,"[Development Status :: 5 - Production/Stable,License :: OSI Approved :: MIT License,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]","[django >=3.2,pytest ; extra == 'test',pytest-cov ; extra == 'test',pytest-django ; extra == 'test']",2023-12-13 07:02:29.556521 UTC,,, | |
django-select2,167910,8.1.2,,,,>=3.8,"[Development Status :: 5 - Production/Stable,License :: OSI Approved :: MIT License,Intended Audience :: Developers,Environment :: Web Environment,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Topic :: Software Development]","[django>=3.2,django-appconf>=0.6.0,sphinx ; extra == ""docs"",selenium ; extra == ""selenium"",pytest ; extra == ""test"",pytest-cov ; extra == ""test"",pytest-django ; extra == ""test"",selenium ; extra == ""test""]",2023-05-23 14:32:08.684799 UTC,,, | |
django-money,166682,3.4.1,,BSD,https://github.com/django-money/django-money,>=3.7,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy]","[setuptools,Django >=2.2,py-moneyed <3.1,>=2.0,certifi ; extra == 'exchange',pytest <7.0,>=3.1.0 ; extra == 'test',pytest-django ; extra == 'test',pytest-pythonpath ; extra == 'test',pytest-cov ; extra == 'test',mixer ; extra == 'test',mypy ; extra == 'test',django-stubs ; extra == 'test']",2023-11-30 19:38:07.769300 UTC,,, | |
django-migration-linter,165274,5.0.0,3YOURMIND GmbH,Apache License 2.0,https://github.com/3YOURMIND/django-migration-linter,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[django (>=2.2),appdirs (>=1.4.3),toml (>=0.10.2),tox (>=4.6.3) ; extra == 'test',mysqlclient (>=2.1.1) ; extra == 'test',psycopg2 (>=2.9.6) ; extra == 'test',django-add-default-value (>=0.4.0) ; extra == 'test',coverage (>=7.2.7) ; extra == 'test']",2023-07-09 12:57:00.106486 UTC,,, | |
django-colorful,164159,1.3,Simon Charette,MIT License,https://github.com/charettes/django-colorful,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Internet :: WWW/HTTP :: WSGI,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]",[Django (>=1.11)],2018-08-19 15:52:15.551629 UTC,,, | |
django-user-accounts,162251,3.3.2,,,,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[Django >=3.2,django-appconf >=1.0.4,pytz >=2020.4]",2023-10-06 22:09:09.457299 UTC,,, | |
django-configurations,161105,2.4.2,Jannis Leidel,BSD,https://django-configurations.readthedocs.io/,">=3.7, <4.0","[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: Implementation :: PyPy,Topic :: Utilities]","[django >=3.2,importlib-metadata ; python_version < ""3.8"",django-cache-url ; extra == 'cache',dj-database-url ; extra == 'database',dj-email-url ; extra == 'email',dj-search-url ; extra == 'search',django-cache-url >=1.0.0 ; extra == 'testing',dj-database-url ; extra == 'testing',dj-email-url ; extra == 'testing',dj-search-url ; extra == 'testing']",2023-10-21 09:54:06.764599 UTC,,, | |
django-bootstrap4,160795,24.1,,"BSD 3-Clause License Copyright (c) Zostera B.V. 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 the copyright holder 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.",,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Software Development :: Libraries,Topic :: Utilities]","[Django >=3.2,beautifulsoup4 >=4.8.0]",2024-01-29 14:37:41.026464 UTC,,, | |
django-autoslug,159904,1.9.9,Justin Mayer,"GNU Lesser General Public License (LGPL), Version 3",https://github.com/justinmayer/django-autoslug/,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL),Framework :: Django,Framework :: Django :: 3.2,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Text Processing :: General]","[pytils (>=0.2) ; extra == 'cyrillic',translitcodec (>=0.3) ; extra == 'translitcodec']",2023-04-03 13:05:45.702843 UTC,,, | |
djoser,158718,2.2.2,Sunscrapers,MIT,https://github.com/sunscrapers/djoser,">=3.8,<4.0","[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]","[djangorestframework-simplejwt (>=5.0,<6.0),django-templated-mail (>=1.1.1,<2.0.0),social-auth-app-django (>=5.0.0,<6.0.0),djet (>=0.3.0,<0.4.0) ; extra == ""djet"",webauthn (<1.0) ; extra == ""webauthn"",django (>=3.0.0)]",2023-11-09 11:10:10.865831 UTC,,, | |
djangorestframework-dataclasses,153563,1.3.1,,"Copyright (c) 2019-2021, Oxan van Leeuwen Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. 3. Neither the name of the copyright holder 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. ",,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules,Typing :: Typed]","[django >=2.0,djangorestframework >=3.9,typing-extensions >=3.7.4 ; python_version < ""3.8"",django-stubs ; extra == 'dev',djangorestframework-stubs ; extra == 'dev',mypy ~=1.5.1 ; extra == 'dev',coverage[toml] ; extra == 'test',tox ; extra == 'test']",2023-09-12 17:57:42.134478 UTC,,, | |
django-bulk-update,153407,2.2.0,Aykut Ozat,,https://github.com/aykut/django-bulk-update,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2017-08-12 07:46:53.680496 UTC,,, | |
django-solo,152666,2.2.0,lazybird,Creative Commons Attribution 3.0 Unported,https://github.com/lazybird/django-solo/,>=3.8,"[Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]",[django >=3.2],2024-01-13 20:05:03.751650 UTC,,, | |
django-allow-cidr,152457,0.7.1,Paul McLanahan,Apache Software License 2.0,https://github.com/mozmeao/django-allow-cidr,,"[Development Status :: 4 - Beta,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Natural Language :: English,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[Django (>=2.2),packaging]",2023-07-10 13:34:54.965234 UTC,,, | |
django-easy-select2,151642,1.5.8,asyncee,MIT,https://github.com/asyncee/django-easy-select2,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Software Development :: Widget Sets]",[Django (>=2.2)],2021-12-26 18:59:14.021436 UTC,,, | |
django-templated-mail,142668,1.1.1,Sunscrapers,MIT,https://github.com/sunscrapers/django-templated-mail,,"[Development Status :: 5 - Production/Stable,Framework :: Django :: 1.11,Framework :: Django :: 1.8,Framework :: Django :: 2.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6]",[],2018-02-01 21:38:34.748501 UTC,,, | |
django-rest-knox,141837,4.2.0,James McMahon,MIT,https://github.com/James1345/django-rest-knox,>=3.6,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,Topic :: Internet :: WWW/HTTP :: Session,License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10]","[cryptography,django (>=3.2),djangorestframework]",2022-01-31 17:42:28.575377 UTC,,, | |
mssql-django,138564,1.4,Microsoft,BSD,https://github.com/microsoft/mssql-django,,"[License :: OSI Approved :: BSD License,Framework :: Django,Operating System :: POSIX :: Linux,Operating System :: Microsoft :: Windows,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0]","[django <5.1,>=3.2,pyodbc >=3.0,pytz]",2024-01-15 22:26:58.769189 UTC,,, | |
django-jazzmin,136769,2.6.0,Shipit,MIT,https://github.com/farridav/django-jazzmin,>=3.6.2,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Internet :: WWW/HTTP :: WSGI,Topic :: Software Development :: Libraries :: Python Modules]",[django (>=2.2)],2022-11-03 13:23:44.239928 UTC,,, | |
django-sslserver,136232,0.22,Ted Dziuba,MIT,https://github.com/teddziuba/django-sslserver,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7]",[Django (>=1.8)],2019-12-10 02:30:03.760383 UTC,,, | |
django-sekizai,135231,4.1.0,Jonas Obrist,BSD-3-Clause,https://github.com/django-cms/django-sekizai,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries]","[django (>=3.2),django-classy-tags (>=3.0)]",2023-05-02 15:39:21.655021 UTC,,, | |
djangorestframework-xml,129874,2.0.0,José Padilla,BSD,https://github.com/jpadilla/django-rest-framework-xml,>=3.5,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP]","[defusedxml (>=0.6.0),mkdocs (>=0.11.1) ; extra == 'dev',Django (>=1.6) ; extra == 'dev',djangorestframework (>=2.4.3) ; extra == 'dev',pytest-django ; extra == 'dev',pytest ; extra == 'dev',flake8 ; extra == 'dev',tox ; extra == 'dev',pre-commit ; extra == 'dev',mkdocs (>=0.11.1) ; extra == 'docs',Django (>=1.6) ; extra == 'tests',djangorestframework (>=2.4.3) ; extra == 'tests',pytest-django ; extra == 'tests',pytest ; extra == 'tests',flake8 ; extra == 'tests']",2020-04-12 22:38:43.087572 UTC,,, | |
django-imagekit,126813,5.0.0,Matthew Tretter,BSD,http://github.com/matthewwithanm/django-imagekit/,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Utilities]","[django-appconf,pilkit,django-celery >=3.0 ; extra == 'async',django-dramatiq >=0.4.0 ; extra == 'async_dramatiq',django-rq >=0.6.0 ; extra == 'async_rq']",2023-09-28 01:00:43.931275 UTC,,, | |
django-cacheops,125618,6,Alexander Schepanovski,BSD,http://github.com/Suor/django-cacheops,,"[Development Status :: 5 - Production/Stable,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Framework :: Django,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Environment :: Web Environment,Intended Audience :: Developers,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Python Modules]",[],2021-05-03 11:09:44.990883 UTC,,, | |
django-permissionedforms,124220,0.1,Matthew Westcott,BSD,https://github.com/wagtail/django-permissionedforms,>=3.7,"[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3 :: Only,Framework :: Django]","[Django,django-modelcluster ; extra == 'testing']",2022-02-28 19:40:26.337198 UTC,,, | |
django-mathfilters,123960,1.0.0,Danilo Bargen,MIT,https://github.com/dbrgn/django-mathfilters,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Python Modules]",[],2020-02-10 12:02:09.819544 UTC,,, | |
django-pgtrigger,121410,4.11.0,Wes Kendall,BSD-3-Clause,https://github.com/Opus10/django-pgtrigger,">=3.8.0,<4","[Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.12]",[django (>=3)],2023-11-26 22:28:34.453325 UTC,,, | |
django-sass-processor,121254,1.4,Jacob Rief,MIT,https://github.com/jrief/django-sass-processor,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0]",[django-compressor >=2.4 ; extra == 'management-command'],2023-12-12 10:27:56.366131 UTC,,, | |
django-haystack,120064,3.2.dev0,Daniel Lindsley,,http://haystacksearch.org/,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Utilities]","[Django (>=2.2),elasticsearch (<8,>=5) ; extra == 'elasticsearch']",2022-03-17 23:46:16.934567 UTC,,, | |
django-datadog-logger,117982,0.6.3,Lenno Nagel,MIT license,https://github.com/namespace-ee/django-datadog-logger,>=3.7,"[Development Status :: 2 - Pre-Alpha,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[JSON-log-formatter,Django,djangorestframework]",2024-02-09 13:29:10.951998 UTC,,, | |
django-htmx,117904,1.17.3,,MIT,,>=3.8,"[Development Status :: 5 - Production/Stable,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: Implementation :: CPython,Typing :: Typed]","[asgiref >=3.6,Django >=3.2]",2024-03-01 22:14:29.800895 UTC,,, | |
django-cte,117093,1.3.2,,BSD License,https://github.com/dimagi/django-cte,,"[Development Status :: 3 - Alpha,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django,Framework :: Django :: 2,Framework :: Django :: 2.2,Framework :: Django :: 3,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4,Framework :: Django :: 4.0,Framework :: Django :: 4.2,Topic :: Software Development :: Libraries :: Python Modules]",[],2023-11-21 13:40:24.265739 UTC,,, | |
django-ordered-model,116955,3.7.4,Ben Firshman,,http://github.com/django-ordered-model/django-ordered-model,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3]",[],2023-03-17 15:53:38.689261 UTC,,, | |
django-admin-autocomplete-filter,115433,0.7.1,Farhan Khan,,https://github.com/farhan0581/django-admin-autocomplete-filter,,"[Framework :: Django,Framework :: Django :: 2.0,Intended Audience :: Developers,License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3),Operating System :: OS Independent,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Python Modules]",[django (>=2.0)],2021-09-11 09:43:31.874907 UTC,,, | |
django-enumfields,113710,2.1.1,HZDG,MIT,https://github.com/hzdg/django-enumfields,,"[License :: OSI Approved :: MIT License,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Internet :: WWW/HTTP]",[],2021-02-23 06:41:05.426870 UTC,,, | |
django-cryptography,113468,1.1,George Marshall,BSD-3-Clause,https://github.com/georgemarshall/django-cryptography,>=3.6,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3 :: Only,Topic :: Internet :: WWW/HTTP,Topic :: Security :: Cryptography]","[Django,cryptography,django-appconf]",2022-04-06 04:27:28.340554 UTC,,, | |
django-better-admin-arrayfield,113121,1.4.2,Jakub Semik,MIT,https://github.com/gradam/django-better-admin-arrayfield,,"[Development Status :: 4 - Beta,Framework :: Django :: 3.1,Framework :: Django :: 3.0,Framework :: Django :: 2.2,Framework :: Django :: 2.1,Framework :: Django :: 2.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8]",[],2020-12-08 17:39:38.196735 UTC,,, | |
django-pipeline,112369,3.0.0,Timothée Peignier,MIT,https://github.com/jazzband/django-pipeline,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: Implementation :: PyPy,Topic :: Utilities,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2023-12-27 11:22:51.738755 UTC,,, | |
django-jsonfield,109564,1.4.1,Matthew Schinckel,,https://github.com/adamchainz/django-jsonfield,,"[Development Status :: 6 - Mature,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 3]","[Django (>=1.11),six]",2020-10-28 17:32:06.697959 UTC,,, | |
django-cache-memoize,109551,0.2.0,Peter Bengtsson,MPL-2.0,https://github.com/peterbe/django-cache-memoize,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment :: Mozilla,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0),License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3 :: Only,Topic :: Internet :: WWW/HTTP]","[flake8 ; extra == 'dev',tox ; extra == 'dev',twine ; extra == 'dev',therapist ; extra == 'dev',black ; extra == 'dev']",2023-09-14 15:16:58.969774 UTC,,, | |
django-hosts,109289,6,Jannis Leidel,BSD,https://django-hosts.readthedocs.io/,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]",[],2023-10-27 13:54:17.987258 UTC,,, | |
djangorestframework-gis,108383,1,Douglas Meehan,BSD,https://github.com/openwisp/django-rest-framework-gis,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Topic :: Internet :: WWW/HTTP,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Framework :: Django,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3 :: Only]",[djangorestframework],2022-05-09 23:39:06.350089 UTC,,, | |
django-sendgrid-v5,107951,1.2.3,Steven Sklar,MIT,https://github.com/sklarsa/django-sendgrid-v5,,"[Intended Audience :: Developers,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]","[django >=1.8,sendgrid >=5.0.0,python-http-client >=3.0.0]",2023-11-09 01:10:51.807083 UTC,,, | |
django-test-migrations,107827,1.3.0,sobolevn,MIT,https://github.com/wemake-services/django-test-migrations,">=3.8,<4.0","[Development Status :: 4 - Beta,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development :: Libraries :: Python Modules]","[typing_extensions (>=3.6,<5)]",2023-04-29 15:20:28.266333 UTC,,, | |
django-redis-cache,107138,2.1.3,Sean Bleier,BSD,http://github.com/sebleier/django-redis-cache/,,"[Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Topic :: Software Development :: Libraries,Topic :: Utilities,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1]","[redis (<4.0),six]",2020-09-30 20:06:39.006571 UTC,,, | |
django-admin-list-filter-dropdown,105241,1.0.3,Mart Sõmermaa,MIT License,https://github.com/mrts/django-admin-list-filter-dropdown,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2019-10-14 10:21:25.963578 UTC,,, | |
django-celery,104703,3.3.1,Ask Solem,BSD,http://celeryproject.org,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Operating System :: POSIX,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: Jython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Communications,Topic :: Software Development :: Libraries :: Python Modules,Topic :: System :: Distributed Computing]","[celery (<4.0,>=3.1.15),django (>=1.8)]",2019-08-14 09:38:26.127424 UTC,,, | |
django-elasticsearch-dsl-drf,104458,0.22.5,Artur Barseghyan,GPL-2.0-only OR LGPL-2.1-or-later,https://github.com/barseghyanartur/django-elasticsearch-dsl-drf/,>=2.7,"[Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Environment :: Web Environment,License :: OSI Approved :: GNU General Public License v2 (GPLv2),License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+),Framework :: Django,Intended Audience :: Developers,Operating System :: OS Independent,Development Status :: 4 - Beta]","[six (>=1.9),django-nine (>=0.2),django-elasticsearch-dsl (>=6.4.1),elasticsearch-dsl,elasticsearch,djangorestframework]",2022-07-03 22:17:09.717068 UTC,,, | |
djangosaml2,104386,1.9.2,Yaco Sistemas and independent contributors,Apache 2.0,https://github.com/IdentityPython/djangosaml2,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: WSGI,Topic :: Security,Topic :: Software Development :: Libraries :: Application Frameworks]","[defusedxml >=0.4.1,Django >=3.2,pysaml2 >=6.5.1]",2024-02-15 17:42:42.552886 UTC,,, | |
django-bootstrap3,100479,23.6,,"BSD 3-Clause License Copyright (c) 2017, Dylan Verheul 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 the copyright holder 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. ",,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Software Development :: Libraries,Topic :: Utilities]",[Django >=3.2],2023-12-28 11:19:44.744527 UTC,,, | |
django-sortedm2m,98488,3.1.1,Gregor Müllegger,BSD,https://github.com/jazzband/django-sortedm2m,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]",[],2021-09-30 06:09:52.525573 UTC,,, | |
django-graphql-jwt,98088,0.4.0,,,,>=3.6,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,Intended Audience :: Information Technology,Intended Audience :: System Administrators,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Internet,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: HTTP Servers,Topic :: Security,Topic :: Software Development,Topic :: Software Development :: Libraries,Topic :: Software Development :: Libraries :: Python Modules]","[django>=2.0,graphene-django>=2.0.0,graphene>=2.1.5,pyjwt<3,>=2,sphinx; extra == 'doc',black; extra == 'test',codecov; extra == 'test',cryptography; extra == 'test',flake8; extra == 'test',isort; extra == 'test',pytest; extra == 'test',pytest-cov; extra == 'test',pytest-django; extra == 'test']",2023-08-04 09:47:05.896929 UTC,,, | |
django-filer,97206,3.1.1,Divio AG,BSD-3-Clause,https://github.com/django-cms/django-filer,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django CMS,Framework :: Django CMS :: 3.8,Framework :: Django CMS :: 3.9,Framework :: Django CMS :: 3.10,Framework :: Django CMS :: 3.11,Framework :: Django CMS :: 4.0,Framework :: Django CMS :: 4.1,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries]","[django <5.1,>=3.2,django-polymorphic,easy-thumbnails[svg],pillow-heif ; extra == 'heif']",2023-11-18 00:48:42.444889 UTC,,, | |
django-linear-migrations,96280,2.12.0,Adam Johnson,MIT,https://github.com/adamchainz/django-linear-migrations,>=3.8,"[Development Status :: 5 - Production/Stable,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: Implementation :: CPython,Typing :: Typed]",[Django >=3.2],2023-10-11 09:37:48.411777 UTC,,, | |
django-pandas,95718,0.6.6,Christopher Clarke,,https://github.com/chrisdev/django-pandas/,,"[Development Status :: 3 - Alpha,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django]","[pandas (>=0.14.1),six (>=1.15.0),pandas (>=0.20.1) ; extra == 'test',coverage (==5.4) ; extra == 'test',semver (==2.10.1) ; extra == 'test']",2021-10-29 14:28:03.002888 UTC,,, | |
django-postgres-extra,95309,2.0.9rc10,Sector Labs,MIT License,https://github.com/SectorLabs/django-postgres-extra,>=3.6,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[Django <6.0,>=2.0,python-dateutil <=3.0.0,>=2.8.0,dataclasses ; python_version <= ""3.6"",black ==22.3.0 ; extra == 'analysis',flake8 ==4.0.1 ; extra == 'analysis',autoflake ==1.4 ; extra == 'analysis',autopep8 ==1.6.0 ; extra == 'analysis',isort ==5.10.0 ; extra == 'analysis',docformatter ==1.4 ; extra == 'analysis',types-dj-database-url ==1.3.0.0 ; extra == 'analysis',types-psycopg2 ==2.9.21.9 ; extra == 'analysis',types-python-dateutil ==2.8.19.12 ; extra == 'analysis',mypy ==0.971 ; (python_version <= ""3.6"") and extra == 'analysis',django-stubs ==1.9.0 ; (python_version <= ""3.6"") and extra == 'analysis',typing-extensions ==4.1.0 ; (python_version <= ""3.6"") and extra == 'analysis',mypy ==1.2.0 ; (python_version > ""3.6"") and extra == 'analysis',django-stubs ==1.16.0 ; (python_version > ""3.6"") and extra == 'analysis',typing-extensions ==4.5.0 ; (python_version > ""3.6"") and extra == 'analysis',Sphinx ==2.2.0 ; extra == 'docs',sphinx-rtd-theme ==0.4.3 ; extra == 'docs',docutils <0.18 ; extra == 'docs',build ==0.7.0 ; extra == 'publish',twine ==3.7.1 ; extra == 'publish',psycopg2 <3.0.0,>=2.8.4 ; extra == 'test',dj-database-url ==0.5.0 ; extra == 'test',pytest ==6.2.5 ; extra == 'test',pytest-benchmark ==3.4.1 ; extra == 'test',pytest-django ==4.4.0 ; extra == 'test',pytest-cov ==3.0.0 ; extra == 'test',pytest-lazy-fixture ==0.6.3 ; extra == 'test',pytest-freezegun ==0.4.2 ; extra == 'test',tox ==3.24.4 ; extra == 'test',freezegun ==1.1.0 ; extra == 'test',coveralls ==3.3.0 ; extra == 'test',snapshottest ==0.6.0 ; extra == 'test']",2024-02-07 09:37:15.099514 UTC,,, | |
django-utils-six,95212,2,Django Software Foundation,BSD-3-Clause,https://github.com/whtsky/django-utils-six,">=3.6,<4.0","[License :: OSI Approved :: BSD License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8]",[],2020-06-17 14:57:30.457148 UTC,,, | |
django-crum,95081,0.7.9,"Nine More Minutes, Inc.",BSD,https://github.com/ninemoreminutes/django-crum/,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries,Topic :: Software Development :: Libraries :: Python Modules]",[django (>=1.8)],2020-11-10 17:15:33.781530 UTC,,, | |
django-admin-interface,94330,0.28.5,,"The MIT License (MIT) Copyright (c) 2016 - present, Fabio Caccamo - [email protected] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Software Development :: Build Tools]","[django-colorfield <1.0.0,>=0.8.0,python-slugify <9.0.0,>=7.0.0]",2024-01-30 10:38:30.905925 UTC,,, | |
django-bootstrap5,92025,23.4,,"BSD 3-Clause License Copyright (c) Zostera B.V. 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 the copyright holder 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.",,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Software Development :: Libraries,Topic :: Utilities]",[Django >=3.2],2023-12-28 14:27:34.971534 UTC,,, | |
django-split-settings,91381,1.2.0,sobolevn,BSD-2-Clause,https://django-split-settings.readthedocs.io,">=3.7,<4.0","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development :: Libraries :: Python Modules]",[],2022-09-27 12:53:12.888489 UTC,,, | |
django-annoying,91008,0.10.6,Stavros Korokithakis,BSD,https://github.com/skorokithakis/django-annoying,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6]","[Django (>=1.11),six]",2019-12-12 00:27:36.829096 UTC,,, | |
django-rosetta,90205,0.10.0,Marco Bonetti,MIT,https://github.com/mbi/django-rosetta,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Topic :: Software Development :: Localization,Topic :: Software Development :: Internationalization,Framework :: Django,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]","[Django >=4.2,requests >=2.30.0,polib >=1.1.0]",2023-12-04 16:00:01.052422 UTC,,, | |
django-types,89327,0.19.1,Steve Dignam,MIT,https://github.com/sbdchd/django-types,">=3.7,<4.0","[License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]",[types-psycopg2 (>=2.9.21.13)],2023-10-17 03:24:58.284662 UTC,,, | |
flake8-django,87712,1.3,Rocio Aramberri Schegel,GPL-3.0-or-later,https://github.com/rocioar/flake8-django,">=3.7.2,<4.0.0","[Framework :: Flake8,License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+),Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Software Development :: Quality Assurance]","[astroid (>=2.15.2,<3.0.0),flake8 (>=3.8.4,<7)]",2023-05-22 09:56:08.423416 UTC,,, | |
django-lifecycle,87471,1.2.3,Robert Singer,MIT,https://github.com/rsinger86/django-lifecycle,,"[Development Status :: 4 - Beta,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0]",[Django >=3.2],2024-03-01 08:39:23.176899 UTC,,, | |
django-simple-captcha,86278,0.6.0,Marco Bonetti,MIT,https://github.com/mbi/django-simple-captcha,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Security,Topic :: Internet :: WWW/HTTP,Framework :: Django]","[Django >=4.2,Pillow >=6.2.0,django-ranged-response ==0.2.0,testfixtures ; extra == 'test']",2023-12-04 15:28:03.281795 UTC,,, | |
django-dotenv,84938,1.4.2,José Padilla,,http://github.com/jpadilla/django-dotenv,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 2,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.2,Programming Language :: Python :: 3.4,Topic :: Internet :: WWW/HTTP]",[],2017-12-11 16:44:32.658591 UTC,,, | |
dj-stripe,83672,2.8.3,Alexander Kavanaugh,MIT,https://dj-stripe.dev,">=3.8.0,<4.0.0","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Office/Business :: Financial,Topic :: Software Development :: Libraries :: Python Modules]","[django (>=3.2),stripe (>=2.48.0,<5.0.0),psycopg2 (>=2.8.5,<3.0.0) ; extra == ""postgres"",mysqlclient (>=1.4.0) ; extra == ""mysql""]",2023-10-10 09:21:51.035574 UTC,,, | |
django-jinja,83581,2.11.0,Andrey Antukh,BSD,https://github.com/niwinz/django-jinja,>=3.8,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Internet :: WWW/HTTP]","[jinja2 >=3,django >=3.2]",2023-09-03 21:20:43.482720 UTC,,, | |
django-nine,82993,0.2.7,Artur Barseghyan,GPL-2.0-only OR LGPL-2.1-or-later,https://github.com/barseghyanartur/django-nine/,,"[Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Environment :: Web Environment,License :: OSI Approved :: GNU General Public License v2 (GPLv2),License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+),Framework :: Django,Intended Audience :: Developers,Operating System :: OS Independent,Development Status :: 4 - Beta]","[Django,packaging]",2022-12-05 20:57:41.530697 UTC,,, | |
django-deprecate-fields,80285,0.1.1,3YOURMIND GmbH,Apache License 2.0,https://github.com/3YOURMIND/django-deprecate-fields,,"[Development Status :: 3 - Alpha,Intended Audience :: Developers,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7]",[Django (>=2.1)],2021-01-08 18:15:29.637658 UTC,,, | |
django-encrypted-model-fields,79791,0.6.5,Scott Sharkey,MIT,https://gitlab.com/lansharkconsulting/django/django-encrypted-model-fields,">=3.6,<4.0","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Operating System :: POSIX,Operating System :: Unix,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Internet :: WWW/HTTP,Topic :: Security,Topic :: System :: Systems Administration :: Authentication/Directory]","[cryptography (>=3.4),Django (>=2.2)]",2022-02-24 22:52:13.955668 UTC,,, | |
django-dbbackup,78901,4.1.0,Archmonger,BSD,https://github.com/jazzband/django-dbbackup,>=3.7,"[Development Status :: 4 - Beta,Environment :: Web Environment,Environment :: Console,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,Intended Audience :: System Administrators,License :: OSI Approved :: BSD License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Database,Topic :: System :: Archiving,Topic :: System :: Archiving :: Backup,Topic :: System :: Archiving :: Compression]","[django (>=2.2),pytz]",2024-01-15 00:57:07.518711 UTC,,, | |
django-heroku,77840,0.3.1,Kenneth Reitz,MIT,https://github.com/heroku/django-heroku,,"[License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy]","[dj-database-url (>=0.5.0),whitenoise,psycopg2,django]",2018-03-01 20:39:20.156116 UTC,,, | |
django-guid,77579,3.4.0,Jonas Krüger Svensson,MIT,https://github.com/snok/django-guid,">=3.8,<4.0","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: BSD License,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: 3.7,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Internet :: WWW/HTTP :: WSGI,Topic :: Software Development,Topic :: Software Development :: Libraries,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]","[django (>=3.2,<5.0) ; python_version >= ""3.8"" and python_version < ""3.10"",django (>=4.0,<6.0) ; python_version >= ""3.10""]",2024-01-03 14:13:02.261010 UTC,,, | |
djangocms-admin-style,75084,3.3.1,Divio AG,BSD-3-Clause,https://github.com/django-cms/djangocms-admin-style,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Framework :: Django CMS,Framework :: Django CMS :: 3.6,Framework :: Django CMS :: 3.7,Framework :: Django CMS :: 3.8,Framework :: Django CMS :: 3.8,Framework :: Django CMS :: 3.9,Framework :: Django CMS :: 3.10,Framework :: Django CMS :: 3.11,Framework :: Django CMS :: 4.0,Framework :: Django CMS :: 4.1,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries]",[Django],2024-02-29 22:12:42.557078 UTC,,, | |
django-jsonform,74309,2.22.0,Bharat Chauhan,BSD-3-Clause,https://www.github.com/bhch/django-jsonform,>=3.4,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[django >=2.0],2024-02-29 19:09:21.497103 UTC,,, | |
djangoql,74052,0.18.1,Denis Stebunov,MIT License,https://github.com/ivelum/djangoql/,,"[Development Status :: 4 - Beta,Intended Audience :: Developers,Natural Language :: English,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]",[ply >=3.8],2024-01-08 14:10:47.915457 UTC,,, | |
django-rest-polymorphic,72401,0.1.10,Denis Orehovsky,MIT License,https://github.com/denisorehovsky/django-rest-polymorphic,,"[License :: OSI Approved :: MIT License,Intended Audience :: Developers,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Programming Language :: Python,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy]","[django,djangorestframework,django-polymorphic,six]",2022-07-17 04:33:12.736376 UTC,,, | |
django-sequences,71595,3,Aymeric Augustin,BSD-3-Clause,https://github.com/aaugustin/django-sequences,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]",[django (>=3.2)],2024-01-31 21:07:22.255077 UTC,,, | |
django-add-default-value,71540,0.10.0,3YOURMIND GmbH,Apache-2.0,https://github.com/3YOURMIND/django-add-default-value,,"[Development Status :: 3 - Alpha,Intended Audience :: Developers,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,License :: OSI Approved :: Apache Software License,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Software Development :: Libraries :: Python Modules]",[Django (>=1.11)],2022-02-02 16:59:24.907463 UTC,,, | |
django-push-notifications,70772,3.0.2,Jerome Leclanche,,https://github.com/jazzband/django-push-notifications,>=3.6,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Internet :: WWW/HTTP,Topic :: System :: Networking]","[Django >=2.2,apns2 >=0.3.0 ; extra == 'apns',Django >=2.2 ; extra == 'apns',importlib-metadata ; (python_version < ""3.8"") and extra == 'apns',pywebpush >=1.3.0 ; extra == 'wp']",2023-10-29 17:23:59.060518 UTC,,, | |
django-registration,70297,3.4,,BSD-3-Clause,,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Utilities]","[Django (!=4.0.*,>=3.2),confusable-homoglyphs (~=3.0),furo ; extra == 'docs',sphinx ; extra == 'docs',sphinx-copybutton ; extra == 'docs',sphinx-inline-tabs ; extra == 'docs',sphinx-notfound-page ; extra == 'docs',sphinxcontrib-django ; extra == 'docs',sphinxext-opengraph ; extra == 'docs',coverage ; extra == 'tests',tomli ; (python_full_version < ""3.11.0a7"") and extra == 'tests']",2023-07-04 01:25:36.714809 UTC,,, | |
django-statici18n,69763,2.4.0,Sebastien Fievet,BSD,http://django-statici18n.readthedocs.org/,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[Django (>=3.2),django-appconf (>=1.0)]",2023-07-29 13:10:40.200193 UTC,,, | |
djangorestframework-queryfields,69529,1.1.0,Wim Glenn,MIT,https://github.com/wimglenn/djangorestframework-queryfields,,"[Programming Language :: Python :: 2,Programming Language :: Python :: 3,License :: OSI Approved :: MIT License,Topic :: Software Development :: Libraries,Intended Audience :: Developers,Framework :: Django]","[pytest ; extra == 'dev',pytest-cov ; extra == 'dev',pytest-django ; extra == 'dev',coveralls ; extra == 'dev',django ; extra == 'dev',djangorestframework ; extra == 'dev',mock-django ; extra == 'dev',setuptools ; extra == 'dev',wheel ; extra == 'dev',pytz ; extra == 'dev']",2023-11-22 02:53:57.321593 UTC,,, | |
django-extra-views,68992,0.7.1,Andrew Ingram,MIT,https://github.com/AndrewIngram/django-extra-views,,"[Development Status :: 3 - Alpha,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 3]",[],2015-06-15 12:49:45.845613 UTC,,, | |
django-cache-url,68933,3.4.5,Brent O'Connor,MIT,https://github.com/epicserve/django-cache-url,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]",[],2023-12-04 17:19:44.355519 UTC,,, | |
django-browser-reload,68432,1.12.1,,MIT,,>=3.8,"[Development Status :: 5 - Production/Stable,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: Implementation :: CPython,Typing :: Typed]","[asgiref >=3.6,Django >=3.2]",2023-11-16 07:13:24.241010 UTC,,, | |
django-sesame,68181,3.2.2,Aymeric Augustin,BSD-3-Clause,https://github.com/aaugustin/django-sesame,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]","[django (>=3.2),ua-parser (>=0.15) ; extra == ""ua""]",2023-12-16 20:25:32.288296 UTC,,, | |
djangorestframework-recursive,67974,0.1.2,Warren Jin,BSD,https://github.com/heywbj/django-rest-framework-recursive,,"[Development Status :: 2 - Pre-Alpha,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Topic :: Internet :: WWW/HTTP]",[],2017-07-04 07:49:24.206403 UTC,,, | |
django-celery-email,67123,3.0.0,Paul McLanahan,BSD,https://github.com/pmclanahan/django-celery-email,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Operating System :: POSIX,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Communications,Topic :: Communications :: Email,Topic :: Software Development :: Libraries :: Python Modules,Topic :: System :: Distributed Computing]","[django (>=2.2),celery (>=4.0),django-appconf]",2019-12-11 15:32:09.919833 UTC,,, | |
django-celery-email,67123,3.0.0,Paul McLanahan,BSD,https://github.com/pmclanahan/django-celery-email,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Operating System :: POSIX,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Communications,Topic :: Communications :: Email,Topic :: Software Development :: Libraries :: Python Modules,Topic :: System :: Distributed Computing]","[django (>=2.2),celery (>=4.0),django-appconf]",2019-12-11 15:32:09.919833 UTC,,, | |
django-cms,67089,3.11.5,Django CMS Association and contributors,BSD-3-Clause,https://www.django-cms.org/,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries,Topic :: Software Development :: Libraries :: Application Frameworks]","[Django >=3.2,django-classy-tags >=0.7.2,django-formtools >=2.1,django-treebeard !=4.5,>=4.3,django-sekizai >=0.7,djangocms-admin-style >=1.2,packaging]",2024-02-09 15:05:53.198839 UTC,,, | |
django-vite,66427,3.0.3,MrBin99,"Apache License, Version 2.0",https://github.com/MrBin99/django-vite,,"[License :: OSI Approved :: Apache Software License,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]","[Django >=3.2,black ; extra == 'dev']",2024-01-22 18:11:58.932647 UTC,,, | |
django-admin-inline-paginator,66420,0.4.0,Shinneider Libanio da Silva,MIT,https://github.com/shinneider/django-admin-inline-paginator,>=3.3,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Python Modules]","[django,isort ; extra == 'code-quality',bandit ; extra == 'code-quality',xenon ; extra == 'code-quality',django ; extra == 'dev',django-mock-queries ; extra == 'dev',pylint ; extra == 'dev',pytest-pylint ; extra == 'dev',pytest ; extra == 'dev',pytest-cov ; extra == 'dev',pytest-watch ; extra == 'dev',tox ; extra == 'dev']",2023-04-26 18:11:07.647787 UTC,,, | |
djangorestframework-jsonapi,66347,6.1.0,Jerel Unruh,BSD,https://github.com/django-json-api/django-rest-framework-json-api,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]","[django (>=3.2),djangorestframework (>=3.13),inflection (>=0.5.0),django-filter (>=2.4) ; extra == 'django-filter',django-polymorphic (>=3.0) ; extra == 'django-polymorphic',pyyaml (>=5.4) ; extra == 'openapi',uritemplate (>=3.0.1) ; extra == 'openapi']",2023-08-25 13:57:12.347275 UTC,,, | |
djongo,65006,1.2.36,nesdis,AGPL,https://nesdis.github.io/djongo/,>=3.6,"[Development Status :: 3 - Alpha,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Programming Language :: Python :: 3.6]","[sqlparse (==0.2.4),pymongo (>=3.2.0),django (>=2.0),dataclasses (>=0.1),jsonfield (>=2.0.2); extra == 'json',django-jsoneditor (>=0.0.12); extra == 'json']",2019-09-17 08:08:18.041382 UTC,,, | |
djongo,65006,1.2.36,nesdis,AGPL,https://nesdis.github.io/djongo/,>=3.6,"[Development Status :: 3 - Alpha,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Programming Language :: Python :: 3.6]","[sqlparse (==0.2.4),pymongo (>=3.2.0),django (>=2.0),dataclasses (>=0.1),jsonfield (>=2.0.2); extra == 'json',django-jsoneditor (>=0.0.12); extra == 'json']",2019-09-17 08:08:18.041382 UTC,,, | |
django-dynamic-fixture,64510,4.0.1,paulocheque,MIT,https://github.com/paulocheque/django-dynamic-fixture,,"[Framework :: Django,Operating System :: OS Independent,Topic :: Software Development,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: Implementation :: PyPy]",[],2023-09-15 22:37:47.956845 UTC,,, | |
django-weasyprint,64318,2.3.0,Florian Demmer,Apache-2.0,https://github.com/fdemmer/django-weasyprint,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Software Development :: Libraries :: Python Modules]","[Django >=3.2,WeasyPrint >=53]",2024-02-23 13:58:48.864749 UTC,,, | |
django-smart-selects,64054,1.6.0,Patrick Lauber,,https://github.com/jazzband/django-smart-selects,>=3.6,"[Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0]",[django (>=2.2)],2022-07-13 20:20:55.192136 UTC,,, | |
django-extra-fields,63679,3.0.0,hipo,Apache-2.0,https://github.com/Hipo/drf-extra-fields,>=3.5,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Operating System :: OS Independent,License :: OSI Approved :: BSD License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[Django (>=2.2),djangorestframework (>=3.9.1),Pillow (>=6.2.1) ; extra == 'base64imagefield']",2020-08-07 09:16:10.862099 UTC,,, | |
django-js-reverse,62504,0.10.2,Bernhard Janetzki,MIT,https://github.com/ierror/django-js-reverse,,"[Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: Implementation :: PyPy,Framework :: Django,Development Status :: 5 - Production/Stable,License :: OSI Approved :: MIT License]","[Django >=3.2,packaging >=21.3]",2023-08-14 22:40:30.483739 UTC,,, | |
django-maintenance-mode,61624,0.21.1,,,,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Software Development :: Build Tools]","[python-fsutil <1.0.0,>=0.13.1]",2024-01-24 11:12:05.571225 UTC,,, | |
django-cachalot,61579,2.6.2,"Bertrand Bordage, Andrew Chen Wang",BSD,https://github.com/noripyt/django-cachalot,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Internet :: WWW/HTTP]","[Django <5.1,>=3.2]",2024-01-11 06:46:52.326691 UTC,,, | |
django-parler,61509,2.3,Diederik van der Boor,Apache 2.0,https://github.com/edoburu/django-parler,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]",[Django (>=2.2)],2021-11-18 09:32:27.193523 UTC,,, | |
django-s3-storage,61447,0.15.0,Dave Hall,BSD,https://github.com/etianen/django-s3-storage,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1]","[django >=3.2,boto3 <2,>=1.4.4]",2023-11-04 15:58:51.308012 UTC,,, | |
django-tastypie,61213,0.14.0,Daniel Lindsley,,https://github.com/django-tastypie/django-tastypie,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 3,Topic :: Utilities]","[python-mimeparse (>=0.1.4,!=1.5),python-dateutil (>=1.5,!=2.0)]",2017-07-03 14:39:56.160809 UTC,,, | |
django-request-logging,60929,0.7.5,Rhumbix,MIT,https://github.com/Rhumbix/django-request-logging.git,,[],[Django],2022-02-23 04:52:34.440999 UTC,,, | |
django-redis-sessions,58940,0.6.2,Martin Rusev,BSD,http://github.com/martinrusev/django-redis-sessions,,"[Programming Language :: Python :: 2,Programming Language :: Python :: 3,Topic :: Software Development :: Libraries :: Python Modules,Framework :: Django,Environment :: Web Environment]",[redis (>=2.4.10)],2021-01-13 18:03:48.193255 UTC,,, | |
djangorestframework-datatables,58783,0.7.0,David Jean Louis,MIT,https://github.com/izimobil/django-rest-framework-datatables,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Internet :: WWW/HTTP]",[],2021-12-09 11:45:54.644693 UTC,,, | |
django-apscheduler,58585,0.6.2,"Jarek Glowacki, Stas Kaledin, John Cass",MIT,http://github.com/jcass77/django-apscheduler,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0]","[django (>=3.2),apscheduler (<4.0,>=3.2)]",2022-03-06 04:24:02.646640 UTC,,, | |
dj-email-url,58440,1.0.6,Miguel Gonzalez,BSD-2-Clause AND CC-BY-4.0 AND CC0-1.0,https://github.com/migonzalvar/dj-email-url,,"[Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development :: Libraries :: Python Modules]",[],2022-09-24 11:04:47.191589 UTC,,, | |
django-watchman,58282,1.3.0,Michael Warkentin,BSD,https://github.com/mwarkentin/django-watchman,,"[Development Status :: 2 - Pre-Alpha,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8]",[django (>=2.0)],2022-03-04 16:20:52.987039 UTC,,, | |
django-permissions-policy,57168,4.19.0,,MIT,,>=3.8,"[Development Status :: 5 - Production/Stable,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: Implementation :: CPython,Typing :: Typed]","[asgiref >=3.6,Django >=3.2]",2024-01-21 13:20:18.641254 UTC,,, | |
django-allauth-2fa,56911,0.11.1,,,,>=3.7,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Internet,Topic :: Software Development :: Libraries :: Python Modules]","[django-allauth>=0.53.0,django-otp>=1.1.0,django>=3.2,qrcode>=5.3]",2023-07-13 11:09:28.873262 UTC,,, | |
django-mock-queries,56827,2.2.0,Phivos Stylianides,MIT,https://github.com/stphivos/django-mock-queries,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,Topic :: Software Development :: Testing,Topic :: Software Development :: Testing :: Mocking,Topic :: Software Development :: Testing :: Unit,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3 :: Only]","[Django,djangorestframework,model-bakery (>=1.0.0)]",2023-06-04 20:12:51.920594 UTC,,, | |
django-slack,56346,5.19.0,Chris Lamb,BSD-3-Clause,https://chris-lamb.co.uk/projects/django-slack,>=3.6,[],"[Django (>=3.2),requests]",2023-03-02 08:07:46.447404 UTC,,, | |
django-multi-email-field,55842,0.7.0,,"GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. 0. Additional Definitions. As used herein, ""this License"" refers to version 3 of the GNU Lesser General Public License, and the ""GNU GPL"" refers to version 3 of the GNU General Public License. ""The Library"" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. An ""Application"" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. A ""Combined Work"" is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the ""Linked Version"". The ""Minimal Corresponding Source"" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. The ""Corresponding Application Code"" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. 1. Exception to Section 3 of the GNU GPL. You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. 2. Conveying Modified Versions. If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy. 3. Object Code Incorporating Material from Library Header Files. The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the object code with a copy of the GNU GPL and this license document. 4. Combined Works. You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the Combined Work with a copy of the GNU GPL and this license document. c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. d) Do one of the following: 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) 5. Combined Libraries. You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 6. Revised Versions of the GNU Lesser General Public License. The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License ""or any later version"" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. ",,>=3.8,"[Topic :: Utilities,Natural Language :: English,Operating System :: OS Independent,Intended Audience :: Developers,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Development Status :: 5 - Production/Stable,Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[django (<5,>=3.2),pyquery ; extra == 'dev',coverage ; extra == 'dev',black ; extra == 'dev',ruff ; extra == 'dev']",2023-07-10 08:50:08.542302 UTC,,, | |
djangorestframework-filters,55412,1.0.0.dev2,Philip Neustrom,MIT,https://github.com/philipn/django-rest-framework-filters,>=3.5,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP]","[djangorestframework,django-filter (>=2.0)]",2020-08-09 05:32:21.841792 UTC,,, | |
django-activity-stream,55384,2.0.0,"Asif Saif Uddin, Justin Quick <[email protected]>",BSD 3-Clause,http://github.com/justquick/django-activity-stream,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Topic :: Utilities]","[Django (>=3.2),django-rest-framework ; extra == 'drf',rest-framework-generic-relations ; extra == 'drf']",2023-10-04 07:51:20.479272 UTC,,, | |
django-notifications-hq,55374,1.8.2,django-notifications team,MIT,http://github.com/django-notifications/django-notifications,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Utilities]","[django (>=3.2),django-model-utils (>=3.1.0),jsonfield (>=2.1.0),pytz,swapper]",2023-05-31 12:11:44.650864 UTC,,, | |
django-sql-explorer,55040,4.0.2,Chris Clark,MIT,https://github.com/chrisclark/django-sql-explorer,>=3.8,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Topic :: Utilities,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: 3 :: Only]","[Django >=3.2,sqlparse >=0.4.0,matplotlib <4 ; extra == 'charts',seaborn <0.12 ; extra == 'charts',boto3 >=1.20.0 ; extra == 'snapshots',celery >=4.0 ; extra == 'snapshots',xlsxwriter >=1.3.6 ; extra == 'xls']",2024-02-07 00:21:24.931219 UTC,,, | |
django-q,54907,1.3.9,Ilan Steemers,MIT,https://django-q.readthedocs.org,">=3.6.2,<4","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: MacOS,Operating System :: POSIX,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Python Modules,Topic :: System :: Distributed Computing]","[django (>=2.2),blessed (>=1.17.6,<2.0.0),arrow (>=1.1.0,<2.0.0),django-picklefield (>=3.0.1,<4.0.0),hiredis (>=1.0.1,<2.0.0); extra == ""testing"",redis (>=3.5.3,<4.0.0),psutil (>=5.7.0,<6.0.0); extra == ""testing"",django-redis (>=4.12.1,<5.0.0); extra == ""testing"",iron-mq (>=0.9,<0.10); extra == ""testing"",boto3 (>=1.14.12,<2.0.0); extra == ""testing"",pymongo (>=3.10.1,<4.0.0); extra == ""testing"",croniter (>=0.3.34,<0.4.0); extra == ""testing"",django-q-rollbar (>=0.1); extra == ""rollbar"",django-q-sentry (>=0.1); extra == ""sentry""]",2021-06-27 12:04:53.831233 UTC,,, | |
django-libsass,54074,0.9,Matt Westcott,BSD,https://github.com/torchbox/django-libsass,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Framework :: Django,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2]","[django-compressor (>=1.3),libsass (<1,>=0.7.0),django-appconf (==1.0.3) ; python_version < ""3""]",2021-07-08 14:16:53.501651 UTC,,, | |
django-tailwind,53713,3.8.0,Tim Kamanin,MIT,https://github.com/timonweb/django-tailwind,">=3.10.0,<4.0.0","[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Software Development :: Libraries,Topic :: Utilities]","[django (>=3.2.14),django-browser-reload (>=1.12.1,<2.0.0) ; extra == ""reload""]",2023-12-22 16:05:17.260274 UTC,,, | |
django-test-plus,53283,2.2.3,Frank Wiles,,https://github.com/revsys/django-test-plus/,>=3.6,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Pytest,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[factory-boy ; extra == 'test',flake8 ; extra == 'test',pyflakes ; extra == 'test',pytest ; extra == 'test',pytest-cov ; extra == 'test',pytest-django ; extra == 'test',pytest-pythonpath ; extra == 'test']",2023-07-11 11:43:46.852123 UTC,,, | |
django-fernet-fields-v2,52577,0.9,"MichelML, ORCAS, Inc",,https://github.com/MichelML/django-fernet-fields/,>=3.8,"[Programming Language :: Python :: 3,License :: OSI Approved :: MIT License,Operating System :: OS Independent]","[Django >=3.2,cryptography]",2023-08-15 13:44:15.836811 UTC,,, | |
django-session-timeout,52266,0.1.0,Lab Digital,MIT,https://github.com/LabD/django-session-timeout,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7]","[Django (>=1.11),six (>=1.12),sphinx (>=1.8.4) ; extra == 'docs',coverage[toml] (==5.0.3) ; extra == 'test',freezegun (==0.3.15) ; extra == 'test',pytest (==5.3.5) ; extra == 'test',pytest-django (==3.8.0) ; extra == 'test',pytest-cov (==2.8.1) ; extra == 'test',isort[pyproject] (==4.3.21) ; extra == 'test',flake8 (==3.7.9) ; extra == 'test',flake8-blind-except (==0.1.1) ; extra == 'test',flake8-debugger (==3.1.0) ; extra == 'test']",2020-03-08 19:21:49.929404 UTC,,, | |
django-session-timeout,52266,0.1.0,Lab Digital,MIT,https://github.com/LabD/django-session-timeout,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7]","[Django (>=1.11),six (>=1.12),sphinx (>=1.8.4) ; extra == 'docs',coverage[toml] (==5.0.3) ; extra == 'test',freezegun (==0.3.15) ; extra == 'test',pytest (==5.3.5) ; extra == 'test',pytest-django (==3.8.0) ; extra == 'test',pytest-cov (==2.8.1) ; extra == 'test',isort[pyproject] (==4.3.21) ; extra == 'test',flake8 (==3.7.9) ; extra == 'test',flake8-blind-except (==0.1.1) ; extra == 'test',flake8-debugger (==3.1.0) ; extra == 'test']",2020-03-08 19:21:49.929404 UTC,,, | |
django-config-models,52201,2.5.1,edX,AGPL 3.0,https://github.com/openedx/django-config-models,,"[Development Status :: 3 - Alpha,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+),Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8]","[Django,djangorestframework >=3.6,edx-django-utils]",2023-09-22 10:16:40.758943 UTC,,, | |
django-rest-multiple-models,51418,2.1.3,Matt Nishi-Broach,MIT License,https://github.com/Axiologue/DjangoRestMultipleModels,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2018-12-01 08:36:15.725622 UTC,,, | |
django-loginas,50944,0.3.11,Stochastic Technologies,BSD,https://github.com/stochastic-technologies/django-loginas/,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10]",[],2022-10-04 15:08:04.995210 UTC,,, | |
django-contrib-comments,50786,2.2.0,Django Software Foundation,BSD,https://github.com/django/django-contrib-comments,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,Natural Language :: English,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]",[Django (>=2.2)],2022-01-31 19:40:24.866282 UTC,,, | |
djangocms-text-ckeditor,50557,5.1.5,Divio AG,BSD-3-Clause,https://github.com/django-cms/djangocms-text-ckeditor,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Framework :: Django CMS,Framework :: Django CMS :: 3.6,Framework :: Django CMS :: 3.7,Framework :: Django CMS :: 3.8,Framework :: Django CMS :: 3.9,Framework :: Django CMS :: 3.10,Framework :: Django CMS :: 3.11,Framework :: Django CMS :: 4.0,Framework :: Django CMS :: 4.1,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries]","[django-cms >=3.6,html5lib >=1,Pillow,packaging]",2023-12-01 07:06:58.445067 UTC,,, | |
django-sql-utils,50249,0.7.0,,,,>=3.8,"[License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3]","[django>=3.2,sqlparse]",2023-09-28 15:29:31.402071 UTC,,, | |
django-db-connection-pool,49933,1.2.4,,"MIT License Copyright (c) 2019 Altair Bow Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",,>=3.4,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Topic :: Software Development :: Libraries :: Python Modules]","[Django (>=2.0),SQLAlchemy (>=1.4.24),sqlparams (>=4.0.0),Django (>=2.0) ; extra == 'all',JPype1 (>=1.3.0) ; extra == 'all',SQLAlchemy (>=1.4.24) ; extra == 'all',cx-Oracle (>=6.4.1) ; extra == 'all',mysqlclient (>=1.3.0) ; extra == 'all',psycopg2 (>=2.8.6) ; extra == 'all',pyodbc (>=4.0.34) ; extra == 'all',sqlparams (>=3.0.0) ; extra == 'all',JPype1 (>=1.3.0) ; extra == 'jdbc',mysqlclient (>=1.3.0) ; extra == 'mysql',pyodbc (>=4.0.34) ; extra == 'odbc',cx-Oracle (>=6.4.1) ; extra == 'oracle',psycopg2 (>=2.8.6) ; extra == 'postgresql']",2023-06-10 02:09:54.191873 UTC,,, | |
django-snowflake,48981,4,,MIT License,https://github.com/Snowflake-Labs/django-snowflake,>=3.8,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 4.0,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10]",[snowflake-connector-python (>=2.7.4)],2024-02-23 16:51:44.981742 UTC,,, | |
django-cron,48953,0.6.0,Sumit Chachra,,http://github.com/tivix/django-cron,,"[Framework :: Django,Intended Audience :: Developers,Intended Audience :: System Administrators,Operating System :: OS Independent,Topic :: Software Development]",[Django (>=3.2)],2022-05-11 09:06:48.570805 UTC,,, | |
django-defender,48693,0.9.8,Ken Cochrane,Apache 2,https://github.com/kencochrane/django-defender,~=3.7,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: Implementation :: PyPy,Programming Language :: Python :: Implementation :: CPython,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Security,Topic :: Software Development :: Libraries,Topic :: Software Development :: Libraries :: Python Modules]","[Django,redis]",2024-02-15 21:46:05.501088 UTC,,, | |
django-prettyjson,48433,0.4.1,Kevin Mickey,BSD,https://github.com/kevinmickey/django-prettyjson,,"[Development Status :: 3 - Alpha,Framework :: Django,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5]",[],2018-08-07 17:45:22.324860 UTC,,, | |
django-session-security,48087,2.6.7,∞,MIT,https://github.com/yourlabs/django-session-security,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 3,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Python Modules]",[django],2022-07-03 22:47:45.130675 UTC,,, | |
django-ajax-selects,48000,3.0.2,Chris Sattinger,"MIT, GPL",https://github.com/crucialfelix/django-ajax-selects,">=3.10,<4.0","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,License :: Other/Proprietary License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Software Development :: User Interfaces]",[Django (>=3.2)],2024-01-10 09:37:18.158173 UTC,,, | |
strawberry-graphql-django,47855,0.32.2,Lauri Hintsala,MIT,https://github.com/strawberry-graphql/strawberry-django,">=3.8,<4.0","[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]","[django (>=3.2),django-choices-field (>=2.2.2) ; extra == ""enum"",django-debug-toolbar (>=3.4) ; extra == ""debug-toolbar"",strawberry-graphql (>=0.212.0)]",2024-02-27 21:17:07.976879 UTC,,, | |
django-auth-adfs,46563,1.14.0,Joris Beckers,BSD-1-Clause,https://github.com/snok/django-auth-adfs,">=3.8,<4.0","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,Intended Audience :: End Users/Desktop,License :: OSI Approved,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Internet :: WWW/HTTP :: WSGI,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]","[django (>=4.2,<5.0) ; python_version >= ""3.8"" and python_version < ""3.10"",django (>=4.2,<6) ; python_version >= ""3.10"",requests,urllib3,cryptography,PyJWT]",2024-02-15 15:49:26.535745 UTC,,, | |
django-ical,46079,1.9.2,Ian Lewis,MIT License,https://github.com/jazzband/django-ical,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Environment :: Plugins,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,Intended Audience :: System Administrators,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Software Development :: Libraries :: Python Modules]","[django (>=3.2),icalendar (>=4.0.3),django-recurrence (>=1.11.1)]",2023-06-12 15:22:37.618061 UTC,,, | |
django-recurrence,45986,1.11.1,Tamas Kemenczy,BSD,https://github.com/django-recurrence/django-recurrence,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Environment :: Plugins,Framework :: Django,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: Implementation,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy]","[django (>=2.2),python-dateutil]",2022-01-25 10:14:05.319855 UTC,,, | |
django-htmlmin,45975,0.10.0,CobraTeam,,,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Topic :: Text Processing :: Markup :: HTML]",[],2016-10-15 01:43:46.692822 UTC,,, | |
django-hashid-field,45762,3.4.0,Nathan Shafer,MIT,https://github.com/nshafer/django-hashid-field,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0]","[Django (>=1.11),hashids (>=1.2.0)]",2024-01-09 21:42:15.758594 UTC,,, | |
django-test-without-migrations,45573,0.4,Henrique Bastos,MIT,http://github.com/henriquebastos/django-test-without-migrations/,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Topic :: Software Development :: Libraries]",[],2015-12-14 18:49:02.897375 UTC,,, | |
django-jsonfield-backport,45458,1.0.5,sage,BSD,https://github.com/laymonage/django-jsonfield-backport,>=3.5,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3 :: Only]",[Django (>=2.2)],2022-02-25 01:53:25.724405 UTC,,, | |
django-enumfield,45088,3.1,Hannes Ljungberg,MIT,http://github.com/5monkeys/django-enumfield,,"[Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Natural Language :: English,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Topic :: Utilities,Topic :: Software Development :: Libraries :: Python Modules]","[black ; extra == 'dev',isort ; extra == 'dev',Django ; extra == 'dev',mypy ; extra == 'dev',django-stubs ; extra == 'dev',djangorestframework-stubs ; extra == 'dev']",2023-02-27 10:43:27.143055 UTC,,, | |
djangocms-attributes-field,44938,3.0.0,Divio AG,BSD-3-Clause,https://github.com/django-cms/djangocms-attributes-field/,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django CMS,Framework :: Django CMS :: 3.9,Framework :: Django CMS :: 3.10,Framework :: Django CMS :: 3.11,Framework :: Django CMS :: 4.1,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries]",[django-cms (>=3.7)],2023-05-27 06:48:11.296036 UTC,,, | |
django-flags,44528,5.0.13,CFPB,CC0,https://github.com/cfpb/django-flags,>=3.7,"[Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication,License :: Public Domain,Programming Language :: Python,Programming Language :: Python :: 3]","[Django (>=2.2),mkdocs (>=0.17) ; extra == 'docs',mkdocs-rtd-dropdown (>=0.0.11) ; extra == 'docs',pymdown-extensions (>=4.11) ; extra == 'docs',coverage (>=3.7.0) ; extra == 'testing',django-debug-toolbar (<4,>=3.2) ; extra == 'testing',jinja2 ; extra == 'testing']",2023-06-08 12:53:08.954702 UTC,,, | |
django-bootstrap-v5,43986,1.0.11,Andre Bar'yudin,BSD-3-Clause,https://github.com/zelenij/django-bootstrap-v5,">=3.6,<4.0","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Software Development :: Libraries,Topic :: Utilities]","[django (>=2.2,<5.0),beautifulsoup4 (>=4.8.0,<5.0.0),sphinx (>=4.4,<5.0); extra == ""docs"",sphinx_rtd_theme (>=1.0,<2.0); extra == ""docs"",m2r2 (>=0.2.5,<0.3.0); extra == ""docs""]",2022-02-10 07:38:44.298697 UTC,,, | |
django-role-permissions,43843,3.2.0,Filipe Ximenes,MIT,http://github.com/vintasoftware/django-role-permissions,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]",[Django (>=1.5)],2023-06-09 20:31:30.853892 UTC,,, | |
django-admin-tools,43551,0.9.3,David Jean Louis,MIT License,https://github.com/django-admin-tools/django-admin-tools,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Framework :: Django :: 1.11,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Topic :: Software Development :: Libraries :: Python Modules]",[],2023-08-10 12:40:36.273542 UTC,,, | |
django-wkhtmltopdf,43150,3.4.0,Incuna Ltd,BSD-2-Clause,https://github.com/incuna/django-wkhtmltopdf,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,Operating System :: OS Independent,License :: OSI Approved :: MIT License,Programming Language :: Python :: 2,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Framework :: Django]",[six],2022-02-24 23:26:02.852312 UTC,,, | |
django-admin-sortable,42850,2.3,Brandon Taylor,APL,https://github.com/iambrandontaylor/django-admin-sortable,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python :: 3,Topic :: Utilities]",[django],2021-12-22 01:39:36.614863 UTC,,, | |
django-scim2,42394,0.19.1,Paul Logston,MIT,https://pypi.org/project/django-scim2/,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Internet,Topic :: Software Development :: Libraries :: Python Modules]","[scim2-filter-parser (>=0.5.0),django (>=3.2)]",2023-05-18 01:13:01.751695 UTC,,, | |
django-user-tasks,42391,3.1.0,edX,Apache Software License 2.0,https://github.com/openedx/django-user-tasks,,"[Development Status :: 4 - Beta,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8]","[Django,celery (<6.0),django-model-utils (>=2.0),djangorestframework (>=3.0.4),drf-yasg]",2023-07-24 13:56:17.633493 UTC,,, | |
django-splash,42078,1.3.0,edX,Apache Software License 2.0,https://github.com/openedx/django-splash,,"[Development Status :: 3 - Alpha,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8]",[Django (<5.0)],2023-06-12 13:19:50.775654 UTC,,, | |
django-pwa,41920,1.1.0,Silvio Luis,MIT License,http://github.com/silviolleite/django-pwa,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.9,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[django (>=2.0)],2022-12-20 13:00:28.464937 UTC,,, | |
django-nmb,41693,0.0.2,Medson Naftali,,https://github.com/devmed/django-nmb,,"[Programming Language :: Python :: 3,License :: OSI Approved :: MIT License,Operating System :: OS Independent]",[],2021-06-23 16:12:52.510267 UTC,,, | |
django-render-block,41472,0.9.2,Patrick Cloke,,https://github.com/clokep/django-render-block,>=3.7,"[Development Status :: 4 - Beta,Intended Audience :: Developers,Topic :: Software Development :: Libraries :: Python Modules,Environment :: Web Environment,Topic :: Internet,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,License :: OSI Approved :: ISC License (ISCL)]","[django (>=2.2),Jinja2 (>=2.8) ; extra == 'dev']",2022-10-18 19:56:36.609629 UTC,,, | |
django-json-field-schema-validator,41018,0.0.2,Alexey Nikitenko (wblxyxolbkhv),,https://github.com/wblxyxolbkhv/django-json-field-schema-validator,">=3.5, <4","[Intended Audience :: Developers,Topic :: Software Development :: Libraries,License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Operating System :: OS Independent]","[Django (>=1.0),jsonschema (>=3.0.0)]",2021-05-19 06:51:10.428674 UTC,,, | |
django-leaflet,40647,0.29.0,Mathieu Leplatre,"LPGL, see LICENSE file.",https://github.com/makinacorpus/django-leaflet,,"[Topic :: Utilities,Natural Language :: English,Operating System :: OS Independent,Intended Audience :: Developers,Environment :: Web Environment,Framework :: Django,Development Status :: 5 - Production/Stable,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10]","[Django,sphinx ; extra == 'docs',sphinx-autobuild ; extra == 'docs']",2023-05-02 08:38:55.264042 UTC,,, | |
django-multidb-router,40533,0.1,Jeff Balogh,BSD,https://github.com/jbalogh/django-multidb-router,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Environment :: Web Environment :: Mozilla,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Software Development :: Libraries :: Python Modules]",[Django (>=2.2)],2021-09-23 20:01:53.125001 UTC,,, | |
django-q2,40488,1.6.1,Stan Triepels,MIT,https://django-q2.readthedocs.org,">=3.8,<4","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: MacOS,Operating System :: POSIX,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Python Modules,Topic :: System :: Distributed Computing]","[django (>=3.2,<6),django-picklefield (>=3.1,<4.0),blessed (>=1.19.1,<2.0.0) ; extra == ""testing"",hiredis (>=2.0.0,<3.0.0) ; extra == ""testing"",psutil (>=5.9.2,<6.0.0) ; extra == ""testing"",django-redis (>=5.2.0,<6.0.0) ; extra == ""testing"",iron-mq (>=0.9,<0.10) ; extra == ""testing"",boto3 (>=1.24.92,<2.0.0) ; extra == ""testing"",pymongo (>=4.2.0,<5.0.0) ; extra == ""testing"",croniter (>=2.0.1,<3.0.0) ; extra == ""testing"",django-q-rollbar (>=0.1) ; extra == ""rollbar"",django-q-sentry (>=0.1) ; extra == ""sentry"",redis (>=4.3.4,<5.0.0) ; extra == ""testing"",setproctitle (>=1.3.2,<2.0.0) ; extra == ""testing"",importlib-metadata (>=3.6) ; python_version < ""3.10""]",2023-10-13 12:21:11.271740 UTC,,, | |
django-magiclink,40256,1.3.0,Matt Pye,MIT,https://github.com/pyepye/django-magiclink,">=3.6,<4.0","[License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[Django (>=2.1),packaging (>=20.9,<22.0)]",2023-07-13 02:34:44.730541 UTC,,, | |
django-bleach,39551,3.1.0,Tim Heap,MIT,https://github.com/marksweb/django-bleach,>=3.8,"[Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Development Status :: 5 - Production/Stable]","[bleach[css] (<6,>=5),Django (>=3.2)]",2023-08-05 01:36:27.663695 UTC,,, | |
django-currentuser,39545,0.7.0,,,,>=3.8,"[Development Status :: 4 - Beta,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Natural Language :: English,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0]","[Django !=4.0,!=4.1,<5.1,>=3.2]",2024-02-21 07:21:59.241885 UTC,,, | |
django-bootstrap-datepicker-plus,39534,5.0.5,Abdul Monim,MIT,https://github.com/monim67/django-bootstrap-datepicker-plus,">=3.8,<4.0","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.0,Framework :: Django :: 3.0,Framework :: Django :: 4.0,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Software Development :: Libraries,Topic :: Utilities]","[Django (>=2,<6),pydantic,typing-extensions]",2023-12-09 15:37:18.507637 UTC,,, | |
django-fsm-log,39283,3.1.0,Gizmag,MIT,https://github.com/jazzband/django-fsm-log,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Software Development :: Libraries :: Python Modules]","[django (>=1.8),django-fsm (>=2),django-appconf,sphinx ; extra == 'docs',sphinx-rtd-theme ; extra == 'docs',myst-parser ; extra == 'docs',pytest ; extra == 'testing',pytest-cov ; extra == 'testing',pytest-django ; extra == 'testing',pytest-mock ; extra == 'testing']",2023-03-23 16:49:31.647469 UTC,,, | |
django-revproxy,39248,0.12.0,,MPL v2.0,,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0),Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Internet :: Proxy Servers,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries]","[Django >=3.0,urllib3 >=1.12,diazo >=1.0.5 ; extra == 'diazo',lxml >=3.4 ; extra == 'diazo',diazo ; extra == 'tests',lxml >=3.4 ; extra == 'tests',coverage ; extra == 'tests',flake8 ; extra == 'tests']",2023-10-20 07:25:56.941467 UTC,,, | |
django-map-widgets,39057,0.4.2,Erdem Ozkol,MIT,https://github.com/erdem/django-map-widgets,,"[Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Framework :: Django,Programming Language :: Python]",[],2023-07-20 17:06:34.024991 UTC,,, | |
djangorestframework-guardian,38990,0.3.0,Ryan P Kilby,BSD,https://github.com/rpkilby/django-rest-framework-guardian,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Topic :: Internet :: WWW/HTTP]","[django,djangorestframework,django-guardian]",2019-08-02 01:00:39.543144 UTC,,, | |
django-graphiql-debug-toolbar,38767,0.2.0,mongkok,MIT,https://github.com/flavors/django-graphiql-debug-toolbar,">=3.6,<4.0","[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Intended Audience :: Developers,Intended Audience :: Information Technology,Intended Audience :: System Administrators,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Internet,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: HTTP Servers,Topic :: Software Development,Topic :: Software Development :: Debuggers,Topic :: Software Development :: Libraries,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Utilities]","[Django (>=2.2),graphene-django (>=2.0.0),django-debug-toolbar (>=3.1)]",2021-08-28 21:44:17.442743 UTC,,, | |
django-nested-inline,38472,0.4.6,Josh Rowe,MIT License,https://github.com/s-block/django-nested-inline,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Software Development :: Libraries :: Python Modules]",[],2023-03-14 20:05:07.398458 UTC,,, | |
django-post-office,38152,3.8.0,Selwin Ong,MIT,https://github.com/ui/django-post_office,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Communications :: Email,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Python Modules]","[bleach[css],django (>=3.2),pytz,bleach ; extra == 'prevent-xss',tox (>=2.3) ; extra == 'test']",2023-10-22 08:36:41.998604 UTC,,, | |
django-concurrency,38043,2.4,Stefano Apostolico,MIT License,https://github.com/saxix/django-concurrency,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]",[],2022-02-25 18:15:26.325643 UTC,,, | |
django-redshift-backend,38020,3.0.0,shimizukawa,Apache Software License,https://github.com/jazzband/django-redshift-backend,"<4,>=3.6","[Development Status :: 5 - Production/Stable,License :: OSI Approved :: Apache Software License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,Environment :: Plugins,Topic :: Software Development :: Libraries :: Python Modules]","[django,psycopg2 ; extra == 'psycopg2',psycopg2-binary ; extra == 'psycopg2-binary']",2022-02-27 00:04:15.955297 UTC,,, | |
django-bitfield,37836,2.1.0,Disqus,,https://github.com/disqus/django-bitfield,,"[Framework :: Django,Intended Audience :: Developers,Intended Audience :: System Administrators,Operating System :: OS Independent,Topic :: Software Development,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]","[Django (>=1.10.8),six,flake8 ; extra == 'tests',mysqlclient ; extra == 'tests',psycopg2 (>=2.3) ; extra == 'tests',pytest-django ; extra == 'tests']",2021-05-25 16:22:54.452129 UTC,,, | |
django-choices,37649,2.0.0,Jason Webb,MIT,https://github.com/bigjason/django-choices,,"[Development Status :: 5 - Production/Stable,Operating System :: OS Independent,License :: OSI Approved :: MIT License,Intended Audience :: Developers,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: Implementation :: PyPy]",[Django (>=3.2)],2023-07-24 16:47:36.227337 UTC,,, | |
django-rich,37280,1.8.0,Adam Johnson,MIT,https://github.com/adamchainz/django-rich,>=3.8,"[Development Status :: 5 - Production/Stable,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: Implementation :: CPython,Typing :: Typed]","[Django >=3.2,rich >=10.0.0]",2023-10-11 09:36:19.073517 UTC,,, | |
django-dramatiq,36840,0.11.6,,,,>=3.8,"[Environment :: Web Environment,Operating System :: OS Independent,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[django >=3.2,dramatiq >=1.11,bumpversion ; extra == 'dev',flake8 ; extra == 'dev',flake8-quotes ; extra == 'dev',isort ; extra == 'dev',pytest ; extra == 'dev',pytest-cov ; extra == 'dev',pytest-django ; extra == 'dev',twine ; extra == 'dev']",2023-12-12 12:39:16.237431 UTC,,, | |
django-settings-export,36752,1.0.6,Jakub Roztocil,BSD,https://github.com/jkbrzt/django-settings-export,,"[Intended Audience :: Developers,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 3]",[],2015-09-15 22:51:48.740508 UTC,,, | |
django-pgactivity,36738,1.4.0,Opus 10 Engineering,BSD-3-Clause,https://github.com/Opus10/django-pgactivity,">=3.8.0,<4","[Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.12]",[django (>=3)],2023-11-26 22:46:22.170861 UTC,,, | |
django-versatileimagefield,36623,3.1,Jonathan Ellenberger,"MIT License, see LICENSE",http://github.com/respondcreate/django-versatileimagefield/,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Multimedia :: Graphics :: Presentation]","[Pillow >=6.2.0,python-magic <1.0.0,>=0.4.22,Django >=3.0]",2024-01-21 16:24:29.925166 UTC,,, | |
pwned-passwords-django,36579,2.1,,BSD-3-Clause,,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Utilities]","[Django !=4.0.*,!=4.1.*,>=3.2,httpx,furo ; extra == 'docs',sphinx ; extra == 'docs',sphinx-copybutton ; extra == 'docs',sphinx-inline-tabs ; extra == 'docs',sphinx-notfound-page ; extra == 'docs',sphinxcontrib-django ; extra == 'docs',sphinxext-opengraph ; extra == 'docs',coverage ; extra == 'tests',tomli ; (python_full_version < ""3.11.0a7"") and extra == 'tests']",2024-02-27 07:47:43.125651 UTC,,, | |
django-qr-code,36320,4.0.1,Philippe Docourt,BSD 3-clause,https://github.com/dprog-philippe-docourt/django-qr-code,>=3.8,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Internet :: WWW/HTTP,License :: OSI Approved :: BSD License,Programming Language :: Python :: 3 :: Only,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Natural Language :: English]","[segno >=1.6,django >=4.2,pydantic >=2.5]",2024-01-07 12:45:58.128217 UTC,,, | |
django-pglock,36233,1.5.0,Opus 10 Engineering,BSD-3-Clause,https://github.com/Opus10/django-pglock,">=3.8.0,<4","[Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.12]","[django (>=3),django-pgactivity (>=1.2,<2)]",2023-11-26 22:46:29.138042 UTC,,, | |
django-plotly-dash,36036,2.3.0,Mark Gibbs,MIT,https://github.com/GibbsConsulting/django-plotly-dash,>=3.8,"[Development Status :: 4 - Beta,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Framework :: Dash]","[plotly,dash <2.10,>=2.0,dpd-components,dash-bootstrap-components,channels >=4.0,Django >=4.0.0,Flask >=1.0.2,Werkzeug]",2024-02-16 06:38:18.592728 UTC,,, | |
django-tagging,35657,0.5.0,Jonathan Buchanan,BSD License,https://github.com/Fantomas42/django-tagging,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Utilities]",[],2020-03-06 18:00:27.143428 UTC,,, | |
django-statsd-mozilla,35535,0.4.0,Andy McKay,BSD,https://github.com/django-statsd/django-statsd,,"[Framework :: Django,Intended Audience :: Developers,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3]","[statsd (<=4.0,!=3.2,>=2.1.2)]",2017-09-01 11:25:17.017797 UTC,,, | |
django-esi,35030,5.1.0,,,,>=3.8,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: GNU General Public License v3 (GPLv3),Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[bravado>=10.6.0,<11.0,celery>=4.0.2,django>=2.2,<5,jsonschema<4.0.0,python-jose>=3.3.0,requests>=2.26.0,requests_oauthlib>=0.8.0,tqdm>=4.62.3,brotli,sphinx ; extra == ""docs"",myst-parser ; extra == ""docs"",sphinx_rtd_theme ; extra == ""docs"",sphinxcontrib-django2 ; extra == ""docs""]",2023-10-25 14:05:28.587607 UTC,,, | |
django-ace,35012,1.32.4,Bradley Ayers,Simplified BSD,https://github.com/django-ace/django-ace,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Framework :: Django]",[Django >1.11],2024-01-12 16:16:14.355546 UTC,,, | |
django-robots,34564,7.0b0,Jannis Leidel,,https://github.com/jazzband/django-robots/,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries :: Application Frameworks,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2]",[],2023-12-09 13:03:38.328011 UTC,,, | |
django-jsoneditor,34473,0.2.4,Vsevolod Novikov,,https://github.com/nnseva/django-jsoneditor,,[],[packaging],2023-02-15 09:47:55.732262 UTC,,, | |
opencensus-ext-django,34223,0.8.0,OpenCensus Authors,Apache-2.0,https://github.com/census-instrumentation/opencensus-python/tree/master/contrib/opencensus-ext-django,,"[Intended Audience :: Developers,Development Status :: 3 - Alpha,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]","[Django (>=1.11),opencensus (<1.0.0,>=0.9.0)]",2022-10-17 18:01:55.055608 UTC,,, | |
django-resized,33860,1.0.2,Ilya Shalyapin,MIT License,https://github.com/un1t/django-resized,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4]",[],2022-08-16 10:50:51.481244 UTC,,, | |
django-debug-toolbar-request-history,33794,0.1.4,David Sutherland,BSD,https://github.com/djsutho/django-debug-toolbar-request-history,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Software Development :: Libraries :: Python Modules]",[django-debug-toolbar (>=2.0)],2021-10-19 11:50:16.498217 UTC,,, | |
django-markdownify,33696,0.9.3,"Erwin Matijsen, R Moelker",MIT,https://github.com/erwinmatijsen/django-markdownify,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Operating System :: OS Independent]","[Django,markdown,bleach[css] (>=5.0.0)]",2023-03-16 16:19:08.735841 UTC,,, | |
django-easy-audit,33610,1.3.6a1,Natán Calzolari,GPL3,https://github.com/soynatan/django-easy-audit,>=3.8,"[Environment :: Plugins,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: GNU General Public License v3 (GPLv3),Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Software Development :: Libraries :: Python Modules]","[beautifulsoup4,django (<5.0,>=2.2)]",2023-08-21 14:01:17.613424 UTC,,, | |
django-memoize,33500,2.2.0,Thomas Vavrys,BSD License,https://github.com/tvavrys/django-memoize,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[django],2018-10-26 09:11:55.324979 UTC,,, | |
django-admin-cursor-paginator,33397,0.1.2,Ilya Melnitskiy,MIT,https://github.com/a1tus/django-admin-cursor-paginator,>=3.4,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Software Development :: Libraries :: Python Modules]",[Django (>=2.0)],2022-02-26 22:41:55.640885 UTC,,, | |
dj-inmemorystorage,33157,2.1.0,"Cody Soyland, Seán Hayes, Tore Birkeland, Nick Presta",BSD,https://github.com/waveaccounting/dj-inmemorystorage,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP]","[Django (>=1.11),six (>=1.10)]",2020-03-30 17:49:10.624355 UTC,,, | |
django-readonly-field,33084,1.2.0,Joachim Jablon,MIT,https://github.com/botify-labs/django-readonly-field,">=3.7,<4.0","[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[django (>=2.2,<3.0)]",2023-10-13 11:23:14.186940 UTC,,, | |
django-mssql-backend,32949,2.8.1,ES Solutions AB,BSD,https://github.com/ESSolutions/django-mssql-backend,,"[Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,License :: OSI Approved :: BSD License,Operating System :: Microsoft :: Windows,Operating System :: POSIX :: Linux,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7]",[pyodbc (>=3.0)],2020-04-22 19:31:40.250580 UTC,,, | |
django-ninja-extra,32732,0.20.4,Ezeudoh Tochukwu,,https://github.com/eadwinCode/django-ninja-extra,>=3.7,"[Intended Audience :: Information Technology,Intended Audience :: System Administrators,Operating System :: OS Independent,Topic :: Internet,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Software Development :: Libraries,Topic :: Software Development,Typing :: Typed,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: 3 :: Only,Framework :: Django,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Framework :: AsyncIO,Topic :: Internet :: WWW/HTTP :: HTTP Servers,Topic :: Internet :: WWW/HTTP]","[Django >= 2.2,django-ninja==1.1.0,injector >= 0.19.0,asgiref,contextlib2,pre-commit ; extra == ""dev"",mkdocs >=1.1.2,<2.0.0 ; extra == ""doc"",mkdocs-material >=7.1.9,<8.0.0 ; extra == ""doc"",mdx-include >=1.4.1,<2.0.0 ; extra == ""doc"",mkdocs-markdownextradata-plugin >=0.1.7,<0.3.0 ; extra == ""doc"",markdown-include ; extra == ""doc"",mkdocstrings ; extra == ""doc"",pytest ; extra == ""test"",pytest-cov ; extra == ""test"",pytest-django ; extra == ""test"",pytest-asyncio==0.20.3 ; extra == ""test"",mypy == 1.7.1 ; extra == ""test"",ruff ==0.1.7 ; extra == ""test"",ninja-schema>=0.13.4 ; extra == ""test"",django-stubs ; extra == ""test""]",2024-02-05 18:20:49.774375 UTC,,, | |
django-cors-middleware,32424,1.5.0,Zeste de Savoir,MIT License,https://github.com/zestedesavoir/django-cors-middleware,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]",[],2019-12-09 19:42:01.105765 UTC,,, | |
django-floppyforms,32386,1.9.0,Gregor Müllegger,"BSD licence, see LICENSE file",https://github.com/jazzband/django-floppyforms,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.1,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6]",[],2020-05-20 02:41:28.563778 UTC,,, | |
django-cas-ng,32154,5.0.1,Ming Chen,BSD,https://djangocas.dev,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Internet :: WWW/HTTP]","[Django >=2.2,python-cas >=1.6.0]",2023-10-17 22:37:39.429725 UTC,,, | |
django-nonrelated-inlines,31426,0.2,Ben Homnick,MIT,https://github.com/bhomnick/django-nonrelated-inlines,>=3.6,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Flake8,Framework :: tox,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Software Development :: Libraries,Topic :: Software Development :: Libraries :: Python Modules]",[Django (>=2.0)],2022-06-06 12:14:16.290034 UTC,,, | |
django-staff-sso-client,30633,4.2.2,Department for International Trade,MIT,https://github.com/uktrade/django-staff-sso-client/,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: Implementation :: PyPy,Framework :: Django,Framework :: Django :: 3.0,Framework :: Django :: 4.0,Framework :: Django :: 4.2,Topic :: Software Development :: Libraries :: Python Modules]","[Django <5.0,>=4.2.10,requests-oauthlib,pytest ==7.1.1 ; extra == 'test',pytest-cov ; extra == 'test',pytest-django ; extra == 'test',flake8 ==4.0.1 ; extra == 'test',requests-mock ; extra == 'test',codecov ; extra == 'test',build ; extra == 'test',twine ; extra == 'test',wheel ; extra == 'test',setuptools ; extra == 'test',raven ; extra == 'test']",2024-02-21 11:49:28.623856 UTC,,, | |
django-cid,30534,2.3,Snowball One,BSD,https://github.com/Polyconseil/django-cid,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]",[django (>=2.2)],2022-06-13 04:23:57.745075 UTC,,, | |
django-templated-email,30442,3.0.0,Bradley Whittington,MIT,http://github.com/vintasoftware/django-templated-email/,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Software Development :: Libraries :: Python Modules,Framework :: Django]",[django-render-block (>=0.5)],2021-06-04 21:41:01.852232 UTC,,, | |
django-excel,30222,0.0.10,C. Wang,New BSD,https://github.com/pyexcel-webwares/django-excel,,"[Development Status :: 3 - Alpha,Environment :: Web Environment,Framework :: Django :: 1.7,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Internet :: WWW/HTTP,Topic :: Office/Business,Topic :: Software Development :: Libraries,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Utilities]",[],2018-01-12 23:31:51.042816 UTC,,, | |
django-admin-env-notice,30110,1,Iurii Shikanov,MIT,https://github.com/dizballanze/django-admin-env-notice,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]",[],2023-02-05 17:33:53.602159 UTC,,, | |
django-amazon-ses,30069,4.0.1,Hector Castro,Apache License 2.0,https://github.com/azavea/django-amazon-ses,>=3.7,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 2.2,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10]","[boto3 (>=1.3.0),Django (>=2.2)]",2022-04-04 23:01:52.575843 UTC,,, | |
behave-django,29978,1.4.0,Mitchel Cabuloy,MIT,https://github.com/behave/behave-django,,"[Development Status :: 5 - Production/Stable,Environment :: Console,Environment :: Plugins,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development :: Testing]","[beautifulsoup4,behave]",2020-06-15 21:22:44.221370 UTC,,, | |
djangocms-picture,29913,4.1.1,Divio AG,BSD-3-Clause,https://github.com/django-cms/djangocms-picture,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django CMS,Framework :: Django CMS :: 3.7,Framework :: Django CMS :: 3.8,Framework :: Django CMS :: 3.9,Framework :: Django CMS :: 3.10,Framework :: Django CMS :: 3.11,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries]","[django-cms >=3.7,django-filer >=1.7,djangocms-attributes-field >=1,easy-thumbnails]",2023-10-19 15:34:20.853991 UTC,,, | |
django-click,29677,2.3.0,Jonathan Stoppani,MIT,https://github.com/GaretJax/django-click,,"[Development Status :: 4 - Beta,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]","[click (>=7.1),Fabric ; extra == 'dev',livereload ; extra == 'dev',wheel ; extra == 'dev',check-manifest ; extra == 'dev',flake8 ; extra == 'dev',mccabe ; extra == 'dev',pep8 ; extra == 'dev',pep8-naming ; extra == 'dev',pyflakes ; extra == 'dev',Sphinx ; extra == 'dev',sphinx-autobuild ; extra == 'dev',sphinx-rtd-theme ; extra == 'dev',pytest ; extra == 'test',coverage (<5) ; extra == 'test',pytest-django ; extra == 'test',pytest-cov ; extra == 'test',pytest-flake8 ; extra == 'test']",2021-09-07 19:37:11.167273 UTC,,, | |
django-mjml,29603,1.2,Igor Melnyk @liminspace,MIT,https://github.com/liminspace/django-mjml,>=3.6,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Intended Audience :: Developers,Topic :: Software Development :: Libraries,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules,Framework :: Django,License :: OSI Approved :: MIT License]","[django <5.1,>=2.2,requests >=2.24 ; extra == 'requests']",2024-01-08 16:16:45.500326 UTC,,, | |
django-dbconn-retry,29585,0.1.7,Jonas Maurus (@jdelic),,https://github.com/jdelic/django-dbconn-retry/,,"[Development Status :: 4 - Beta,Intended Audience :: Developers,Intended Audience :: System Administrators,Programming Language :: Python :: 3 :: Only,License :: OSI Approved :: BSD License,Operating System :: POSIX]",[],2022-08-21 22:07:13.621940 UTC,,, | |
django-treenode,29479,0.22.0,,"MIT License Copyright (c) 2018 Fabio Caccamo Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Software Development :: Build Tools]",[],2024-01-31 13:37:28.907652 UTC,,, | |
django-registration-redux,29445,2.13,Andrew Cutler,,https://github.com/macropin/django-registration,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Utilities]",[],2023-10-27 02:41:44.565755 UTC,,, | |
django-clone,29395,5.3.3,Tonye Jack,MIT/Apache-2.0,https://github.com/tj-django/django-clone.git,>=3.6,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: MIT License,License :: OSI Approved :: Apache Software License,Natural Language :: English,Topic :: Internet :: WWW/HTTP,Operating System :: OS Independent,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2]","[django,conditional (>=1.3),six,bump2version ; extra == 'deploy',readme-renderer[md] ; extra == 'deploy',git-changelog ; extra == 'deploy',pip-tools ; extra == 'development',check-manifest ; extra == 'development',django ; extra == 'development',conditional (>=1.3) ; extra == 'development',six ; extra == 'development',tox ; extra == 'development',tox-gh-actions ; extra == 'development',pluggy (>=0.7) ; extra == 'development',mock ; extra == 'development',unittest-xml-reporting ; extra == 'development',codacy-coverage ; extra == 'development',django-migration-fixer ; extra == 'development',bump2version ; extra == 'development',readme-renderer[md] ; extra == 'development',git-changelog ; extra == 'development',tox ; extra == 'test',tox-gh-actions ; extra == 'test',pluggy (>=0.7) ; extra == 'test',mock ; extra == 'test',unittest-xml-reporting ; extra == 'test',codacy-coverage ; extra == 'test',django-migration-fixer ; extra == 'test']",2023-06-12 13:09:20.874271 UTC,,, | |
django-tree-queries,29279,0.16.1,,BSD-3-Clause,,>=3.8,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development]",[coverage; extra == 'tests'],2023-11-30 07:01:14.219718 UTC,,, | |
django-suit,29201,2.0a2,Kaspars Sprogis (darklow),,http://djangosuit.com,,"[Development Status :: 5 - Production/Stable,Framework :: Django,License :: Free for non-commercial use,Intended Audience :: Developers,Intended Audience :: System Administrators,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Environment :: Web Environment,Topic :: Software Development,Topic :: Software Development :: User Interfaces]",[],2022-11-29 19:56:57.315527 UTC,,, | |
django-pylibmc,29088,0.6.1,Jeff Balogh,BSD,https://github.com/django-pylibmc/django-pylibmc,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Environment :: Web Environment :: Mozilla,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Topic :: Software Development :: Libraries :: Python Modules]",[],2015-12-28 21:30:34.017794 UTC,,, | |
djangocms-link,29006,3.1.1,Divio AG,BSD-3-Clause,https://github.com/django-cms/djangocms-link,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django CMS,Framework :: Django CMS :: 3.9,Framework :: Django CMS :: 3.10,Framework :: Django CMS :: 3.11,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries]","[django-cms (>=3.7),django-filer (>=1.7),djangocms-attributes-field (>=1)]",2023-03-11 12:00:22.419539 UTC,,, | |
django-invitations,28581,2.1.0,bee-keeper,GPL-3.0-only,https://github.com/jazzband/django-invitations/,">=3.8,<4.0","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: GNU General Public License v3 (GPLv3),Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Internet,Topic :: Software Development :: Libraries :: Python Modules]",[django (>=3.2)],2023-11-22 20:50:37.929433 UTC,,, | |
django-user-sessions,28449,2.0.0,Bouke Haarsma,MIT,http://github.com/jazzband/django-user-sessions,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Security]",[Django (>=3.2)],2022-12-13 14:20:14.357231 UTC,,, | |
django-markdownx,28437,4.0.7,,BSD,https://github.com/neutronX/django-markdownx,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Environment :: Plugins,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: JavaScript,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: JavaScript,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Multimedia :: Graphics,Topic :: Text Processing :: Markup,Topic :: Text Editors :: Text Processing,Topic :: Text Editors :: Word Processors,Topic :: Text Processing :: Markup :: HTML,Topic :: Multimedia :: Graphics :: Presentation,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Site Management]","[Django,Pillow,Markdown]",2023-12-08 19:16:52.219186 UTC,,, | |
django-el-pagination,28350,4.0.0,Oleksandr Shtalinberg,,http://github.com/shtalinberg/django-el-pagination,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Utilities]",[django (>=3.2.0)],2023-04-02 01:01:00.062157 UTC,,, | |
django-organizations,28331,2.3.1,Ben Lopatin,BSD License,https://github.com/bennylope/django-organizations/,>=3.8,"[Framework :: Django,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: Implementation :: CPython,Development Status :: 5 - Production/Stable]","[Django >=3.2.0,django-extensions >=2.0.8]",2023-11-23 14:43:29.516175 UTC,,, | |
django-cities-light,28301,3.10.1,"James Pic,Dominick Rivard,Alexey Evseev",MIT,https://github.com/yourlabs/django-cities-light,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Python Modules]","[pytz,unidecode >=0.04.13,django-autoslug >=1.9.8,progressbar2 >=3.51.4]",2024-01-08 22:50:55.661617 UTC,,, | |
django-discover-runner,27935,1,"Carl Meyer, Jannis Leidel",BSD,http://github.com/jezdez/django-discover-runner,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.5,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.2,Programming Language :: Python :: 3.3]",[],2013-09-11 15:36:05.817197 UTC,,, | |
django-password-validators,27858,1.7.3,Wojciech Banas,BSD,https://github.com/fizista/django-password-validators,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python,Operating System :: OS Independent,Topic :: Security]","[django >=3.0,tox >=4.11 ; extra == 'test',bump-my-version >=0.12 ; extra == 'test']",2023-12-11 13:53:44.023456 UTC,,, | |
django-logentry-admin,27789,1.1.0,Yuri Prezument,ISC,https://github.com/yprez/django-logentry-admin,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Intended Audience :: Developers,License :: OSI Approved :: ISC License (ISCL),Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]",[Django (>=2.2)],2021-05-25 15:48:44.353407 UTC,,, | |
django-bootstrap-breadcrumbs,27570,0.9.2,Łukasz Mierzwa,MIT,http://prymitive.github.com/bootstrap-breadcrumbs,,"[Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python :: 2,Programming Language :: Python :: 3,Topic :: Software Development :: Libraries :: Python Modules]",[six],2020-02-19 19:57:11.603085 UTC,,, | |
django-pghistory,27444,3.1.0,Wes Kendall,BSD-3-Clause,https://github.com/Opus10/django-pghistory,">=3.8.0,<4","[Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.12]","[django (>=3),django-pgtrigger (>=4.9.0)]",2023-11-26 22:34:22.710977 UTC,,, | |
django-ckeditor-5,26943,0.2.12,,BSD-3-Clause,,>=3.7,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 4.0,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[Django >=2.2,Pillow,bandit[toml] ==1.7.6 ; extra == 'dev',black ==22.12.0 ; extra == 'dev',codespell ==2.2.2 ; extra == 'dev',coverage ==7.4.0 ; extra == 'dev',mypy ==1.8.0 ; extra == 'dev',mypy-extensions ==1.0.0 ; extra == 'dev',pytest ==7.4.4 ; extra == 'dev',pytest-cov ==4.0.0 ; extra == 'dev',pytest-django ==4.5.2 ; extra == 'dev',pytest-mock ==3.10.0 ; extra == 'dev',safety ==2.3.5 ; extra == 'dev',types-setuptools ==65.6.0.2 ; extra == 'dev',typing-extensions ==4.9.0 ; extra == 'dev']",2024-03-02 12:36:00.628519 UTC,,, | |
django-saml2-auth,26942,1.1.4,Fang Li,Apache 2.0,https://github.com/fangli/django-saml2-auth,,"[Development Status :: 5 - Production/Stable,Framework :: Django :: 1.5,Framework :: Django :: 1.6,Framework :: Django :: 1.7,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Programming Language :: Python :: 2,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Topic :: Software Development :: Libraries :: Python Modules]",[],2016-05-10 13:01:29.791350 UTC,,, | |
django-admin-honeypot,26903,1.1.0,,MIT License,https://github.com/dmpayton/django-admin-honeypot,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.2,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2018-05-14 22:52:24.386897 UTC,,, | |
sphinxcontrib-django,26836,2.5,,Apache2 2.0 License,,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django,Framework :: Sphinx :: Extension,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]","[Django >=3.2,Sphinx >=3.4.0,pprintpp,pre-commit ; extra == 'dev',sphinx-last-updated-by-git ; extra == 'doc',sphinx-rtd-theme ; extra == 'doc',django-mptt ; extra == 'optional',django-phonenumber-field[phonenumbers] ; extra == 'optional',psycopg2-binary ; extra == 'optional',coverage ; extra == 'test',pytest ; extra == 'test',pytest-icdiff ; extra == 'test',requests-mock ; extra == 'test']",2023-09-26 17:54:34.404021 UTC,,, | |
django-reversion-compare,26798,0.17.0,,GPL-3.0-or-later,,>=3.9,[],"[django,django-reversion,diff-match-patch,rich,bx-django-utils ; extra == 'dev',django-debug-toolbar ; extra == 'dev',django-countries ; extra == 'dev',colorlog ; extra == 'dev',gunicorn ; extra == 'dev',manage-django-project >=0.6.4 ; extra == 'dev',tblib ; extra == 'dev',pip-tools ; extra == 'dev',tox ; extra == 'dev',coverage ; extra == 'dev',autopep8 ; extra == 'dev',pyupgrade ; extra == 'dev',flake8 ; extra == 'dev',flake8-bugbear ; extra == 'dev',pyflakes ; extra == 'dev',codespell ; extra == 'dev',EditorConfig ; extra == 'dev',safety ; extra == 'dev',mypy ; extra == 'dev',twine ; extra == 'dev',darker[color,flynt,isort] ; extra == 'dev',tomli ; extra == 'dev',typing-extensions >=3.10 ; extra == 'dev',model-bakery ; extra == 'dev',requests-mock ; extra == 'dev',django-override-storage ; extra == 'dev',beautifulsoup4 ; extra == 'dev',freezegun ; extra == 'dev',django <3.3,>=3.2 ; extra == 'django32',django <4.3,>=4.2 ; extra == 'django42',django <5.1,>=5.0 ; extra == 'django50']",2024-02-20 08:32:47.406946 UTC,,, | |
django-cookies-samesite,26708,0.7.0,"Jarek ""jotes"" Śmiejczak",,https://github.com/jotes/django-cookies-samesite,,"[Development Status :: 3 - Alpha,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Intended Audience :: Developers,Natural Language :: English,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7]",[ua-parser (==0.10.0)],2020-09-14 23:03:10.475709 UTC,,, | |
djangocms-file,26109,3.0.1,Divio AG,BSD-3-Clause,https://github.com/django-cms/djangocms-file,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django CMS,Framework :: Django CMS :: 3.7,Framework :: Django CMS :: 3.8,Framework :: Django CMS :: 3.9,Framework :: Django CMS :: 3.10,Framework :: Django CMS :: 3.11,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries]","[django-cms (>=3.7),django-filer (>=1.7),djangocms-attributes-field (>=1)]",2023-07-03 23:34:43.799103 UTC,,, | |
django-inlinecss,25974,0.3.0,Philip Kimmey,MIT,https://github.com/roverdotcom/django-inlinecss,,"[Environment :: Other Environment,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Communications :: Email,Topic :: Text Processing :: Markup :: HTML]","[Django (>=1.11),pynliner,future (>=0.16.0),flake8 (==3.6.0) ; extra == 'flake8',flake8-isort (==2.6.0) ; extra == 'flake8',isort (==4.3.4) ; extra == 'flake8',testfixtures (==6.3.0) ; extra == 'flake8',mock (==2.0.0) ; extra == 'tests',pytest (==4.3.1) ; extra == 'tests',pytest-django (==3.4.8) ; extra == 'tests']",2019-10-24 17:30:55.411933 UTC,,, | |
django-embed-video,25965,1.4.9,Cedric Carrard,,https://github.com/jazzband/django-embed-video,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Environment :: Plugins,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: Implementation :: CPython,Topic :: Internet :: WWW/HTTP]","[requests (>=2.19),Django (>=3.2)]",2023-07-01 14:28:41.462748 UTC,,, | |
django-login-required-middleware,25633,0.8.0,Cleiton de Lima,MIT,https://github.com/CleitonDeLima/django-login-required-middleware,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2022-05-06 17:58:31.783979 UTC,,, | |
django-datatables-view,25589,1.20.0,Maciej Wiśniowski,MIT,https://bitbucket.org/pigletto/django-datatables-view,>=3.6,"[Environment :: Web Environment,Framework :: Django,Development Status :: 5 - Production/Stable,Programming Language :: Python :: 3,License :: OSI Approved :: MIT License,Operating System :: OS Independent]",[django (>=3.0)],2022-04-05 09:11:05.449798 UTC,,, | |
django-unixdatetimefield,25489,1.0.3,Niklas Andersson,,https://github.com/Niklas9/django-unixdatetimefield,,"[Framework :: Django,Intended Audience :: Developers,Intended Audience :: System Administrators,Operating System :: OS Independent,Topic :: Software Development]",[django],2019-02-26 11:01:59.742223 UTC,,, | |
django-ebhealthcheck,25485,2.0.2,Sam Kingston,BSD,https://github.com/sjkingo/django-ebhealthcheck,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Topic :: Software Development :: Libraries :: Python Modules]",[requests],2022-08-22 02:13:00.446092 UTC,,, | |
django-pyodbc-azure,25325,2.1.0.0,Michiya Takahashi,BSD,https://github.com/michiya/django-pyodbc-azure,,"[Development Status :: 4 - Beta,Framework :: Django,License :: OSI Approved :: BSD License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Topic :: Internet :: WWW/HTTP]","[Django (<2.2,>=2.1.0),pyodbc (>=3.0)]",2018-08-21 00:40:17.998189 UTC,,, | |
django-minio-storage,25206,0.5.7,,"The MIT License (MIT) Copyright (c) 2016 The django-minio-storage developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",,>=3.8,"[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Framework :: Django]","[django >=3.2,minio >=7.1.16]",2023-08-30 20:54:28.314312 UTC,,, | |
django-stdimage,25204,6.0.2,Johannes Hoppe,MIT,https://github.com/codingjoe/django-stdimage,,"[Development Status :: 7 - Inactive,Environment :: Web Environment,Framework :: Django,Topic :: Multimedia :: Graphics :: Graphics Conversion,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Topic :: Software Development,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0]","[Django >=2.2,pillow >=2.5,progressbar2 >=3.0.0 ; extra == 'progressbar',pytest ; extra == 'test',pytest-cov ; extra == 'test',pytest-django ; extra == 'test']",2023-11-06 17:26:44.908021 UTC,,, | |
django-debug-toolbar-template-profiler,25145,2.1.0,Sergej Alikov,Simplified BSD License,https://github.com/node13h/django-debug-toolbar-template-profiler,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Topic :: Software Development :: Libraries :: Python Modules]","[django-debug-toolbar (>=2.0),wrapt]",2022-06-28 11:38:32.727348 UTC,,, | |
dj-pagination,25116,2.5.0,Daniel Roy Greenfeld,BSD,https://github.com/pydanny/dj-pagination,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6]","[Django (<2.0) ; python_version < ""3.0""]",2020-07-09 06:04:38.216315 UTC,,, | |
django-db-geventpool,24964,4.0.2,Javier Cordero Martinez,Apache 2.0,https://github.com/jneight/django-db-geventpool,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.1,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Topic :: Software Development :: Libraries :: Application Frameworks]","[django >=3.1,psycogreen >=1.0]",2024-01-14 13:00:36.671820 UTC,,, | |
django-pgcrypto-fields,24872,2.6.0,Incuna Ltd,BSD,https://github.com/incuna/django-pgcrypto-fields,>=3.6,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3 :: Only,Topic :: Database,Topic :: Security :: Cryptography]",[],2021-01-06 15:04:36.932272 UTC,,, | |
django-twilio,24449,0.14.3.3a1,Randall Degges,UNLICENSE,https://github.com/rdegges/django-twilio,,"[Framework :: Django,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: Public Domain,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Internet :: WWW/HTTP]","[setuptools >=36.2,twilio >=7,django-phonenumber-field >=0.6,phonenumbers >=8.10.22,Django <4.3,>=4.0]",2023-11-08 19:09:37.968962 UTC,,, | |
django-proxy,24448,1.3.0,Mjumbe Wawatu Ukweli,BSD,https://github.com/mjumbewu/django-proxy,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Framework :: Django]",[requests],2024-02-12 22:24:32.631787 UTC,,, | |
django-dynamic-preferences,24235,1.16.0,Agate Blue,BSD,https://github.com/agateblue/django-dynamic-preferences,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 3]","[django >=3.2,six,persisting-theory ==1.0]",2023-10-15 09:06:09.889580 UTC,,, | |
django-filter-stubs,24080,0.1.3,Davis Raymond Muro,MIT,https://github.com/DavisRayM/django-filter-stubs,,"[Development Status :: 1 - Planning,License :: OSI Approved :: MIT License,Programming Language :: Python :: 3.7]","[mypy (>=0.750),django-stubs (>=1.3.0),djangorestframework-stubs (>=0.4.0),typing-extensions (>=3.7.4)]",2023-03-28 13:57:44.288984 UTC,,, | |
django-sass,24079,1.1.0,CodeRed LLC,BSD license,https://github.com/coderedcorp/django-sass,,"[Environment :: Web Environment,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]","[django,libsass]",2021-08-21 19:16:12.600049 UTC,,, | |
django-twilio-2fa,24006,0.32,Logan Bibby <[email protected]>,,https://github.com/Lenders-Cooperative/django-twilio-2fa,>=3.6,"[Programming Language :: Python :: 3,License :: OSI Approved :: BSD License,Operating System :: OS Independent]","[django (>=2.2.9),twilio (>=6.63.2),phonenumbers (>=8.12.26),pycountry (>=22.3.5),djangorestframework (>=3.11.0)]",2023-03-09 15:40:34.249815 UTC,,, | |
djangorestframework-types,23794,0.7.1,Steve Dignam,MIT,https://github.com/sbdchd/djangorestframework-types,">=3.7,<4.0","[License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]",[],2022-10-13 01:25:23.867739 UTC,,, | |
django-jenkins,23696,0.110.0,Mikhail Podgurskiy,LGPL,http://github.com/kmmbvnr/django-jenkins,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Intended Audience :: Developers,License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL),Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Software Development :: Testing]",[],2016-09-15 09:54:06.752088 UTC,,, | |
django-sendfile2,23483,0.7.1,Matt Molyneaux,BSD,https://github.com/moggers87/django-sendfile2,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Programming Language :: Python,Topic :: Software Development :: Libraries :: Python Modules]","[django,sphinx ; extra == 'docs',sphinx-rtd-theme ; extra == 'docs']",2024-02-17 18:17:26.943734 UTC,,, | |
algoliasearch-django,23356,3.0.0,Algolia Team,MIT License,https://github.com/algolia/algoliasearch-django,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 3,Topic :: Internet :: WWW/HTTP]","[django (>=1.7),algoliasearch (<4.0,>=3.0)]",2023-04-28 07:09:59.385575 UTC,,, | |
django-six,23218,1.0.5,Hackathon,,https://github.com/Brightcells/django-six,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Programming Language :: Python,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Office/Business :: Financial :: Spreadsheet]",[],2023-02-03 06:40:53.025686 UTC,,, | |
django-pgviews-redux,23162,0.9.4,Mikuláš Poul,Public Domain,https://github.com/xelixdev/django-pgviews-redux,,"[Development Status :: 5 - Production/Stable,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2]",[],2023-09-19 16:56:15.094338 UTC,,, | |
django-fixture-magic,23073,0.1.5,Dave Dash,BSD,http://github.com/davedash/django-fixture-magic,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 2,Programming Language :: Python :: 3,Topic :: Software Development :: Libraries :: Python Modules]",[],2020-07-15 19:40:54.740598 UTC,,, | |
django-queryable-properties,23029,1.9.1,Marcus Klöpfel,BSD,https://github.com/W1ldPo1nter/django-queryable-properties,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.4,Framework :: Django :: 1.5,Framework :: Django :: 1.6,Framework :: Django :: 1.7,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Internet]","[Django >=1.4,six >=1.9]",2024-01-09 12:58:34.386960 UTC,,, | |
django-dynamic-raw-id,22956,3,"Martin Mahner, Seth Buntin, Yann Malet",MIT,https://github.com/lincolnloop/django-dynamic-raw-id,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Framework :: Django]","[django (>=3.2),selenium ; extra == 'tests',coverage ; extra == 'tests',pytest ; extra == 'tests',pytest-cov ; extra == 'tests',pytest-django ; extra == 'tests']",2022-03-20 17:46:22.898693 UTC,,, | |
django-taggit-autosuggest,22714,0.4.1,Fabian Topfstedt,,https://bitbucket.org/fabian/django-taggit-autosuggest,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Framework :: Django]",[django-taggit],2022-08-15 16:29:08.636903 UTC,,, | |
django-phonenumbers,22601,1.0.1,irakli khitarishvili,BSD License,https://github.com/iraklikhitarishvili/django_phonenumbers,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django :: 1.7,Framework :: Django :: 1.8,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3 :: Only]",[],2015-08-06 10:45:17.307174 UTC,,, | |
django-restql,22530,0.15.4,Yezy Ilomo,MIT,https://yezyilomo.github.io/django-restql,>=3.5,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,Natural Language :: English,License :: OSI Approved :: MIT License,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Programming Language :: Python,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]","[django (>=1.11),djangorestframework (>=3.5),pypeg2 (>=2.15.2)]",2024-01-25 13:59:20.465358 UTC,,, | |
django-avatar,22301,8.0.0,,BSD-4-Clause,,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[Pillow >=10.0.1,django-appconf >=1.0.5,dnspython >=2.3.0]",2023-10-16 10:54:50.978482 UTC,,, | |
django-decorator-include,21861,3,Jeff Kistler,BSD,https://github.com/twidi/django-decorator-include,>=3.4,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3 :: Only,Topic :: Internet :: WWW/HTTP]","[Django (>=2.0),flake8 ; extra == 'dev',isort ; extra == 'dev']",2020-05-07 12:40:40.979233 UTC,,, | |
django-image-cropping,21778,1.7,Jonas und der Wolf GmbH,,https://github.com/jonasundderwolf/django-image-cropping,>=3.6,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Software Development :: Libraries :: Python Modules]",[django-appconf (>=1.0.2)],2022-02-08 09:07:15.822548 UTC,,, | |
django-babel,21755,0.6.2,Thomas Grainger,BSD,https://github.com/python-babel/django-babel/,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Software Development :: Libraries :: Python Modules]",[],2017-12-18 15:11:30.888617 UTC,,, | |
django-mailer,21710,2.3.1,Pinax Team,,http://github.com/pinax/django-mailer/,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django]","[Django (>=2.2),lockfile (>=0.8)]",2023-12-29 15:00:16.392035 UTC,,, | |
django-python3-ldap,21655,0.15.5,Dave Hall,BSD,https://github.com/etianen/django-python3-ldap,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Framework :: Django]","[django (>=1.11),ldap3 (<3,>=2.5),pyasn1 (<0.5,>=0.4.6)]",2023-07-02 09:21:49.062503 UTC,,, | |
django-meta,21630,2.4.2,Monwara LLC,BSD,https://github.com/nephila/django-meta,>=3.7,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[django <5.0 ; extra == 'docs',sphinx-rtd-theme ; extra == 'docs']",2024-02-05 11:46:23.815138 UTC,,, | |
django-xff,21395,1.4.0,Ferrix Hovi,MIT License,https://github.com/ferrix/xff/,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.8,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,License :: OSI Approved :: MIT License,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[Django (>=1.8.2)],2023-06-26 17:32:59.225200 UTC,,, | |
django3-auth-saml2,21393,0.6.1,Jeremy Schulman,Apache 2.0,,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,Topic :: Software Development :: Libraries :: Python Modules,License :: OSI Approved :: Apache Software License,Framework :: Django :: 3.0,Programming Language :: Python :: 3.6]","[django (>=3),pysaml2 (>=6.5.0)]",2023-07-26 15:26:52.525815 UTC,,, | |
django-excel-response2,21371,3.0.6,Hackathon,,https://github.com/django-xxx/django-excel-response2,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Programming Language :: Python,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Office/Business :: Financial :: Spreadsheet]","[django-six (>=1.0.4),excel-base (>=1.0.3)]",2023-07-19 08:00:08.129026 UTC,,, | |
django-custom-user,20993,1.1,Josep Cugat,BSD-3-Clause,https://github.com/jcugat/django-custom-user,">=3.7,<4.0","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Internet :: WWW/HTTP :: WSGI,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]","[Django (>=3.2),mysqlclient (>=2.1.0,<3.0.0); extra == ""mysql"",psycopg2 (>=2.9.0,<3.0.0); extra == ""postgres""]",2022-12-09 23:55:13.876149 UTC,,, | |
django-clearcache,20859,1.2.1,Tim Kamanin,MIT,https://timonweb.com,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Software Development :: Libraries,Topic :: Utilities]",[django (>=2.2)],2021-04-15 11:55:57.102522 UTC,,, | |
djangocms-video,20722,3.1.0,Divio AG,BSD-3-Clause,https://github.com/django-cms/djangocms-video,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django CMS,Framework :: Django CMS :: 3.7,Framework :: Django CMS :: 3.8,Framework :: Django CMS :: 3.9,Framework :: Django CMS :: 3.10,Framework :: Django CMS :: 3.11,Framework :: Django CMS :: 4.1,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries]","[django-cms >=3.7,django-filer >=1.7,djangocms-attributes-field >=1]",2023-12-06 22:55:55.051259 UTC,,, | |
django-machina,20475,1.3.1,Morgan Aubert,BSD-3-Clause,https://github.com/ellmetha/django-machina,">=3.6,<4.0","[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Message Boards]","[django (>=3.2),django-haystack (>=2.1),django-mptt (>=0.10.0),django-widget-tweaks (>=1.4),markdown2 (>=2.3),pillow (>=2.2)]",2023-10-17 01:24:45.732322 UTC,,, | |
django-redis-task-lock,20413,0.6,Levi Anderson,,https://github.com/Lenders-Cooperative/django-redis-task-lock,>=3.6,"[Programming Language :: Python :: 3,License :: OSI Approved :: BSD License,Operating System :: OS Independent]",[django (>=2.2.9)],2022-03-25 18:14:35.311471 UTC,,, | |
django-perf-rec,20388,4.25.0,Adam Johnson,MIT,https://github.com/adamchainz/django-perf-rec,>=3.8,"[Development Status :: 5 - Production/Stable,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: Implementation :: CPython,Typing :: Typed]","[Django >=3.2,PyYAML,sqlparse >=0.4.4]",2023-10-11 09:36:51.215545 UTC,,, | |
django-admin-confirm,20271,1.0.0,Thu Trang Pham,Apache 2.0,https://github.com/trangpham/django-admin-confirm/,>=3.7,"[Framework :: Django :: 3.2,Framework :: Django :: 4.0,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3 :: Only]",[Django (>=3.2)],2023-02-03 23:06:15.358571 UTC,,, | |
django-postgres-copy,20248,2.7.4,Ben Welsh,MIT,https://palewi.re/docs/django-postgres-copy/,,"[Development Status :: 5 - Production/Stable,Operating System :: OS Independent,Intended Audience :: Developers,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 4.2,License :: OSI Approved :: MIT License]",[],2023-12-30 19:59:40.982088 UTC,,, | |
django-schema-viewer,20231,0.4.1,,,,>=3.10,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: System :: Monitoring,Topic :: Utilities]","[django<5.1,>=4.0]",2023-12-22 18:34:57.495532 UTC,,, | |
django-schema-graph,20182,3.1.0,Charlie Denton,MIT,https://github.com/meshy/django-schema-graph,>=3.10,"[Development Status :: 4 - Beta,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Database,Topic :: Documentation,Topic :: Utilities]","[attrs (>=21.4.0),cattrs (>=22.1.0)]",2023-05-14 23:15:07.480877 UTC,,, | |
wagtail-modeladmin,20094,2.0.0,,,,>=3.8,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Framework :: Wagtail,Framework :: Wagtail :: 5,Framework :: Wagtail :: 6]","[Wagtail>=5.2,pyenchant>=3.1.1,<4 ; extra == ""docs"",myst_parser>=0.18.1,<1.0 ; extra == ""docs"",Sphinx>=6.0 ; extra == ""docs"",sphinx-autobuild>=0.6.0 ; extra == ""docs"",sphinx-wagtail-theme==6.2.0 ; extra == ""docs"",sphinxcontrib-spelling>=8.0,<9.0 ; extra == ""docs"",sphinx_copybutton>=0.5 ; extra == ""docs"",dj-database-url>=2.0.0 ; extra == ""testing"",pre-commit<3.0 ; extra == ""testing""]",2024-02-05 17:19:29.233934 UTC,,, | |
django-debug-toolbar-template-timings,20007,0.9,Tom Forbes,"The MIT License (MIT) | |
Copyright (c) 2013 Tom Forbes | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the ""Software""), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is | |
furnished to do so, subject to the following conditions: | |
The above copyright notice and this permission notice shall be included in | |
all copies or substantial portions of the Software. | |
THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | |
THE SOFTWARE.",https://github.com/orf/django-debug-toolbar-template-timings,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Topic :: Software Development :: Debuggers]",[],2018-02-24 04:13:58.056033 UTC,,, | |
django-password-history,20007,1.0.8,Roderick Smith,BSD,https://github.com/Lenders-Cooperative/django-password-history,,"[Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10]","[django-model-utils (==4.2.0),djangoql (==0.17.1)]",2022-11-05 03:46:40.243616 UTC,,, | |
django-compress-staticfiles,19998,1.0.1b0,Armandt van Zyl,GPL-3.0,https://github.com/armandtvz/django-compress-staticfiles,>=3.5,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: GNU General Public License v3 (GPLv3),Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3 :: Only,Topic :: Internet :: WWW/HTTP]","[Django (>=2.2),Brotli,csscompressor,rjsmin]",2020-05-04 03:21:59.568470 UTC,,, | |
django-debreach,19805,2.1.0,Luke Pomfrey,,http://github.com/lpomfrey/django-debreach,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Internet :: WWW/HTTP]",[],2022-01-04 14:32:10.772396 UTC,,, | |
django-request-id,19689,1.0.0,Filip Wasilewski,MIT,https://github.com/nigma/django-request-id,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.10,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Topic :: Software Development,Topic :: Software Development :: Libraries :: Python Modules]",[],2016-10-23 15:28:01.379004 UTC,,, | |
djangochannelsrestframework,19667,1.2.0,LostMoa Limited,MIT,https://github.com/NilCoalescing/djangochannelsrestframework,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,Operating System :: OS Independent,License :: OSI Approved :: MIT License,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Topic :: Internet :: WWW/HTTP]","[Django >=3.2,channels >=4.0.0,djangorestframework >=3.14.0,channels[daphne] >=4.0.0 ; extra == 'tests',pytest >=7.0.1 ; extra == 'tests',pytest-django >=4.5.2 ; extra == 'tests',pytest-asyncio >=0.18.1 ; extra == 'tests',coverage >=6.3.1 ; extra == 'tests']",2023-08-20 20:49:38.734829 UTC,,, | |
wagtail-localize,19645,1.9a3,,,,>=3.8,"[Development Status :: 4 - Beta,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Framework :: Wagtail,Framework :: Wagtail :: 4,Framework :: Wagtail :: 5]","[Django>=3.2,<5.1,Wagtail>=5.2,polib>=1.1,<2.0,typing_extensions>=4.0,mkdocs==1.4.3 ; extra == ""documentation"",mkdocs-material>=9.1,<10 ; extra == ""documentation"",mkdocstrings[python]==0.22.0 ; extra == ""documentation"",mkdocs-autorefs>=0.4.0,<0.5 ; extra == ""documentation"",mkdocs-include-markdown-plugin>=4.0.4,<5 ; extra == ""documentation"",pygments>=2.15,<2.16 ; extra == ""documentation"",google-cloud-translate>=3.0.0 ; extra == ""google"",pre-commit>=3.4,<4 ; extra == ""linting"",dj-database-url>=2.1.0,<3 ; extra == ""testing"",freezegun>=1.2,<2 ; extra == ""testing"",django-rq>=2.5,<3.0 ; extra == ""testing"",google-cloud-translate>=3.0.0 ; extra == ""testing"",wagtail-modeladmin>=2.0,<3.0 ; extra == ""testing""]",2024-03-02 13:38:53.804703 UTC,,, | |
django-aws-secrets-env-setup,19537,0.3,Levi Anderson,,https://github.com/Lenders-Cooperative/django-aws-secrets-env-setup,>=3.6,"[Programming Language :: Python :: 3,License :: OSI Approved :: BSD License,Operating System :: OS Independent]",[boto3 (>=1.15.5)],2022-05-19 00:18:59.755761 UTC,,, | |
django-error-reporting,19527,0.9,Logan Bibby <[email protected]>,,https://github.com/Lenders-Cooperative/django-error-reporting,>=3.6,"[Programming Language :: Python :: 3,License :: OSI Approved :: BSD License,Operating System :: OS Independent]","[django (>=2.2.9),sentry-sdk (>=1.5.4),ddtrace (>=0.59.0),django-datadog-logger (>=0.5.0)]",2022-04-22 14:17:53.491488 UTC,,, | |
django-iam-dbauth,19429,0.1.4,Lab Digital,MIT,https://github.com/LabD/django-iam-dbauth,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7]","[Django (>=1.11),boto3,dnspython,coverage[toml] (==5.3) ; extra == 'test',pretend (==1.0.9) ; extra == 'test',pytest (==5.3.5) ; extra == 'test',pytest-cov (==2.7.1) ; extra == 'test',pytest-mock (==1.10.4) ; extra == 'test',pytest-django (==3.8.0) ; extra == 'test',psycopg2 (==2.8.5) ; extra == 'test',mysqlclient (==1.4.6) ; extra == 'test']",2020-12-07 09:43:39.184229 UTC,,, | |
django-soft-delete,19256,1.0.12,Alexander Yudkin,,https://github.com/san4ezy/django_softdelete,>=3.6,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Topic :: Software Development :: Libraries :: Python Modules]",[],2024-02-08 07:19:41.738877 UTC,,, | |
django-url-filter,19172,0.3.15,Miroslav Shubernetskiy,MIT,https://github.com/miki725/django-url-filter,,"[Development Status :: 2 - Pre-Alpha,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4]","[cached-property,Django (>=1.8),enum-compat,six,setuptools]",2020-02-10 13:35:58.108978 UTC,,, | |
django-url-filter,19172,0.3.15,Miroslav Shubernetskiy,MIT,https://github.com/miki725/django-url-filter,,"[Development Status :: 2 - Pre-Alpha,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4]","[cached-property,Django (>=1.8),enum-compat,six,setuptools]",2020-02-10 13:35:58.108978 UTC,,, | |
django-url-filter,19172,0.3.15,Miroslav Shubernetskiy,MIT,https://github.com/miki725/django-url-filter,,"[Development Status :: 2 - Pre-Alpha,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4]","[cached-property,Django (>=1.8),enum-compat,six,setuptools]",2020-02-10 13:35:58.108978 UTC,,, | |
django-otp-twilio,19172,1.0.4,,,,>=3.7,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: The Unlicense (Unlicense),Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Topic :: Security,Topic :: Software Development :: Libraries :: Python Modules]","[django-otp~=1.0,requests]",2023-07-20 22:26:02.410845 UTC,,, | |
django-log-formatter-ecs,19107,0.0.5,Ross Miller,,https://github.com/uktrade/django-log-formatter-ecs,>=3.6,"[Programming Language :: Python :: 3,License :: OSI Approved :: MIT License,Operating System :: OS Independent]","[django-ipware (~=3.0),kubi-ecs-logger (~=0.1.0)]",2020-09-16 13:38:08.381645 UTC,,, | |
django-quill-editor,19098,0.1.40,lhy,MIT,https://github.com/LeeHanYeong/django-quill-editor,>3.6,"[Framework :: Django,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Development Status :: 4 - Beta]",[django (>=3.0)],2022-02-08 07:33:48.465190 UTC,,, | |
django-auto-prefetching,19083,0.2.12,Gustav Wengel,MIT,https://github.com/GeeWee/django-auto-prefetching,>=3.6,"[License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy]","[django (>=2.2),djangorestframework (~=3.9) ; extra == 'rest_framework_integration']",2022-12-09 07:54:51.853565 UTC,,, | |
wagtailmedia,19033,0.15.1,,,,>=3.8,"[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,Operating System :: OS Independent,License :: OSI Approved :: BSD License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Wagtail,Framework :: Wagtail :: 4,Framework :: Wagtail :: 5,Framework :: Wagtail :: 6]","[Wagtail>=4.1,Django>=3.2,pre-commit>=3.6.0 ; extra == ""linting"",coverage>=7.4.0 ; extra == ""testing""]",2024-02-11 18:40:37.072094 UTC,,, | |
django-private-storage,18963,3.1.1,Diederik van der Boor,Apache 2.0,https://github.com/edoburu/django-private-storage,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]",[],2023-10-09 10:46:56.592940 UTC,,, | |
django-fakeredis,18962,0.1.2,o3o3o,Apache Software License,https://github.com/o3o3o/django-fakeredis,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Software Development :: Libraries :: Python Modules]","[fakeredis,redis,django-redis]",2021-06-09 23:15:15.848559 UTC,,, | |
django-dynamic-model,18918,0.4.0rc0,Ryan Vinzent,MIT,,">=3.8,<4.0","[License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]",[Django (>=2.2.24)],2023-07-31 19:39:24.183998 UTC,,, | |
django-alive,18797,1.2.1,Peter Baumgartner,MIT,https://github.com/lincolnloop/django-alive/,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Framework :: Django]","[django,pytest ; extra == 'test',pytest-cov ; extra == 'test',pytest-django ; extra == 'test']",2021-07-23 18:45:31.299836 UTC,,, | |
django-tagulous,18737,1.3.3,Richard Terry,BSD,https://radiac.net/projects/django-tagulous/,>=3.6,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]",[Django (>=2.2)],2021-12-25 19:16:01.667839 UTC,,, | |
django-scheduler,18708,0.10.1,Leonardo Lazzaro,BSD,https://github.com/llazzaro/django-scheduler,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Utilities]","[Django (>=3.2),python-dateutil (>=2.1),pytz (>=2013.9),icalendar (>=3.8.4),black ; extra == 'dev',coverage (>=3.7.1) ; extra == 'dev',flake8 ; extra == 'dev',isort ; extra == 'dev']",2023-01-29 10:59:13.104215 UTC,,, | |
django-unfold,18651,0.20.5,,MIT,https://unfoldadmin.com,>=3.8,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]",[django (>=3.2)],2024-02-23 18:10:08.368998 UTC,,, | |
django-userforeignkey,18619,0.5.0,Andreas Stocker,BSD License,https://github.com/beachmachine/django-userforeignkey/,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2022-08-18 10:49:11.978002 UTC,,, | |
django-multiupload,18599,0.6.1,Chive,LICENSE.txt,https://github.com/Chive/django-multiupload,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]",[django],2021-10-06 21:29:10.929434 UTC,,, | |
django-middleware-global-request,18560,0.3.3,Wang Liang,MIT,,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,Topic :: Software Development :: Libraries :: Python Modules,License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only]",[django],2023-09-15 14:28:59.368521 UTC,,, | |
django-spurl,18528,0.6.8,Jamie Matthews,Public Domain,https://github.com/j4mie/django-spurl/,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: Public Domain,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2]","[urlobject (>=2.4.0),six,tox ; extra == 'develop',django ; extra == 'develop',nose ; extra == 'develop',coverage ; extra == 'test',nose ; extra == 'test']",2021-11-15 02:58:42.303620 UTC,,, | |
django-bootstrap-pagination,18479,1.7.1,"Jason McClellan<[email protected]>, Koert van der Veer<[email protected]>","MIT licence, see LICENCE",https://github.com/jmcclell/django-bootstrap-pagination,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 1.4,Framework :: Django :: 1.5,Framework :: Django :: 1.6,Framework :: Django :: 1.7,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.2,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7]",[],2019-06-13 21:31:37.146214 UTC,,, | |
django-spaghetti-and-meatballs,18477,0.4.2,Samuel Spencer,MIT,,">=3.6,<4.0","[License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]",[django (>=2.2)],2020-12-20 06:23:25.878004 UTC,,, | |
django-watson,18445,1.6.3,Dave Hall,,http://github.com/etianen/django-watson,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django]",[],2023-01-14 14:28:19.342124 UTC,,, | |
django-gravatar2,18332,1.4.4,Tristan Waddington,MIT,https://github.com/twaddington/django-gravatar,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 3]",[],2020-02-03 18:34:01.079964 UTC,,, | |
django-unixtimestampfield,18292,0.5.0,Garfield.Yang,MIT,https://github.com/myyang/django-unixtimestampfield,,"[Development Status :: 4 - Beta,License :: OSI Approved :: MIT License,Intended Audience :: Developers,Programming Language :: Python,Framework :: Django]","[django (>=2.2),six (>=1.14.0)]",2022-01-04 09:00:14.407176 UTC,,, | |
django-elasticsearch-debug-toolbar,18277,3.0.2,Benoit Chabord,MIT,http://github.com/Benoss/django-elasticsearch-debug-toolbar,,"[Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10]",[],2022-02-20 23:02:30.493051 UTC,,, | |
django-encrypted-filefield,18261,0.3.0,Daniel Quinn,GPL-3.0-or-later,https://github.com/danielquinn/django-encrypted-filefield,">=3.6,<4.0","[License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+),Operating System :: POSIX,Operating System :: Unix,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP]","[cryptography (>=1.7.1),requests (>=2.12.4),python-magic (>=0.4.12,<0.5.0),django (>=2.2)]",2020-11-04 16:46:46.199914 UTC,,, | |
django-admin-multiple-choice-list-filter,18203,0.1.1,Patrick Heneghan,"BSD 2-Clause ""Simplified"" License",https://github.com/ctxis/django-admin-multiple-choice-list-filter,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2018-05-16 10:46:46.797733 UTC,,, | |
django-admin-logs,18155,1.2.0,Adam Radwon,MIT License,,>=3.6,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Topic :: Software Development :: Libraries :: Python Modules]","[Django >=3.2,black ; extra == 'dev',build ; extra == 'dev',coverage ; extra == 'dev',Django ; extra == 'dev',pre-commit ; extra == 'dev',pytest ; extra == 'dev',pytest-cov ; extra == 'dev',pytest-django ; extra == 'dev',ruff ; extra == 'dev',tox ; extra == 'dev',twine ; extra == 'dev']",2024-03-03 15:23:32.564804 UTC,,, | |
django-extended-choices,18148,1.3.3,"Stephane ""Twidi"" Angel",BSD,https://github.com/twidi/django-extended-choices,">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*","[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Topic :: Software Development :: Libraries,Topic :: Software Development :: Libraries :: Python Modules]","[six,django; extra == 'dev',django; extra == 'doc',sphinx; extra == 'doc',sphinxcontrib-napoleon; extra == 'doc',sphinx-rtd-theme; extra == 'doc']",2019-04-16 21:03:18.512898 UTC,,, | |
django-bootstrap-modal-forms,18051,3.0.4,Uros Trstenjak,MIT License,https://github.com/trco/django-bootstrap-modal-forms,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Software Development :: Libraries :: Python Modules]",[Django (>=3.2)],2023-06-18 13:54:13.839329 UTC,,, | |
django-upgrade,18039,1.16.0,,MIT,,>=3.8,"[Development Status :: 5 - Production/Stable,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Typing :: Typed]",[tokenize-rt >=4.1],2024-02-11 22:31:37.653510 UTC,,, | |
django-pgbulk,17994,2.3.0,Wes Kendall,BSD-3-Clause,https://github.com/Opus10/django-pgbulk,">=3.8.0,<4","[Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.12]",[django (>=3)],2023-12-27 22:35:22.075997 UTC,,, | |
django-email-bandit,17948,2,Caktus Consulting Group,BSD,https://github.com/caktus/django-email-bandit,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development :: Libraries :: Python Modules]",[],2020-12-17 20:14:27.566278 UTC,,, | |
django-admin,17926,2.0.2,Hackathon,,https://github.com/django-xxx/django-admin,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Programming Language :: Python,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Office/Business :: Financial :: Spreadsheet]","[django-excel-response2 (>=3.0.0),django-six]",2023-02-03 06:51:38.633636 UTC,,, | |
django-relativedelta,17719,2.0.0,Code Yellow B.V.,MIT License,https://github.com/CodeYellowBV/django-relativedelta,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Database,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]","[Django (>=1.10),python-dateutil (>=2.6.0),psycopg2-binary (<=2.8.6) ; extra == 'test',pytest (>=6.0.2) ; extra == 'test',pytest-pythonpath (>=0.7.3) ; extra == 'test',pytest-echo (>=1.7.1) ; extra == 'test',pytest-coverage ; extra == 'test',pytest-django (>=3.7.0) ; extra == 'test',tox (>=3.14.3) ; extra == 'test',tox-pyenv (>=1.1.0) ; extra == 'test',bump2version (>=1.0.0) ; extra == 'test',flake8 (>=3.8.3) ; extra == 'test',isort (>=5.5.3) ; extra == 'test',mysqlclient (>=2.0.1) ; extra == 'test']",2023-04-04 14:31:08.696030 UTC,,, | |
django-okta-auth,17694,0.8.0,Matt Magin,MIT,https://github.com/AzMoo/django-okta-auth,">=3.6,<4.0","[License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]","[Django (>=1.11.0),PyJWT (>=1.7.1,<2.0.0),python-jose[cryptography] (>=3.1.0,<4.0.0),requests (>=2.22.0,<3.0.0)]",2021-03-26 20:56:56.793206 UTC,,, | |
django-field-history,17667,0.8.0,Grant McConnaughey,BSD,https://github.com/grantmcconnaughey/django-field-history,,"[Development Status :: 4 - Beta,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8]",[],2020-01-05 16:25:56.459971 UTC,,, | |
django-db-logger,17666,0.1.13,zhangshine,MIT License,https://github.com/CiCiUi/django-db-logger,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[django >=1.9,six]",2023-11-29 09:42:32.049651 UTC,,, | |
django-mass-edit,17524,3.5.0,David Burke,BSD,https://github.com/burke-software/django-mass-edit,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.6,Intended Audience :: Developers,Intended Audience :: System Administrators,License :: OSI Approved :: BSD License]",[django],2023-08-22 16:02:13.941591 UTC,,, | |
django-cognito-jwt,17523,0.0.4,Michael van Tellingen,MIT,https://github.com/LabD/django-cognito-jwt,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8]","[Django (>=1.11),cryptography,djangorestframework,pyjwt,requests,sphinx (>=1.4.0) ; extra == 'docs',coverage[toml] (==5.0.3) ; extra == 'test',pytest (==5.3.5) ; extra == 'test',pytest-django (==3.8.0) ; extra == 'test',pytest-cov (==2.8.1) ; extra == 'test',pytest-responses (==0.4.0) ; extra == 'test',isort[pyproject] (==4.3.21) ; extra == 'test',flake8 (==3.7.9) ; extra == 'test',flake8-imports (==0.1.1) ; extra == 'test',flake8-blind-except (==0.1.1) ; extra == 'test',flake8-debugger (==3.1.0) ; extra == 'test']",2021-12-10 20:52:49.358376 UTC,,, | |
djangorestframework-yaml,17467,2.0.0,José Padilla,BSD,https://github.com/jpadilla/django-rest-framework-yaml,>=3.5,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP]","[PyYAML (>=3.10),mkdocs (>=0.11.1) ; extra == 'dev',Django (>=1.6) ; extra == 'dev',djangorestframework (>=2.4.3) ; extra == 'dev',pytest-django ; extra == 'dev',pytest ; extra == 'dev',flake8 ; extra == 'dev',tox ; extra == 'dev',pre-commit ; extra == 'dev',mkdocs (>=0.11.1) ; extra == 'docs',Django (>=1.6) ; extra == 'tests',djangorestframework (>=2.4.3) ; extra == 'tests',pytest-django ; extra == 'tests',pytest ; extra == 'tests',flake8 ; extra == 'tests']",2020-04-27 01:19:29.990044 UTC,,, | |
wagtail-factories,17455,4.1.0,Michael van Tellingen,MIT,https://github.com/wagtail/wagtail-factories/,,"[Development Status :: 5 - Production/Stable,License :: OSI Approved :: MIT License,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Wagtail,Framework :: Wagtail :: 4,Framework :: Wagtail :: 5]","[factory-boy (>=3.2),wagtail (>=4.1),sphinx (>=1.4.0) ; extra == 'docs',pytest (==6.2.5) ; extra == 'test',pytest-django (==4.5.0) ; extra == 'test',pytest-cov (==3.0.0) ; extra == 'test',pytest-pythonpath (==0.7.3) ; extra == 'test',psycopg2 (>=2.3.1) ; extra == 'test',coverage (==6.0) ; extra == 'test',isort (==5.10.0) ; extra == 'test',flake8 (==4.0.0) ; extra == 'test',flake8-blind-except (==0.1.1) ; extra == 'test',flake8-debugger (==4.1.2) ; extra == 'test']",2023-05-16 12:27:03.893464 UTC,,, | |
django-downloadview,17385,2.3.0,Benoît Bryon,BSD,https://django-downloadview.readthedocs.io/,,"[Development Status :: 5 - Production/Stable,License :: OSI Approved :: BSD License,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0]","[Django (>=2.2),requests,tox ; extra == 'test']",2022-01-11 09:44:19.744008 UTC,,, | |
django-compression-middleware,17338,0.5.0,Friedel Wolff,,https://github.com/friedelwolff/django-compression-middleware,,"[Development Status :: 4 - Beta,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0),Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware]","[django,zstandard,Brotli]",2023-03-23 19:24:04.697082 UTC,,, | |
django-cacheback,17303,3.0.0,David Winterbottom,MIT,https://github.com/codeinthehole/django-cacheback,">=3.6,<4","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: Unix,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]","[importlib-metadata; python_version < ""3.8"",django (>=2),celery (>=4); extra == ""celery"",django-rq (>=2); extra == ""rq"",Sphinx (>=3.3.0,<4); extra == ""docs""]",2020-11-18 17:46:47.550397 UTC,,, | |
sendgrid-django,17301,4.0.4,Yamil Asusta,MIT,https://github.com/elbuo8/sendgrid-django,,[],[],2016-12-02 04:06:39.320831 UTC,,, | |
django-admin-lightweight-date-hierarchy,17218,1.3.0,,"MIT, Django",,>=3.7,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]",[Django >=3.2.0],2024-01-07 17:55:50.751697 UTC,,, | |
django-session-cleanup,17109,4.0.0,Elijah Rutschman,,https://github.com/mobolic/django-session-cleanup,,"[Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,License :: OSI Approved :: BSD License,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]",[],2021-01-20 19:51:52.257841 UTC,,, | |
django-mptt-admin,16932,2.6.1,Marco Braak,"Apache License, Version 2.0",https://github.com/mbraak/django-mptt-admin,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: Implementation :: CPython]",[django-mptt],2023-12-09 10:56:40.613338 UTC,,, | |
djangocms-icon,16910,2.1.0,Divio AG,BSD-3-Clause,https://github.com/django-cms/djangocms-icon,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django CMS,Framework :: Django CMS :: 3.10,Framework :: Django CMS :: 3.11,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries]","[django-cms >=3.10,djangocms-attributes-field >=1]",2023-12-06 10:44:23.307143 UTC,,, | |
django-admin-shell,16752,2.0.1,Grzegorz Tężycki,MIT,https://github.com/djk2/django-admin-shell,,"[Environment :: Web Environment,Framework :: Django,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.10,Topic :: Utilities]",[Django (>=2.0)],2023-11-20 06:58:59.067879 UTC,,, | |
djangocms-style,16751,3.1.0,Divio AG,BSD-3-Clause,https://github.com/django-cms/djangocms-style,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django CMS,Framework :: Django CMS :: 3.7,Framework :: Django CMS :: 3.8,Framework :: Django CMS :: 3.9,Framework :: Django CMS :: 3.10,Framework :: Django CMS :: 3.11,Framework :: Django CMS :: 4.1,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries]","[django-cms >=3.7,djangocms-attributes-field >=1]",2023-12-06 22:09:09.865816 UTC,,, | |
django-q-sentry,16641,0.1.6,"Daniel Welch, Christo Goosen",MIT,https://django-q.readthedocs.org,,"[Programming Language :: Python :: 3,License :: OSI Approved :: MIT License,Operating System :: OS Independent]",[sentry-sdk (>=1.5.5)],2022-02-18 12:38:59.798358 UTC,,, | |
django-filebrowser,16607,4.0.3,"Patrick Kranzlmueller, Axel Swoboda (vonautomatisch)",BSD,http://django-filebrowser.readthedocs.org,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]","[django-grappelli (<3.1,>=3.0),pillow,six]",2023-07-27 13:46:30.715396 UTC,,, | |
django-phone-field,16498,1.8.1,Andrew Mackowski,GPL,https://github.com/VeryApt/django-phone-field/,,"[Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: GNU General Public License v3 (GPLv3),Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7]",[Django (>=1.10)],2020-06-10 01:12:36.467496 UTC,,, | |
django-forms-bootstrap,16484,3.1.0,Luke Hatcher,MIT,http://github.com/pinax/django-forms-bootstrap,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python]",[],2017-04-17 14:27:20.443532 UTC,,, | |
django-analytical,16468,3.1.0,Joost Cassee,,https://github.com/jazzband/django-analytical,>=3.6,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Python Modules]",[],2022-03-15 08:49:44.902184 UTC,,, | |
django-ninja-jwt,16455,5.3.0,,,,>=3.7,"[Intended Audience :: Information Technology,Intended Audience :: System Administrators,Operating System :: OS Independent,Topic :: Internet,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Software Development :: Libraries,Topic :: Software Development,Typing :: Typed,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: 3 :: Only,Framework :: Django,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: AsyncIO,Topic :: Internet :: WWW/HTTP :: HTTP Servers,Topic :: Internet :: WWW/HTTP]","[Django >= 2.1,pyjwt>=1.7.1,<3,pyjwt[crypto],django-ninja-extra >= 0.20.0,cryptography>=3.3.1 ; extra == ""crypto"",pre-commit ; extra == ""dev"",mkdocs >=1.1.2,<2.0.0 ; extra == ""doc"",mkdocs-material ; extra == ""doc"",markdown-include ; extra == ""doc"",mdx-include >=1.4.1,<2.0.0 ; extra == ""doc"",mkdocs-markdownextradata-plugin >=0.1.7,<0.3.0 ; extra == ""doc"",mkdocstrings ; extra == ""doc"",cryptography ; extra == ""test"",pytest ; extra == ""test"",pytest-cov ; extra == ""test"",pytest-django ; extra == ""test"",pytest-asyncio ; extra == ""test"",ruff ==0.1.9 ; extra == ""test"",django-stubs ; extra == ""test"",python-jose==3.3.0 ; extra == ""test"",click==8.1.7 ; extra == ""test"",freezegun ; extra == ""test""]",2024-01-06 10:53:26.046774 UTC,,, | |
django-rest-framework-mongoengine,16265,3.3.1,Umut Bozkurt,see https://github.com/umutbozkurt/django-rest-framework-mongoengine/blob/master/LICENSE,https://github.com/umutbozkurt/django-rest-framework-mongoengine,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 3,Topic :: Internet,Topic :: Internet :: WWW/HTTP :: Site Management,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Text Processing :: Markup :: HTML]",[],2016-11-21 00:08:43.668023 UTC,,, | |
django-bulk-update-or-create,16166,1.0.0.dev11,Filipe Pina,BSD,https://github.com/fopina/django-bulk-update-or-create/,>=3.6,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Software Development :: Libraries :: Python Modules]",[Django (>=2.2)],2023-02-12 23:41:39.709783 UTC,,, | |
django-timeline-logger,16095,4.0.0,,"The MIT License (MIT) Copyright (c) 2016 Maykin Media Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",,>=3.10,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Intended Audience :: Developers,Operating System :: Unix,Operating System :: MacOS,Operating System :: Microsoft :: Windows,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Software Development :: Libraries :: Python Modules]","[django >=3.2,django-appconf,pytest-cov ; extra == 'coverage',sphinx ; extra == 'docs',sphinx-rtd-theme ; extra == 'docs',bump-my-version ; extra == 'release',twine ; extra == 'release',factory-boy ; extra == 'tests',psycopg2 ; extra == 'tests',pytest ; extra == 'tests',pytest-cov ; extra == 'tests',pytest-django ; extra == 'tests',pytest-pep8 ; extra == 'tests',pytest-pylint ; extra == 'tests',pytest-pythonpath ; extra == 'tests',pytest-runner ; extra == 'tests',tox ; extra == 'tests',black ; extra == 'tests',isort ; extra == 'tests',flake8 ; extra == 'tests']",2024-02-22 15:24:54.795227 UTC,,, | |
django-app-helper,16080,3.3.4,Iacopo Spalletti,GPLv2+,https://github.com/nephila/django-app-helper,>=3.7,"[License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+),Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]","[dj-database-url,docopt,six,setuptools ; python_version >= ""3.12"",channels ; extra == 'async',daphne ; extra == 'async',django-cms <3.12,>=3.7 ; extra == 'cms',sphinx-rtd-theme ; extra == 'docs']",2024-01-28 17:49:08.902354 UTC,,, | |
django-premailer,16047,0.1.0,Alex Hayes,MIT,https://github.com/alexhayes/django-premailer,,"[Development Status :: 4 - Beta,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 2.7,Topic :: Communications,Topic :: Internet :: WWW/HTTP,Topic :: Other/Nonlisted Topic,Topic :: Software Development :: Libraries :: Python Modules]",[],2016-10-28 03:01:01.140694 UTC,,, | |
django-cursor-pagination,15967,0.2.1,Photocrowd,BSD,https://github.com/photocrowd/django-cursor-pagination,,"[Development Status :: 2 - Pre-Alpha,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10]",[],2022-12-05 14:10:15.026467 UTC,,, | |
django-adminplus,15818,0.6,,"Copyright (c) 2023, James Socol All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. 3. Neither the name of AdminPlus 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 OWNER 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. ",,>=3.7,"[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Topic :: Software Development :: Libraries :: Python Modules]",[],2023-12-05 19:16:49.650294 UTC,,, | |
django-rest-framework-social-oauth2,15756,1.2.0,Philip Garnero,MIT,https://github.com/PhilipGarnero/django-rest-framework-social-oauth2,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Python Modules]","[djangorestframework >=3.10.3,django-oauth-toolkit >=0.12.0,social-auth-app-django >=3.1.0]",2024-01-12 15:28:41.107527 UTC,,, | |
django-extra-checks,15750,0.14.0,,,,>=3.8,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]","[django; extra == 'dev',django-stubs; extra == 'dev',djangorestframework; extra == 'dev',djangorestframework-stubs; extra == 'dev',mypy; extra == 'dev',pdbpp; extra == 'dev',pre-commit; extra == 'dev',ruff; extra == 'dev',pytest; extra == 'test',pytest-cov; extra == 'test',pytest-django; extra == 'test']",2024-02-19 13:26:44.957311 UTC,,, | |
django-admin-csvexport,15671,2.2,Thomas Leichtfuß,BSD License,https://github.com/thomst/django-admin-csvexport,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries :: Application Frameworks]","[Django (>=2.2),django-modeltree (>=0.3)]",2023-04-26 10:07:57.131660 UTC,,, | |
django-npm,15603,0.1.1,Kevin McCarthy,MIT,https://github.com/kevin1024/django-npm,,"[Development Status :: 3 - Alpha,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python :: 2,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.2,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Topic :: Software Development :: Build Tools]",[],2015-03-16 21:46:17.836745 UTC,,, | |
django-npm,15603,0.1.1,Kevin McCarthy,MIT,https://github.com/kevin1024/django-npm,,"[Development Status :: 3 - Alpha,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python :: 2,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.2,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Topic :: Software Development :: Build Tools]",[],2015-03-16 21:46:17.836745 UTC,,, | |
django-ftl,15473,0.14,Luke Plant,MIT,https://github.com/django-ftl/django-ftl,>=3.7,"[Development Status :: 5 - Production/Stable,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[fluent-compiler (>=0.4),Django (>=2.0)]",2023-02-16 20:23:03.397110 UTC,,, | |
django-queryinspect,15430,1.1.0,Senko Rasic,MIT,https://github.com/dobarkod/django-queryinspect,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3,Topic :: Software Development :: Libraries :: Python Modules]",[Django (>=1.11)],2019-09-10 21:12:30.049559 UTC,,, | |
django-countries-plus,15365,2.2.0,Andrew Cordery,MIT,https://github.com/cordery/django-countries-plus,">=3.7,<4","[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]","[django (>=3.2),requests (>=2,<3)]",2024-01-11 12:12:52.197581 UTC,,, | |
djangocms-snippet,15125,3.1.1,Divio AG,BSD-3-Clause,https://github.com/django-cms/djangocms-snippet,>=3.5,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django CMS,Framework :: Django CMS :: 3.7,Framework :: Django CMS :: 3.8,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries]","[django-cms >=3.7,djangocms-static-ace ; extra == 'static-ace']",2023-09-07 08:39:59.613709 UTC,,, | |
django-admin-easy,15045,0.7.0,Ezequiel Bertti,MIT License,http://github.com/ebertti/django-admin-easy/,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Natural Language :: Portuguese (Brazilian),Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]",[django],2023-05-03 20:22:54.747599 UTC,,, | |
django-request,15040,1.6.3,Kyle Fuller,BSD,https://django-request.readthedocs.io/en/latest/,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[Django (>=2.2),python-dateutil]",2023-07-02 14:02:25.033151 UTC,,, | |
django-rename-app,15019,0.1.7,O'Dwyer Software,Apache 2.0,https://github.com/odwyersoftware/django-rename-app,,"[Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3]",[django],2023-11-08 08:22:03.782680 UTC,,, | |
django-pymemcache,14817,1.0.0,James Socol,Apache Software License 2.0,https://github.com/django-pymemcache/django-pymemcache,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Software Development :: Libraries :: Python Modules]","[Django (>=2.2),pymemcache]",2020-06-18 03:05:06.310402 UTC,,, | |
django-bower,14800,5.2.0,Vladimir Iakovlev,BSD,https://github.com/nvbn/django-bower,,"[Framework :: Django,Programming Language :: JavaScript,Programming Language :: Python,Programming Language :: Python :: 3]",[],2016-09-26 10:52:28.688200 UTC,,, | |
django-jsonview,14748,2.0.0,James Socol,Apache v2.0,https://github.com/jsocol/django-jsonview,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.2,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Topic :: Software Development :: Libraries :: Python Modules]",[],2020-07-01 00:43:09.031272 UTC,,, | |
django-softdelete,14730,0.10.5,Steve Coursen,BSD,https://github.com/scoursen/django-softdelete,,"[Framework :: Django,License :: OSI Approved :: BSD License,Environment :: Web Environment]","[setuptools,wheel,six]",2023-02-28 16:36:29.739979 UTC,,, | |
wagtailmenus,14679,4,Andy Babic,MIT,https://github.com/jazzband/wagtailmenus/tree/stable/4.0.x,>=3.8,"[Environment :: Web Environment,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Wagtail :: 5,Framework :: Wagtail :: 6,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[wagtail >=5.2,django-cogwheels ==0.3,wagtail >=5.2 ; extra == 'development',django-debug-toolbar ; extra == 'development',django-extensions ; extra == 'development',ipdb ; extra == 'development',werkzeug ; extra == 'development',beautifulsoup4 <4.10,>=4.8 ; extra == 'development',coverage >=4.5 ; extra == 'development',django-webtest <1.10,>=1.9 ; extra == 'development',pyenchant >=2.0 ; extra == 'docs',Sphinx >=1.7.4 ; extra == 'docs',sphinxcontrib-spelling >=1.4 ; extra == 'docs',sphinx-rtd-theme >=0.3 ; extra == 'docs',beautifulsoup4 <4.10,>=4.8 ; extra == 'testing',coverage >=4.5 ; extra == 'testing',django-webtest <1.10,>=1.9 ; extra == 'testing']",2024-03-01 17:57:47.244933 UTC,,, | |
djangocms-googlemap,14679,2.2.0,Divio AG,BSD-3-Clause,https://github.com/django-cms/djangocms-googlemap,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django CMS,Framework :: Django CMS :: 3.7,Framework :: Django CMS :: 3.8,Framework :: Django CMS :: 3.9,Framework :: Django CMS :: 3.10,Framework :: Django CMS :: 3.11,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries]","[django-cms >=3.7,django-filer >=1.7,django-treebeard >=4.3]",2023-12-05 17:49:26.156801 UTC,,, | |
django-rest-registration,14509,0.8.3,,"The MIT License (MIT) Copyright (c) 2015-2023 Andrzej Pragacz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",,>=3.5,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.0,Framework :: Django :: 3.0,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Topic :: Internet,Topic :: Internet :: WWW/HTTP]","[Django >=2.0,djangorestframework >=3.3]",2023-12-04 23:14:37.162922 UTC,,, | |
django-livereload-server,14346,0.5.1,Tomas Walch,BSD License,https://github.com/tjwalch/django-livereload-server,,"[Framework :: Django,Environment :: Web Environment,Programming Language :: Python,Programming Language :: Python :: 3,Intended Audience :: Developers,Operating System :: OS Independent,License :: OSI Approved :: BSD License,Topic :: Software Development :: Libraries :: Python Modules]","[django >=1.8,tornado]",2023-12-19 23:22:00.494251 UTC,,, | |
django-appdata,14319,0.4.0,Ella Development Team,BSD,https://github.com/ella/django-appdata,>=3.7,"[License :: OSI Approved :: BSD License,Development Status :: 4 - Beta,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Operating System :: OS Independent]",[django],2023-05-07 16:00:37.695863 UTC,,, | |
django-debug-toolbar-force,14313,0.2,Artur Barseghyan,GPL-2.0-only OR LGPL-2.1-or-later,https://github.com/barseghyanartur/django-debug-toolbar-force/,,"[Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Environment :: Web Environment,License :: OSI Approved :: GNU General Public License v2 (GPLv2),License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+),Framework :: Django,Intended Audience :: Developers,Operating System :: OS Independent,Development Status :: 4 - Beta]",[django-nine (>=0.2.3)],2022-12-01 23:55:22.623323 UTC,,, | |
django-querystring-tag,14296,1.0.3,Andy Babic,BSD-3-Clause,,>=3.7,"[Environment :: Web Environment,Development Status :: 5 - Production/Stable,Intended Audience :: Developers,Operating System :: OS Independent,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Framework :: Django,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0]","[Django (>=3.1),black (==22.3.0) ; extra == 'lint',isort (==5.9.3) ; extra == 'lint',flake8 (==3.9.2) ; extra == 'lint',pytest-cov (==2.12.1) ; extra == 'test',pytest-mock (==3.6.1) ; extra == 'test',pytest-django (==4.4.0) ; extra == 'test',pytest (==6.2.4) ; extra == 'test']",2023-01-22 11:31:26.949461 UTC,,, | |
django-uuslug,14294,2.0.0,Val Neekman,MIT,https://github.com/un33k/django-uuslug,">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*","[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,Natural Language :: English,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10]",[python-slugify (>=5.0.1)],2022-01-31 21:51:26.531034 UTC,,, | |
django-admin-extra-buttons,14237,1.4.2,,,https://github.com/saxix/django-admin-extra-buttons,,"[Environment :: Web Environment,Operating System :: OS Independent,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.0,License :: OSI Approved :: BSD License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules,Intended Audience :: Developers]","[autopep8 ; extra == 'dev',check-manifest ; extra == 'dev',django ; extra == 'dev',pip-tools ; extra == 'dev',flake8 ; extra == 'dev',pep8 ; extra == 'dev',readme ; extra == 'dev',sphinx ; extra == 'dev',wheel ; extra == 'dev',isort ; extra == 'dev',markdown-include ; extra == 'docs',mdx-gh-links ; extra == 'docs',mkdocs ; extra == 'docs',mkdocs-material ; extra == 'docs',coverage ; extra == 'test',factory-boy ; extra == 'test',django-webtest ; extra == 'test',pdbpp ; extra == 'test',pyquery ; extra == 'test',pytest ; extra == 'test',pytest-cov ; extra == 'test',pytest-django ; extra == 'test',pytest-echo ; extra == 'test',pytest-pythonpath ; extra == 'test',tox (>=2.3) ; extra == 'test',wheel ; extra == 'test']",2022-06-06 17:08:08.930450 UTC,,, | |
django-property-filter,14154,1.2.0,Eric Ziethen,MIT,,>=3.7,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 5.0,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Software Development :: Libraries :: Python Modules]","[Django >=3.2,django-filter >=2.3.0]",2023-12-29 10:10:33.452494 UTC,,, | |
wagtail-autocomplete,14063,0.11.0,Emily Horsman and Harris Lapiroff,BSD-3-Clause,https://github.com/wagtail/wagtail-autocomplete,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Framework :: Django,Framework :: Django :: 3,Framework :: Django :: 4,Framework :: Wagtail,Framework :: Wagtail :: 2,Framework :: Wagtail :: 3,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[wagtail >=2.15,Sphinx >=1.7 ; extra == 'docs',sphinx-rtd-theme >=0.4.0 ; extra == 'docs',tox ; extra == 'test',pytest >=3.5 ; extra == 'test',pytest-django >=3.2 ; extra == 'test',beautifulsoup4 >=4.8 ; extra == 'test',html5lib >=0.999999999 ; extra == 'test',pytest-pythonpath >=0.7.2 ; extra == 'test']",2023-11-22 20:25:07.310940 UTC,,, | |
django-markup,14048,1.8.1,Martin Mahner,MIT,https://github.com/bartTC/django-markup,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django]","[django >=3.2,textile >=2.3.16 ; extra == 'all_filter_dependencies',smartypants >=2.0.0 ; extra == 'all_filter_dependencies',docutils >=0.14 ; extra == 'all_filter_dependencies',pygments >=2.2.0 ; extra == 'all_filter_dependencies',markdown >=2.6.9 ; extra == 'all_filter_dependencies',bleach >=3.0 ; extra == 'all_filter_dependencies',python-creole >=1.3.1 ; extra == 'all_filter_dependencies',pygments >=2.10.0 ; extra == 'all_filter_dependencies']",2023-10-11 04:33:11.843993 UTC,,, | |
django-basicauth,13958,0.5.3,Hiroki KIYOHARA,MIT,https://github.com/hirokiky/django-basicauth/,,[],[Django (>=2.0)],2020-11-17 03:11:42.668547 UTC,,, | |
django-pgclone,13691,3.4.0,Wes Kendall,BSD-3-Clause,https://github.com/Opus10/django-pgclone,">=3.8.0,<4","[Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.12]",[django (>=3)],2023-12-06 00:52:34.869912 UTC,,, | |
django-material,13628,1.12.0,Mikhail Podgurskiy,BSD,http://github.com/viewflow/django-material,,"[Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,Intended Audience :: System Administrators,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Software Development,Topic :: Software Development :: User Interfaces]",[six],2023-05-18 08:26:12.119296 UTC,,, | |
django-multitenant,13477,4.1.1,Gurkan Indibay,,https://github.com/citusdata/django-multitenant,,"[Development Status :: 5 - Production/Stable,Topic :: Database,License :: OSI Approved :: MIT License,Intended Audience :: Developers,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]",[],2023-12-18 07:40:56.263691 UTC,,, | |
django-entangled,13409,0.5.4,Jacob Rief,MIT,https://github.com/jrief/django-entangled,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2]",[django (>=2.1)],2023-04-18 09:35:36.428957 UTC,,, | |
django-enum-choices,13308,2.1.4,Vasil Slavov,MIT,https://github.com/HackSoftware/django-enum-choices,>=3.5.0,"[License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: Implementation :: CPython,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Operating System :: OS Independent,Intended Audience :: Developers,Topic :: Software Development :: Libraries]","[Django (>=1.11),Django (==2.2.3) ; extra == 'dev',djangorestframework (==3.9.4) ; extra == 'dev',psycopg2 (==2.8.3) ; extra == 'dev',flake8 (==3.7.7) ; extra == 'dev',pytest (==4.6.3) ; extra == 'dev',pytest-django (==3.5.0) ; extra == 'dev',pytest-pythonpath (==0.7.3) ; extra == 'dev',django-environ (==0.4.5) ; extra == 'dev',tox (==3.13.2) ; extra == 'dev',bumpversion (==0.5.3) ; extra == 'dev',tox-pyenv (==1.1.0) ; extra == 'dev',django-filter (==2.2.0) ; extra == 'dev']",2022-05-04 12:17:39.418927 UTC,,, | |
django-override-storage,13302,0.3.2,Daniel Hillier,MIT,https://github.com/danifus/django-override-storage,">=2.7, !=3.0.*, !=3.1.*, !=3.2.*","[Development Status :: 3 - Alpha,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]",[],2021-05-25 02:26:51.645993 UTC,,, | |
django-redisboard,13186,8.4.0,Ionel Cristian Mărieș,BSD-2-Clause,https://github.com/ionelmc/django-redisboard,>=3.7,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: Unix,Operating System :: POSIX,Operating System :: Microsoft :: Windows,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Utilities,Framework :: Django,Topic :: Internet :: WWW/HTTP]","[redis (>=4.1),django (>=2.2),attrs (>=20.1.0)]",2022-11-16 14:45:18.502839 UTC,,, | |
django-honeypot,13177,1.1.0,James Turk,BSD-2-Clause,https://github.com/jamesturk/django-honeypot/,">=3.8,<4.0","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[Django (>=3.2,<5.1)]",2023-12-09 07:29:41.616106 UTC,,, | |
django-service-objects,13162,0.7.1,Mitchel Cabuloy,MIT License,https://github.com/mixxorz/django-service-objects,,"[Development Status :: 4 - Beta,Environment :: Plugins,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django :: 2.2,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[Django (>=1.11),six,celery ; extra == 'celery']",2022-02-24 09:04:42.382842 UTC,,, | |
django-threadlocals,13129,0.1,Ben Roberts,,https://github.com/nebstrebor/django-threadlocals,,"[Framework :: Django,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 2]",[],2019-01-31 22:55:59.717406 UTC,,, | |
django-post-request-task,13025,0.5,Mathieu Pillard,MIT,http://github.com/mozilla/django-post-request-task,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Environment :: Web Environment :: Mozilla,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: Implementation :: CPython,Topic :: Software Development :: Libraries :: Python Modules]","[Django (>=2.2),celery (>=4.0)]",2021-07-23 14:44:27.266997 UTC,,, | |
django-docs,12941,0.3.3,Evgeny Demchenko,BSD,https://github.com/littlepea/django-docs,,"[Topic :: Internet :: WWW/HTTP :: Dynamic Content,Intended Audience :: Developers,Programming Language :: Python,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Development Status :: 4 - Beta,Operating System :: OS Independent]",[Django (>=3.2)],2022-11-28 08:39:44.935927 UTC,,, | |
django-cloudinary-storage,12834,0.3.0,Konrad Lisiczynski,MIT,https://github.com/klis87/django-cloudinary-storage,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP]","[requests (>=2.10.0),cloudinary (>=1.4.0),python-magic (>=0.4.12) ; extra == 'video']",2020-08-23 22:19:55.767392 UTC,,, | |
django-parler-rest,12825,2.2,Diederik van der Boor,Apache 2.0,https://github.com/edoburu/django-parler-rest,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.0]","[django-parler (>=1.9.2),djangorestframework (>=3.5),django (>=2.2)]",2022-05-04 14:05:30.510864 UTC,,, | |
django-paypal,12792,2,John Boxall,,https://github.com/spookylukey/django-paypal,>=3.6,"[Framework :: Django,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 4.0,Intended Audience :: Developers,Intended Audience :: System Administrators,Operating System :: OS Independent,Topic :: Software Development,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10]","[Django (>=2.2),requests (>=2.5.3),pytz (>=2015.4)]",2022-03-25 21:26:22.672125 UTC,,, | |
django-templatetag-sugar,12773,1,Alex Gaynor,BSD,http://github.com/alex/django-templatetag-sugar/,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.2,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy]",[],2014-03-24 04:29:27.964473 UTC,,, | |
django-admin-index,12746,3.1.1,Joeri Bekker,BSD,https://github.com/maykinmedia/django-admin-index,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Software Development :: Libraries :: Python Modules]","[django >=3.2,django-ordered-model >=3.5,pytest-cov ; extra == 'coverage',flake8 ; extra == 'pep8',bump2version ; extra == 'release',twine ; extra == 'release',pytest ; extra == 'tests',pytest-django ; extra == 'tests',tox ; extra == 'tests',isort ; extra == 'tests',black ; extra == 'tests']",2024-02-29 21:44:47.566699 UTC,,, | |
django-tenant-schemas,12721,1.12.0,Bernardo Pires Carneiro,MIT,https://github.com/bcarneiro/django-tenant-schemas,,"[License :: OSI Approved :: MIT License,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Topic :: Database,Topic :: Software Development :: Libraries]","[Django >=2.2,ordered-set,psycopg2-binary,six]",2023-08-27 13:08:04.871583 UTC,,, | |
django-easy-pdf,12638,0.2.0.dev1,Filip Wasilewski,MIT,https://github.com/nigma/django-easy-pdf,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Software Development :: Libraries :: Python Modules]",[],2017-04-20 00:33:40.843757 UTC,,, | |
django-cookie-consent,12572,0.5.0b0,Informatika Mihelac,BSD,https://github.com/jazzband/django-cookie-consent,,"[Development Status :: 4 - Beta,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: Unix,Operating System :: MacOS,Operating System :: Microsoft :: Windows,Operating System :: OS Independent,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Software Development :: Libraries :: Python Modules]","[django >=3.2,django-appconf,pytest-cov ; extra == 'coverage',sphinx ; extra == 'docs',sphinx-rtd-theme ; extra == 'docs',flake8 ; extra == 'pep8',tbump ; extra == 'release',twine ; extra == 'release',pytest ; extra == 'tests',pytest-django ; extra == 'tests',pytest-playwright ; extra == 'tests',tox ; extra == 'tests',isort ; extra == 'tests',black ; extra == 'tests',flake8 ; extra == 'tests']",2023-09-24 14:32:03.159526 UTC,,, | |
djproxy,12474,2.3.6,Thomas Welfley,MIT,https://github.com/thomasw/djproxy,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Topic :: Software Development :: Libraries,Framework :: Django :: 1.11,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: Implementation :: PyPy]","[requests (>=1.0.0),django (>=1.11),six (>=1.9.0)]",2020-12-23 20:49:31.893394 UTC,,, | |
django-read-only,12398,1.15.0,Adam Johnson,MIT,https://github.com/adamchainz/django-read-only,>=3.8,"[Development Status :: 5 - Production/Stable,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Framework :: IPython,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: Implementation :: CPython,Typing :: Typed]",[Django >=3.2],2023-10-11 09:36:37.190198 UTC,,, | |
django-modeltree,12304,0.5,Thomas Leichtfuß,BSD License,https://github.com/thomst/django-modeltree,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries :: Application Frameworks]","[Django,anytree]",2023-07-26 08:49:47.781437 UTC,,, | |
django-oscar,12232,3.2.4,David Winterbottom,BSD,https://github.com/django-oscar/django-oscar,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: Unix,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Software Development :: Libraries :: Application Frameworks]","[django <4.3,>=3.2,pillow >=6.0,django-extra-views <0.15,>=0.13,django-haystack >=3.0b1,django-treebeard >=4.3.0,Babel <3.0,>=1.0,purl >=0.7,phonenumbers,django-phonenumber-field <7.0.0,>=4.0.0,factory-boy <3.3,>=3.0,django-tables2 <2.4,>=2.3,django-widget-tweaks >=1.4.1,Sphinx >=5.0 ; extra == 'docs',sphinxcontrib-spelling ==7.5.1 ; extra == 'docs',sphinx-rtd-theme ==1.0.0 ; extra == 'docs',sphinx-issues ==3.0.1 ; extra == 'docs',sorl-thumbnail <12.10,>=12.9 ; extra == 'docs',easy-thumbnails <2.8.6,>=2.7 ; extra == 'docs',easy-thumbnails <2.8.6,>=2.7 ; extra == 'easy-thumbnails',sorl-thumbnail <12.10,>=12.9 ; extra == 'sorl-thumbnail',WebTest <2.1,>=2.0 ; extra == 'test',coverage <5.5,>=5.4 ; extra == 'test',django-webtest <1.10,>=1.9 ; extra == 'test',psycopg2-binary <2.10,>=2.8 ; extra == 'test',pytest-django <3.9,>=3.7 ; extra == 'test',pytest-xdist <3,>=2.2 ; extra == 'test',tox <4,>=3.21 ; extra == 'test',freezegun <2,>=1.1 ; extra == 'test',pytz ; extra == 'test',sorl-thumbnail <12.10,>=12.9 ; extra == 'test',easy-thumbnails <2.8.6,>=2.7 ; extra == 'test']",2024-02-08 09:53:27.438536 UTC,,, | |
django-grpc,12232,1.0.21,Stan Misiurev,MIT,https://github.com/gluk-w/django-grpc,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10]",[setuptools],2023-05-10 14:27:49.231455 UTC,,, | |
django-rest-url-filter,12192,1.0.2,MoncefB,MIT,https://github.com/MoncefB/django-rest-url-filter/,,"[Intended Audience :: Developers,Natural Language :: English,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Development Status :: 2 - Pre-Alpha]","[cached-property,Django (>=1.8),enum-compat,six,setuptools]",2023-09-22 19:21:16.549144 UTC,,, | |
django-more-admin-filters,12181,1.7,Thomas Leichtfuß,BSD License,https://github.com/thomst/django-more-admin-filters,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries :: Application Frameworks]","[Django (<5.0,>=2.2)]",2023-05-02 14:07:23.120997 UTC,,, | |
django-stronghold,12133,0.4.0,Mike Grouchy,MIT license,https://github.com/mgrouchy/django-stronghold,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7]",[],2020-01-17 16:34:53.250853 UTC,,, | |
django-querysetsequence,12108,0.17,Patrick Cloke,ISC,https://github.com/clokep/django-querysetsequence,>=3.8,"[Development Status :: 4 - Beta,Intended Audience :: Developers,Topic :: Software Development :: Libraries :: Python Modules,Environment :: Web Environment,Topic :: Internet,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,License :: OSI Approved :: ISC License (ISCL)]",[django (>=3.2)],2023-06-27 17:35:21.376989 UTC,,, | |
djangosaml2idp,12085,0.7.2,Mathieu Hinderyckx,Apache Software License 2.0,https://github.com/OTA-Insight/djangosaml2idp/,>=3.6,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Intended Audience :: Developers,Intended Audience :: Information Technology,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Internet :: WWW/HTTP :: WSGI,Topic :: Security,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]","[django (>=2.2),pysaml2 (>=5.0.0),pytz,arrow,pytest ; extra == 'testing',pytest-runner ; extra == 'testing',pytest-django ; extra == 'testing',pytest-cov ; extra == 'testing',pytest-pythonpath ; extra == 'testing',pytest-mock ; extra == 'testing',requests-mock ; extra == 'testing']",2020-04-14 21:24:41.191165 UTC,,, | |
django-advanced-filters,12083,2.0.0,Pavel Savchenko,MIT,https://github.com/modlinltd/django-advanced-filters,>=3.6,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3 :: Only,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[simplejson (<4,>=3.6.5),coveralls ; extra == 'test',factory-boy (==2.12.0) ; extra == 'test',pycodestyle (==2.5.0) ; extra == 'test',pytest-django (==3.9.0) ; extra == 'test',pytest-cov ; extra == 'test']",2022-06-27 07:25:59.470390 UTC,,, | |
django-social-share,11975,2.3.0,Flavio Curella,MIT,https://github.com/fcurella/django-social-share,,"[Development Status :: 3 - Alpha,Environment :: Console,Intended Audience :: Developers,Intended Audience :: Information Technology,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Framework :: Django]",[],2022-07-26 14:56:47.718462 UTC,,, | |
django-clickhouse-backend,11950,1.1.7,,MIT,,"<4,>=3.7","[Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[django >=3.2,clickhouse-driver ==0.2.6,clickhouse-pool ==0.5.3]",2024-02-22 09:20:18.383318 UTC,,, | |
django-heartbeat,11836,2.2.2,,"The MIT License (MIT) Copyright (c) 2016 Public Broadcasting Service (PBS) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",,>=3.8,"[License :: OSI Approved :: MIT License,Programming Language :: Python :: 3]","[Django <5,>=4,psutil]",2023-11-14 15:24:53.530051 UTC,,, | |
django-fieldsignals,11754,0.7.0,Craig de Stigter,,https://github.com/craigds/django-fieldsignals,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2021-08-16 05:07:27.660532 UTC,,, | |
elasticsearch-django,11687,8.5.2,YunoJuno,MIT,https://github.com/yunojuno/elasticsearch-django,">=3.8,<4.0","[Environment :: Web Environment,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: 3 :: Only]","[django (>=3.2,<6.0),elasticsearch (>=8.0,<9.0),simplejson]",2023-11-25 13:27:04.744678 UTC,,, | |
django-modern-rpc,11603,1.0.3,Antoine Lorence,MIT,https://github.com/alorence/django-modern-rpc,">=3.7,<4.0","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Internet :: WWW/HTTP :: HTTP Servers,Topic :: Software Development :: Libraries :: Python Modules]","[docutils (>=0.19.0,<0.20.0) ; extra == ""docutils"",markdown (>=3.4.0,<4.0.0) ; extra == ""markdown"",defusedxml (>=0.7.1,<0.8.0) ; extra == ""defusedxml""]",2024-02-29 20:29:59.002775 UTC,,, | |
django-components,11596,0.5,Emil Stenström,MIT,https://github.com/EmilStenstrom/django-components/,,"[Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Programming Language :: Python,Programming Language :: Python :: 3,Operating System :: OS Independent,Framework :: Django]",[Django >=3.2],2024-02-26 21:56:22.421392 UTC,,, | |
djmail,11552,2.0.0,Andrey Antukh,BSD,https://github.com/bameda/djmail,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Software Development :: Libraries,Topic :: Utilities]",[],2020-02-02 14:58:22.290992 UTC,,, | |
django-filebrowser-no-grappelli,11528,4.0.2,"Patrick Kranzlmueller, Axel Swoboda (vonautomatisch)",BSD,https://github.com/smacker/django-filebrowser-no-grappelli,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8]",[six],2023-07-18 05:46:56.011422 UTC,,, | |
django-chartjs,11452,2.3.0,Rémy Hubscher,BSD Licence,https://github.com/peopledoc/django-chartjs,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.10,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8]",[],2022-02-08 11:10:06.433627 UTC,,, | |
django-easysettings,11429,2.0.1,Chris Beaven,BSD,http://github.com/SmileyChris/django-easysettings,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]","[tox ; extra == 'dev',django ; extra == 'dev',pytest-mock ; extra == 'dev',zest.releaser[recommended] ; extra == 'maintainer',pytest-mock ; extra == 'test',pytest-cov ; extra == 'test']",2019-08-09 22:20:21.264298 UTC,,, | |
django-bulk-tracker,11425,0.0.7,Hassaan Alansary,Mozilla Public License 2.0,https://github.com/hassaanalansary/django-bulk-tracker,>=3.9,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.0,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0),Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[Django (>=3.2),django-model-utils (>=4.0.0),pytest (>=7.2.1) ; extra == 'testing',tox (>=4.4.5) ; extra == 'testing']",2023-07-06 16:33:04.587737 UTC,,, | |
django-microsoft-auth,11394,3.0.1,," MIT License Copyright (c) 2017, Christopher Bailey Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",,>=3.8,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1]","[django (>=3.2),pyjwt[crypto] (<3.0),requests-oauthlib,requests,bandit ; extra == 'dev',black ; extra == 'dev',build ; extra == 'dev',coverage ; extra == 'dev',doc8 ; extra == 'dev',flake8-bugbear ; extra == 'dev',flake8-builtins ; extra == 'dev',flake8-commas ; extra == 'dev',flake8-comprehensions ; extra == 'dev',flake8 ; extra == 'dev',flit ; extra == 'dev',furo ; extra == 'dev',ipython ; extra == 'dev',isort ; extra == 'dev',pip-tools ; extra == 'dev',pyproject-flake8 ; extra == 'dev',pytest-cov ; extra == 'dev',pytest-django ; extra == 'dev',pytest-rich ; extra == 'dev',pytest ; extra == 'dev',sphinx ; extra == 'dev',djangoql ; extra == 'ql']",2022-10-28 16:59:06.320322 UTC,,, | |
django-minify-html,11342,1.7.1,,MIT,,>=3.8,"[Development Status :: 5 - Production/Stable,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: Implementation :: CPython,Typing :: Typed]","[asgiref >=3.6,Django >=3.2,minify-html]",2023-11-16 06:50:59.179134 UTC,,, | |
django-adminactions,11287,2.1.0,sax,MIT,https://github.com/saxix/django-adminactions,,"[Environment :: Web Environment,Framework :: Django,Operating System :: OS Independent,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Intended Audience :: Developers]","[pytz,xlrd (>=0.9.2),xlwt,black ; extra == 'dev',django (<4) ; extra == 'dev',pdbpp ; extra == 'dev',virtualenv ; extra == 'dev',wheel ; extra == 'dev',check-manifest ; extra == 'dev',docutils ; extra == 'dev',celery ; extra == 'dev',django-dynamic-fixture ; extra == 'dev',django-webtest (>1.9.6) ; extra == 'dev',django-admin-extra-urls ; extra == 'dev',django-environ ; extra == 'dev',flake8 ; extra == 'dev',flake8-isort ; extra == 'dev',mock (>=1.0.1) ; extra == 'dev',modernize ; extra == 'dev',pillow ; extra == 'dev',pytest ; extra == 'dev',pytest-cache ; extra == 'dev',pytest-cov ; extra == 'dev',pytest-django ; extra == 'dev',pytest-echo ; extra == 'dev',pytest-pythonpath ; extra == 'dev',redis ; extra == 'dev',readme ; extra == 'dev',selenium (>=2.42.0) ; extra == 'dev',setuptools (>=15.0) ; extra == 'dev',tox (<4) ; extra == 'dev',black ; extra == 'docs',django (<4) ; extra == 'docs',pdbpp ; extra == 'docs',virtualenv ; extra == 'docs',wheel ; extra == 'docs',check-manifest ; extra == 'docs',docutils ; extra == 'docs',django ; extra == 'docs',sphinx ; extra == 'docs',sphinx-rtd-theme ; extra == 'docs',pytz ; extra == 'test',xlrd (>=0.9.2) ; extra == 'test',xlwt ; extra == 'test',check-manifest ; extra == 'test',celery ; extra == 'test',django-dynamic-fixture ; extra == 'test',django-webtest (>1.9.6) ; extra == 'test',django-admin-extra-urls ; extra == 'test',django-environ ; extra == 'test',flake8 ; extra == 'test',flake8-isort ; extra == 'test',mock (>=1.0.1) ; extra == 'test',modernize ; extra == 'test',pillow ; extra == 'test',pytest ; extra == 'test',pytest-cache ; extra == 'test',pytest-cov ; extra == 'test',pytest-django ; extra == 'test',pytest-echo ; extra == 'test',pytest-pythonpath ; extra == 'test',redis ; extra == 'test',readme ; extra == 'test',selenium (>=2.42.0) ; extra == 'test',setuptools (>=15.0) ; extra == 'test',tox (<4) ; extra == 'test']",2023-05-26 13:33:02.315600 UTC,,, | |
django-static-precompiler,11255,2.4,Andrey Fedoseev,,https://github.com/andreyfedoseev/django-static-precompiler,>=3.6,"[Development Status :: 5 - Production/Stable,Framework :: Django :: 2,Framework :: Django :: 3,Framework :: Django :: 4,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Internet :: WWW/HTTP]","[Django (>=2.0),libsass ; extra == 'libsass',watchdog ; extra == 'watch']",2022-12-28 13:55:23.644549 UTC,,, | |
django-opentracing,11255,1.1.0,Kathy Camenzind,BSD,https://github.com/opentracing-contrib/python-django/,,"[Environment :: Web Environment,Framework :: Django :: 1.11,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development :: Libraries :: Python Modules]","[django,opentracing (<3,>=2.0),six,coverage ; extra == 'tests',flake8 (<3) ; extra == 'tests',flake8-quotes ; extra == 'tests',mock ; extra == 'tests']",2019-06-19 15:18:32.719271 UTC,,, | |
django-admin-numeric-filter,11197,0.1.9,,MIT,https://github.com/lukasvinclav/django-admin-numeric-filter,>=3.6,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]",[django (>=3.2)],2023-02-16 07:54:12.500193 UTC,,, | |
django-lockdown,11196,4.0.0,Carl Meyer,,https://github.com/Dunedan/django-lockdown/,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1]",[Django (>=2.2)],2021-02-14 07:05:23.264989 UTC,,, | |
django-json-api,11187,1.2.1,Sharework,,https://github.com/share-work/django-json-api,>=3.8,"[Programming Language :: Python :: 3.8,License :: OSI Approved :: MIT License,Operating System :: OS Independent]","[djangorestframework-jsonapi (>=6.0.0),djangorestframework (>=3.14.0),python-dateutil (>=2.8.2),black (==22.3.0) ; extra == 'all',coverage (==5.4) ; extra == 'all',django-coverage-plugin (==1.8.0) ; extra == 'all',flake8 (==3.8.4) ; extra == 'all',isort (==5.7.0) ; extra == 'all',pre-commit (==2.10.0) ; extra == 'all',pytest-cov (==2.11.1) ; extra == 'all',pytest-django (==4.5.2) ; extra == 'all',pytest (==7.2.1) ; extra == 'all',requests-mock (==1.8.0) ; extra == 'all',testfixtures (==6.17.1) ; extra == 'all',black (==22.3.0) ; extra == 'dev',coverage (==5.4) ; extra == 'dev',django-coverage-plugin (==1.8.0) ; extra == 'dev',flake8 (==3.8.4) ; extra == 'dev',isort (==5.7.0) ; extra == 'dev',pre-commit (==2.10.0) ; extra == 'dev',pytest-cov (==2.11.1) ; extra == 'dev',pytest-django (==4.5.2) ; extra == 'dev',pytest (==7.2.1) ; extra == 'dev',requests-mock (==1.8.0) ; extra == 'dev',testfixtures (==6.17.1) ; extra == 'dev']",2023-06-05 14:10:21.578158 UTC,,, | |
django-cogwheels,11171,0.3,Andy Babic,MIT,https://github.com/ababic/django-cogwheels/,>=3.4,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Intended Audience :: Developers,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Python Modules]","[Django (<2.1,>=2.0) ; extra == 'development',ipdb ; extra == 'development',werkzeug ; extra == 'development',django-extensions ; extra == 'development',pyenchant (>=2.0) ; extra == 'docs',Sphinx (>=1.7.4) ; extra == 'docs',sphinxcontrib-spelling (>=1.4) ; extra == 'docs',sphinx-rtd-theme (>=0.3) ; extra == 'docs',coverage ; extra == 'testing']",2019-10-30 22:14:18.342583 UTC,,, | |
django-attachments,11105,1.11,Martin Mahner,MIT,https://github.com/bartTC/django-attachments,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Framework :: Django]","[django (>=1.11),six,mock,pytest ; extra == 'test',pytest-cov ; extra == 'test',pytest-django ; extra == 'test',pytest-flakes ; extra == 'test']",2023-04-20 07:54:55.574057 UTC,,, | |
django-otp-yubikey,11099,1.0.1,Peter Sagerson,BSD,https://github.com/django-otp/django-otp-yubikey,,"[Development Status :: 5 - Production/Stable,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Topic :: Security,Topic :: Software Development :: Libraries :: Python Modules,Framework :: Django]","[django-otp (>=1.0.0),YubiOTP (>=0.2.2)]",2021-11-29 19:13:32.947479 UTC,,, | |
django-inline-actions,11066,2.4.0,Alexander Frenzel,BSD-3-Clause,https://github.com/escaped/django-inline-actions,">=3.6.1,<4.0","[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Software Development :: Libraries :: Python Modules]",[django (>=2.0)],2021-02-08 21:12:32.647243 UTC,,, | |
django-probes,11053,1.7.0,Peter Bittner,,https://github.com/painless-software/django-probes,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Programming Language :: Python,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10]",[],2022-08-11 20:23:12.643706 UTC,,, | |
wagtail-markdown,10976,0.12.0,,,,>=3.8,"[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,Operating System :: OS Independent,License :: OSI Approved :: zlib/libpng License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Framework :: Wagtail,Framework :: Wagtail :: 5,Framework :: Wagtail :: 6]","[Wagtail>=5.2,Markdown>=3.3,<4,bleach>=3.3,<5,tox>=4.6.4,<5 ; extra == ""testing"",coverage>=7.0,<8.0 ; extra == ""testing""]",2024-03-01 10:24:52.800920 UTC,,, | |
django-fake-model,10964,0.1.4,Kirill Ermolov,BSD,https://github.com/erm0l0v/django-fake-model,,"[Development Status :: 3 - Alpha,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4]",[],2016-02-08 11:41:12.846204 UTC,,, | |
django-languages-plus,10915,2.1.1,Andrew Cordery,MIT,https://github.com/cordery/django-languages-plus,">=3.8,<4","[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]","[django (>=3.2,<6),django-countries-plus (>2)]",2024-01-11 11:41:56.556238 UTC,,, | |
django-openid-auth,10909,0.17,Canonical Ltd,BSD,https://launchpad.net/django-openid-auth,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Topic :: Software Development :: Libraries :: Python Modules]","[django (>=2.2),python3-openid]",2022-08-17 15:29:44.852696 UTC,,, | |
django-database-view,10905,0.3.0,Manuel F. Naranjo,MIT,https://github.com/manuelnaranjo/django-database-view,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.2,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2021-09-08 08:41:27.017042 UTC,,, | |
django-bulk-sync,10879,3.3.0,Scott Stafford,,https://github.com/mathandpencil/django-bulk-sync,,"[Programming Language :: Python :: 3,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3,Framework :: Django :: 4]",[],2022-03-22 14:34:52.328393 UTC,,, | |
djangorestframework-jsonp,10858,1.0.2,José Padilla,BSD,https://github.com/jpadilla/django-rest-framework-jsonp,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Topic :: Internet :: WWW/HTTP]",[],2015-09-10 22:01:40.820766 UTC,,, | |
djangorestframework-jsonp,10858,1.0.2,José Padilla,BSD,https://github.com/jpadilla/django-rest-framework-jsonp,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Topic :: Internet :: WWW/HTTP]",[],2015-09-10 22:01:40.820766 UTC,,, | |
django-measurement,10845,3.2.4,Adam Coddington,MIT,https://github.com/coddingtonbear/django-measurement,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Topic :: Utilities,Topic :: Scientific/Engineering,Topic :: Scientific/Engineering :: Astronomy,Topic :: Scientific/Engineering :: Atmospheric Science,Topic :: Scientific/Engineering :: Chemistry,Topic :: Scientific/Engineering :: GIS,Topic :: Scientific/Engineering :: Mathematics,Topic :: Scientific/Engineering :: Physics,Topic :: Software Development :: Localization]","[django (>=2.2),django-appconf (>=1.0.2),measurement (<4.0,>=1.6)]",2022-02-28 08:22:42.353362 UTC,,, | |
django-apptemplates,10812,1.5,Konrad Wojas,MIT,https://github.com/bittner/django-apptemplates,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 1.4,Framework :: Django :: 1.5,Framework :: Django :: 1.6,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Internet :: WWW/HTTP :: WSGI,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]",[],2020-03-11 00:24:06.860276 UTC,,, | |
django-sniplates,10788,0.7.2,,"The MIT License (MIT) Copyright (c) 2014 Curtis Maloney Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[django >=3.0.5,isort ; extra == 'test',pytest ; extra == 'test',pytest-cov ; extra == 'test',pytest-django ; extra == 'test',pylint ; extra == 'test',pylint-pytest ; extra == 'test']",2023-08-22 07:12:20.143301 UTC,,, | |
django-privates,10785,2.0.0.post1,Sergei Maertens,,https://github.com/sergei-maertens/django-privates,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,Operating System :: Unix,Operating System :: MacOS,Operating System :: Microsoft :: Windows,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Software Development :: Libraries :: Python Modules]","[django >=3.2,django-sendfile2 >0.5,pytest-cov ; extra == 'coverage',sphinx ; extra == 'docs',sphinx-rtd-theme ; extra == 'docs',flake8 ; extra == 'pep8',twine ; extra == 'release',bump2version ; extra == 'release',Pillow ; extra == 'tests',pytest ; extra == 'tests',pytest-pythonpath ; extra == 'tests',pytest-django ; extra == 'tests',tox ; extra == 'tests',pyquery ; extra == 'tests',isort ; extra == 'tests',black ; extra == 'tests',django-stubs[compatible-mypy] ; extra == 'tests']",2024-03-01 10:30:45.983224 UTC,,, | |
django-composite-foreignkey,10784,1.0.0a10,Darius BERNARD,GNU GENERAL PUBLIC LICENSE,https://github.com/onysos/django-composite-foreignkey,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: GNU General Public License v3 (GPLv3),Operating System :: OS Independent,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.2,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Topic :: Software Development :: Libraries,Topic :: Utilities]",[],2016-04-20 09:56:33.304930 UTC,,, | |
django-clickhouse,10784,1.2.1,Carrot quest,"BSD 3-clause ""New"" or ""Revised"" License",https://github.com/carrotquest/django-clickhouse,,[],"[celery,Django (>=1.7),infi.clickhouse-orm,statsd,pytz ; python_version < ""3.3"",typing ; python_version < ""3.5""]",2022-10-20 08:52:46.114367 UTC,,, | |
django-simple-certmanager,10753,1.4.1,Maykin Media,MIT,https://github.com/maykinmedia/django-simple-certmanager,>=3.7,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Intended Audience :: Developers,Operating System :: Unix,Operating System :: MacOS,Operating System :: Microsoft :: Windows,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Software Development :: Libraries :: Python Modules]","[django >=3.2,django-privates >=1.5,pyopenssl >=22,cryptography >=35,certifi,pytest-cov ; extra == 'coverage',sphinx ; extra == 'docs',sphinx-rtd-theme ; extra == 'docs',flake8 ; extra == 'pep8',bump2version ; extra == 'release',twine ; extra == 'release',pytest ; extra == 'tests',pytest-django ; extra == 'tests',pyquery ; extra == 'tests',tox ; extra == 'tests',isort ; extra == 'tests',black ; extra == 'tests',flake8 ; extra == 'tests',freezegun ; extra == 'tests',factory-boy ; extra == 'testutils']",2023-10-10 09:57:31.463466 UTC,,, | |
django-vinaigrette,10732,2.0.1,Ecometrica Ltd,,https://github.com/ecometrica/django-vinaigrette/,,"[Development Status :: 4 - Beta,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,License :: OSI Approved :: BSD License,Operating System :: POSIX,Programming Language :: Python,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Topic :: Software Development :: Internationalization]",[],2020-01-10 19:38:22.857817 UTC,,, | |
django-location-field,10717,2.7.3,Caio Ariede,MIT,http://github.com/caioariede/django-location-field,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Framework :: Django,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]",[],2023-11-21 14:20:59.132395 UTC,,, | |
django-daterangefilter,10653,1.0.0,Andrey Novikov,MIT,https://github.com/andreynovikov/django-daterangefilter/tree/master,,"[Development Status :: 5 - Production/Stable,Framework :: Django,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 3]",[],2019-01-21 12:33:22.575901 UTC,,, | |
django-easy-pdf3,10618,0.1.4,Filip Wasilewski,MIT,https://github.com/olksndrdevhub/django-easy-pdf3,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Natural Language :: English,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Software Development :: Libraries :: Python Modules]","[django (>=2.0),xhtml2pdf (>=0.2b1),reportlab (>=3)]",2021-12-12 13:19:45.542270 UTC,,, | |
django-zen-queries,10571,2.1.0,DabApps,BSD,https://github.com/dabapps/django-zen-queries,>=3.6,[],[Django (>=2.2)],2021-07-27 10:31:56.947572 UTC,,, | |
mock-django,10552,0.6.10,David Cramer,Apache License 2.0,http://github.com/dcramer/mock-django,,[],[],2016-02-09 19:15:30.956270 UTC,,, | |
django-socio-grpc,10438,0.20.3,Adrien Montagu,Apache-2.0,,">=3.8,<4.0","[License :: OSI Approved :: Apache Software License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]","[django (>=2.2),djangorestframework,grpcio-tools (>=1.50.0,<2.0.0),lark-parser (>=0.12.0,<0.13.0)]",2023-12-22 18:08:43.646012 UTC,,, | |
django-reset-migrations,10401,0.4.0,valdergallo,Apache Version 2,https://github.com/valdergallo/django_reset_migrations,,"[Framework :: Django,Operating System :: OS Independent,Topic :: Utilities]",[],2020-01-09 13:01:53.870469 UTC,,, | |
django-db-views,10344,0.1.6,Bartłomiej Nowak and Mariusz Okulanis,MIT,https://github.com/BezBartek/django-db-views,,"[License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[Django,six]",2023-12-03 00:29:06.725546 UTC,,, | |
django-request-cache,10233,1.4.0,Harald Nezbeda,MIT,https://github.com/anexia/django-request-cache,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[django-userforeignkey],2022-12-23 10:39:17.962168 UTC,,, | |
django-hstore,10227,1.4.2,Djangonauts Organization,BSD,https://github.com/djangonauts/django-hstore,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2016-04-02 21:10:21.234708 UTC,,, | |
django-hstore,10227,1.4.2,Djangonauts Organization,BSD,https://github.com/djangonauts/django-hstore,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2016-04-02 21:10:21.234708 UTC,,, | |
django-typomatic,10215,2.4.2,Aden Herold,,https://github.com/adenh93/django-typomatic,,[],"[django,djangorestframework]",2023-09-13 22:12:25.282380 UTC,,, | |
django-drf-filepond,10205,0.5.0,Jeremy Cohen,BSD 3-Clause,https://github.com/ImperialCollegeLondon/django-drf-filepond,,"[Operating System :: OS Independent,Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Software Development :: Libraries :: Python Modules]","[requests (>=2.20.1),six (>=1.14.0),Django (<2.0.0,>=1.11.29) ; python_version == ""2.7"",djangorestframework (==3.9.4) ; python_version == ""2.7"",shortuuid (==0.5.0) ; python_version == ""2.7"",django-storages (==1.9.1) ; python_version == ""2.7"",Django (<3.0.0,>=2.2.25) ; python_version == ""3.5"",djangorestframework (>=3.11.2) ; python_version >= ""3.5"",shortuuid (>=0.5.0) ; python_version >= ""3.5"",django-storages (>=1.9.1) ; python_version >= ""3.5"",Django (>=2.2.25) ; python_version >= ""3.6""]",2022-12-05 19:55:12.332773 UTC,,, | |
django-trench,10144,0.3.1,Merixstudio,MIT License,https://github.com/merixstudio/django-trench,,"[Framework :: Django,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]","[pyotp (>=2.6.0),twilio (>=6.56.0),yubico-client (>=1.13.0),smsapi-client (>=2.4.5),sphinx (>=1.4) ; extra == 'docs',sphinx-rtd-theme ; extra == 'docs']",2022-05-24 20:33:34.009436 UTC,,, | |
django-authlib,10057,0.16.4,,MIT,,>=3.9,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[requests-oauthlib,coverage; extra == 'tests',requests-mock; extra == 'tests']",2023-10-02 10:03:02.600676 UTC,,, | |
django-csp-reports,10043,1.9.0,Adam Alton,,https://github.com/adamalton/django-csp-reports,>=3.4,"[License :: OSI Approved :: MIT License,Framework :: Django,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[django <5.0,>=2.2,isort ; extra == 'quality',flake8 ; extra == 'quality',coverage ; extra == 'test']",2023-11-30 15:06:48.718776 UTC,,, | |
django-db-file-storage,10022,0.5.6.1,"Aagam Sheth, Victor Oliveira da Silva",,https://github.com/victor-o-silva/db_file_storage,,"[Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 4.0,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10]",[Django],2024-01-30 10:36:55.558356 UTC,,, | |
django-error-report-2,10006,0.4.2,M Hassan Siddiqui,BSD License,https://github.com/matmair/django-error-report-2,,"[Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Framework :: Django]",[Django >=1.7],2023-08-05 23:05:49.641996 UTC,,, | |
django-debugtools,9989,2,Diederik van der Boor,Apache 2.0,https://github.com/edoburu/django-debugtools,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Topic :: Software Development :: Debuggers]",[],2021-11-16 21:47:49.881378 UTC,,, | |
django-address,9877,0.2.6,Luke Hodkinson,BSD,https://github.com/furious-luke/django-address,>=3.5,"[Development Status :: 3 - Alpha,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,License :: Other/Proprietary License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]",[Django (>=2.1)],2022-02-27 05:05:07.044222 UTC,,, | |
django-mirage-field,9853,1.0.1,tcitry,MIT License,https://github.com/luojilab/django-mirage-field,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.6,Topic :: Internet :: WWW/HTTP]","[cryptography,tqdm]",2020-01-09 11:39:48.637349 UTC,,, | |
wagtail-cache,9830,2.4.0,CodeRed LLC,BSD license,https://github.com/coderedcorp/wagtail-cache,,"[Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Framework :: Django,Framework :: Wagtail,Framework :: Wagtail :: 3,Framework :: Wagtail :: 4,Framework :: Wagtail :: 5]","[wagtail <7,>=3.0]",2024-02-14 22:54:21.971419 UTC,,, | |
django-trackings,9824,0.6.2a0,Tidiane Dia,BSD-3-Clause,https://github.com/tijani-dia/dj-tracker/,>=3.8,"[Development Status :: 3 - Alpha,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only]","[django (>=3.2),django-filter,Cython (>=3.0.0b2) ; extra == 'dev',autoflake ; extra == 'dev',black (>=23.1) ; extra == 'dev',factory-boy ; extra == 'dev',flake8 ; extra == 'dev',isort ; extra == 'dev',pytailwindcss ; extra == 'dev',mkdocs ; extra == 'docs',mkdocs-material ; extra == 'docs',factory-boy ; extra == 'test']",2023-05-10 18:24:07.082166 UTC,,, | |
djangocms-page-meta,9796,1.4.4,Iacopo Spalletti,BSD,https://github.com/nephila/djangocms-page-meta,>=3.9,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Programming Language :: Python :: 3,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[django-cms <4.0,>=3.7,django-meta >=2.4.0,django-filer >=3.0,django <5.0 ; extra == 'docs',sphinx <6,>2 ; extra == 'docs',djangocms-page-tags ; extra == 'docs']",2024-01-16 11:46:57.214288 UTC,,, | |
django-bootstrap3-datetimepicker-2,9783,2.8.3,Nakahara Kunihiko/Samuel Colvin,Apache License 2.0,https://github.com/samuelcolvin/django-bootstrap3-datetimepicker,,"[Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 3,Operating System :: OS Independent,Topic :: Software Development :: Libraries,Topic :: Utilities,Environment :: Web Environment,Framework :: Django]",[],2022-08-08 13:41:37.696355 UTC,,, | |
django-pagedown,9632,2.2.1,Timmy O'Mahony,LICENSE.txt,https://github.com/timmyomahony/django-pagedown,,"[Intended Audience :: Developers,Topic :: Text Editors,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Programming Language :: Python :: 3,Programming Language :: Python :: 3.2,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]","[Django (>=2.1),Pillow]",2021-07-30 19:50:53.503712 UTC,,, | |
django-bootstrap-icons,9575,0.8.7,Christian Wiegand,MIT,https://github.com/christianwgd/django-bootstrap-icons,>=3.6,"[Programming Language :: Python :: 3,License :: OSI Approved :: MIT License,Operating System :: OS Independent]","[django,defusedxml,requests]",2023-12-05 10:08:03.592731 UTC,,, | |
django-eb-sqs-worker,9563,0.5.0,Alexey Strelkov,,https://github.com/DataGreed/django-eb-sqs-worker/,>=3.6,"[Programming Language :: Python :: 3,License :: OSI Approved :: MIT License,Operating System :: OS Independent]","[boto3 (>=1.10.28),botocore (>=1.17.5),Django (>=2.2),docutils (>=0.15.2),jmespath (>=0.10.0),python-dateutil (>=2.8.1),pytz (>=2020.1),s3transfer (>=0.3.3),six (>=1.15.0),urllib3 (>=1.25.9)]",2020-09-23 19:51:41.370776 UTC,,, | |
django-aesfield,9547,4.0.0,Andy McKay,BSD,https://github.com/andymckay/django-aesfield,,"[Development Status :: 5 - Production/Stable,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Intended Audience :: Developers,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Security :: Cryptography,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: Implementation :: CPython,Framework :: Django]","[Django (<5.0,>=3.2),m2secret-py3 (>=1.3),pytest (==7.1.2) ; extra == 'tests',pytest-django (==4.5.2) ; extra == 'tests']",2022-11-24 18:50:10.588150 UTC,,, | |
django-prices,9541,2.3.0,Mirumee Software,BSD,https://github.com/mirumee/django-prices,,"[Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]","[Babel (>=2.2),Django (<5,>=3.0),enmerkar (>=0.7.1),prices (>=1.0.0)]",2022-08-29 13:39:30.978069 UTC,,, | |
django-pydantic-field,9537,0.3.3,,"MIT License Copyright (c) 2023 Savva Surenkov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",,>=3.7,"[Development Status :: 4 - Beta,Intended Audience :: Developers,Framework :: Django,Framework :: Django :: 3,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Framework :: Pydantic,Framework :: Pydantic :: 1,Framework :: Pydantic :: 2,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]","[pydantic <3,>=1.10,django <6,>=3.1,typing-extensions,mysqlclient >=2.1 ; extra == 'ci',psycopg2-binary <3,>=2.7 ; (python_version < ""3.9"") and extra == 'ci',psycopg[binary] <4,>=3.1 ; (python_version >= ""3.9"") and extra == 'ci',coreapi ; extra == 'coreapi',build ; extra == 'dev',black ; extra == 'dev',isort ; extra == 'dev',mypy ; extra == 'dev',pytest ~=7.4 ; extra == 'dev',djangorestframework <4,>=3.11 ; extra == 'dev',django-stubs[compatible-mypy] ~=4.2 ; extra == 'dev',djangorestframework-stubs[compatible-mypy] ~=3.14 ; extra == 'dev',pytest-django <5,>=4.5 ; extra == 'dev',uritemplate ; extra == 'openapi',django-pydantic-field[coreapi,openapi] ; extra == 'test',dj-database-url ~=2.0 ; extra == 'test',djangorestframework <4,>=3 ; extra == 'test',pyyaml ; extra == 'test',syrupy <5,>=3 ; extra == 'test']",2024-02-02 20:21:50.771216 UTC,,, | |
django-tempus-dominus,9516,5.1.2.17,Tim Allen,,https://github.com/FlipperPA/django-tempus-dominus,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3 :: Only,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3,Framework :: Django :: 4,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[django],2022-03-21 14:42:14.108341 UTC,,, | |
django-tz-detect,9513,0.4.0,Adam Charnock,MIT License,http://github.com/adamcharnock/django-tz-detect,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[django (>=2.2),pytz]",2022-02-12 18:21:41.386292 UTC,,, | |
django-pattern-library,9461,1.2.0,Ben Dickinson,BSD-3-Clause,https://github.com/torchbox/django-pattern-library,">=3.8,<4.0","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]","[Django (>=3.2,<5.1),PyYAML (>=5.1,<7.0),Markdown (>=3.1,<4.0)]",2024-01-16 12:48:27.459331 UTC,,, | |
django-neomodel,9407,0.1.1,,MIT,,>=3.7,"[Development Status :: 4 - Beta,Intended Audience :: Developers,Operating System :: OS Independent,License :: OSI Approved :: MIT License,Programming Language :: Python,Topic :: Software Development :: Libraries :: Python Modules,Programming Language :: Python :: 3,Topic :: Database]","[neomodel ~=5.1.0,django >=2.2,pytest >=7.1 ; extra == 'dev',pytest-django >=3.10.0 ; extra == 'dev',pytest-cov >=4.0 ; extra == 'dev']",2023-08-21 12:46:48.274856 UTC,,, | |
django-webpush,9407,0.3.5,Safwan Rahman,GNU Public License,https://www.github.com/safwanrahman/django-webpush,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.8,Intended Audience :: Developers,License :: OSI Approved :: GNU General Public License v3 (GPLv3),Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[pywebpush (==1.9.4)],2023-03-14 17:59:19.226581 UTC,,, | |
django-admin-searchable-dropdown,9406,1.2,Ashish Yadav,,https://github.com/whoisashish/django-admin-searchable-dropdown,,"[Framework :: Django,Framework :: Django :: 2.0,Intended Audience :: Developers,License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3),Operating System :: OS Independent,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Python Modules]",[django (>=2.0)],2021-09-03 12:04:01.671547 UTC,,, | |
django-enumchoicefield,9397,3.0.0,Tim Heap,BSD License,https://github.com/timheap/django-enumchoicefield,,"[Environment :: Web Environment,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Framework :: Django,License :: OSI Approved :: BSD License]",[Django (>=2.0)],2022-03-20 11:00:08.059781 UTC,,, | |
django-log-outgoing-requests,9374,0.6.1,Maykin Media,MIT,https://github.com/maykinmedia/django-log-outgoing-requests,,"[Development Status :: 3 - Alpha,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,Operating System :: Unix,Operating System :: MacOS,Operating System :: Microsoft :: Windows,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Software Development :: Libraries :: Python Modules]","[django >=3.2,requests,django-appconf,django-solo,celery ; extra == 'celery',pytest-cov ; extra == 'coverage',sphinx ; extra == 'docs',sphinx-rtd-theme ; extra == 'docs',flake8 ; extra == 'pep8',bump2version ; extra == 'release',twine ; extra == 'release',pytest ; extra == 'tests',pytest-django ; extra == 'tests',pytest-mock ; extra == 'tests',pyquery ; extra == 'tests',tox ; extra == 'tests',isort ; extra == 'tests',black ; extra == 'tests',flake8 ; extra == 'tests',freezegun ; extra == 'tests',requests-mock ; extra == 'tests']",2024-02-12 10:38:07.460134 UTC,,, | |
django-requests-debug-toolbar,9373,0.0.7,Marcel Tschopp,MIT,https://github.com/marceltschoppch/django-requests-debug-toolbar,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Intended Audience :: Developers,Operating System :: OS Independent,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]",[django-debug-toolbar >=2.2],2024-01-31 07:18:12.734348 UTC,,, | |
django-richtextfield,9349,1.1,Jaap Roes,MIT,https://github.com/jaap3/django-richtextfield,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Programming Language :: Python :: 2,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4]",[],2016-01-14 09:36:50.749527 UTC,,, | |
django-oidc-provider,9348,0.8.2,Juan Ignacio Fiorentino,MIT License,http://github.com/juanifioren/django-oidc-provider,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[pyjwkest (>=1.3.0)],2023-12-15 19:19:58.444501 UTC,,, | |
django-nece,9326,0.11,Can Mustafa Özdemir,BSD License,https://github.com/polyconseil/django-nece,,"[Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Database,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Text Processing :: Linguistic]","[Django (>=2.2),django-admin-json-editor ; extra == 'admin',psycopg2 (>=2.8.1) ; extra == 'psycopg2',psycopg2-binary (>=2.8.1) ; extra == 'psycopg2_binary']",2021-05-10 17:09:11.250791 UTC,,, | |
django-capture-on-commit-callbacks,9275,1.11.0,Adam Johnson,MIT,https://github.com/adamchainz/django-capture-on-commit-callbacks,>=3.7,"[Development Status :: 5 - Production/Stable,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10]",[Django (>=3.2)],2022-05-10 12:22:51.753387 UTC,,, | |
djangorestframework-recaptcha,9239,0.2.0,Maximilien Raulic,MIT,https://github.com/Maximilien-R/django-rest-framework-recaptcha,,"[Development Status :: 3 - Alpha,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7]","[django (>=1.10),djangorestframework (>=3),django-appconf,django-ipware (>=2.0.2),pytz,xenon (==0.5.4); extra == 'complexity',Sphinx (==1.7.5); extra == 'documentation',black (==18.6b2); extra == 'formatting',twine (==1.11.0); extra == 'publishing',flake8 (==3.5.0); extra == 'style',pytest (==3.6.1); extra == 'testing',pytest-cov (==2.5.1); extra == 'testing',pytest-django (==3.3.0); extra == 'testing',tox (==3.0.0); extra == 'testing',bumpversion (==0.5.3); extra == 'versioning']",2018-12-22 11:31:54.598523 UTC,,, | |
django-auto-prefetch,9184,1.8.0,Gordon Wrigley,BSD-3-Clause,https://github.com/tolomea/django-auto-prefetch,>=3.8,"[Development Status :: 5 - Production/Stable,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: Implementation :: CPython,Typing :: Typed]",[Django >=3.2],2023-10-11 09:39:34.860644 UTC,,, | |
django-ulid,9182,0.0.4,Andrew Hawker,Apache 2.0,https://github.com/ahawker/django-ulid,>=3.5,"[Development Status :: 4 - Beta,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Software Development :: Libraries :: Python Modules]","[Django (>=2.1),ulid-py (>=0.1.0)]",2020-06-17 23:25:59.595987 UTC,,, | |
django-user-visit,9164,2,YunoJuno,MIT,https://github.com/yunojuno/django-user-visit,">=3.8,<4.0","[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.12]","[django (>=3.2,<6.0),user-agents (>=2.1,<3.0)]",2023-11-07 15:12:07.132410 UTC,,, | |
django-selectable,9121,1.4.0,Mark Lavin,BSD,https://github.com/mlavin/django-selectable,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2023-06-22 11:34:15.794926 UTC,,, | |
django-jsonfield-compat,9111,0.4.4,Keith Bussell,,http://github.com/kbussell/django-jsonfield-compat/,,"[Framework :: Django,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3]",[],2017-03-25 21:35:25.731184 UTC,,, | |
django-sans-db,9108,1.2.0,Charlie Denton,MIT,https://github.com/meshy/django-sans-db,">=3.7,<4.0","[Development Status :: 3 - Alpha,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Database,Topic :: Utilities]",[],2022-10-23 17:16:19.645050 UTC,,, | |
django-chunked-upload,9096,2.0.0,Julio M Alegria,MIT-Zero,https://github.com/juliomalegria/django-chunked-upload,,[],[],2019-12-15 19:15:13.251230 UTC,,, | |
django-yubin,9090,2.0.3,Antoni Aloy,,http://github.com/APSL/django-yubin,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2]","[celery <5.3,>=5.0,mail-parser,pytz]",2024-01-09 16:04:21.154204 UTC,,, | |
django-extra-settings,9088,0.12.0,,"MIT License Copyright (c) 2020-present Fabio Caccamo Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Software Development :: Build Tools]",[jsonfield >=3.0.0],2024-02-27 11:38:46.188032 UTC,,, | |
django-oso,9076,0.27.0,"Oso Security, Inc.",,https://www.osohq.com/,>=3.7,"[Development Status :: 4 - Beta,Programming Language :: Python :: 3.7,License :: OSI Approved :: Apache Software License]","[oso (~=0.27.0),django (>=2.2)]",2023-04-03 23:57:02.532342 UTC,,, | |
django-auto-logout,9053,0.5.1,Georgy Bazhukov,BSD,https://github.com/bugov/django-auto-logout,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10]",[],2022-12-26 15:22:57.333304 UTC,,, | |
wagtail-font-awesome-svg,9034,1.0.1,Coen van der Kamp,,https://github.com/wagtail-nest/wagtail-font-awesome-svg,>=3.7,"[Development Status :: 3 - Alpha,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: SIL Open Font License 1.1 (OFL-1.1),License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Framework :: Django,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Wagtail,Framework :: Wagtail :: 4,Framework :: Wagtail :: 5,Topic :: Internet :: WWW/HTTP :: Site Management]",[],2023-10-04 10:58:09.069225 UTC,,, | |
wagtail-headless-preview,9003,0.8.0,,,,>=3.8,"[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,Operating System :: OS Independent,License :: OSI Approved :: BSD License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Framework :: Wagtail,Framework :: Wagtail :: 4,Framework :: Wagtail :: 5,Framework :: Wagtail :: 6,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[Wagtail>=4.1,django-cors-headers ; extra == ""testing"",tox>=4 ; extra == ""testing"",coverage[toml]>=7.0,<8.0 ; extra == ""testing""]",2024-02-23 15:53:43.904476 UTC,,, | |
django-angular,8964,2.3.1,Jacob Rief,MIT,https://github.com/jrief/django-angular,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Topic :: Software Development :: Libraries :: Python Modules,Development Status :: 5 - Production/Stable,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1]",[django >=2.1],2023-11-13 22:42:39.687997 UTC,,, | |
django-cluster-redis,8964,1.0.5,Gabriel de Forest,,https://github.com/deforestg/django-cluster-redis,,[],"[Django (>=1.8.1),django-redis (>=4.7.0)]",2018-01-31 20:39:01.055140 UTC,,, | |
django-method-override,8946,1.0.4,LocalMed,MIT,https://gitlab.com/localmed/django-method-override,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Topic :: Internet :: WWW/HTTP]",[django (>=2.0)],2020-01-06 20:13:37.993722 UTC,,, | |
django-markdown,8941,0.8.4,,,,,[],[],2014-12-14 09:33:50.176644 UTC,,, | |
django-markdown,8941,0.8.4,,,,,[],[],2014-12-14 09:33:50.176644 UTC,,, | |
django-polymodels,8940,1.8.0,Simon Charette,MIT License,https://github.com/charettes/django-polymodels,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Software Development :: Libraries :: Python Modules]",[Django (>=3.2)],2023-04-25 15:00:14.914226 UTC,,, | |
django-db-mutex,8919,3.1.0,Wes Kendall,MIT,http://github.com/ambitioninc/django-db-mutex/,,"[Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2]",[Django (>=3.2)],2023-06-28 20:35:18.581094 UTC,,, | |
django-zxcvbn-password,8876,2.1.1,Timothee Mazzucotelli,ISC,https://github.com/Pawamoy/django-zxcvbn-password,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: ISC License (ISCL),Operating System :: Unix,Framework :: Django,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: Implementation :: PyPy,Topic :: Utilities]",[zxcvbn],2021-12-16 19:23:02.447156 UTC,,, | |
django-select2-rocks,8805,0.9.0,Stéphane Raimbault,BSD License,,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2023-12-19 18:05:06.179495 UTC,,, | |
django-admin-row-actions,8781,0.10.0,Andy Baker,,https://pypi.org/project/django-admin-row-actions/,,"[Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]",[],2023-10-06 08:41:20.020412 UTC,,, | |
django-cockroachdb,8755,5,,Apache Software License,https://github.com/cockroachdb/django-cockroachdb,>=3.8,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 5.0,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]",[],2023-12-12 01:20:20.437058 UTC,,, | |
django-minio-backend,8734,3.5.0,Kristof Daja (theriverman),MIT License | Copyright (c) 2023 Kristof Daja,https://github.com/theriverman/django-minio-backend,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Content Management System,Topic :: Internet :: WWW/HTTP :: WSGI :: Application]","[Django (>=2.2.2),minio (>=7.0.2)]",2023-03-26 20:06:46.697337 UTC,,, | |
django-require-login,8682,1.1.4,Steven Pate,BSD-3-Clause,https://github.com/laactech/django-require-login,">=3.10,<4.0","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]",[django (>=4.2)],2024-02-06 15:01:37.059606 UTC,,, | |
django-geojson,8645,4.0.0,Mathieu Leplatre,"LPGL, see LICENSE file.",https://github.com/makinacorpus/django-geojson,>=3.5,"[Topic :: Utilities,Natural Language :: English,Operating System :: OS Independent,Intended Audience :: Developers,Environment :: Web Environment,Framework :: Django,Development Status :: 5 - Production/Stable,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8]","[Django (>=3.2),sphinx ; extra == 'docs',sphinx-autobuild ; extra == 'docs',django-leaflet (>=0.12) ; extra == 'field']",2022-10-17 09:10:13.421896 UTC,,, | |
django-digid-eherkenning,8631,0.12.0,Maykin Media,MIT,https://github.com/maykinmedia/django-digid-eherkenning,,"[Development Status :: 4 - Beta,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,Operating System :: Unix,Operating System :: MacOS,Operating System :: Microsoft :: Windows,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Software Development :: Libraries :: Python Modules]","[cryptography >=40.0.0,django >=3.2.0,django-sessionprofile,django-simple-certmanager,django-solo,lxml >=4.7.1,furl,maykin-python3-saml >=1.16.0,pytest-cov ; extra == 'coverage',sphinx ; extra == 'docs',sphinx-rtd-theme ; extra == 'docs',flake8 ; extra == 'pep8',bump2version ; extra == 'release',twine ; extra == 'release',django-test-migrations ; extra == 'tests',pytest ; extra == 'tests',pytest-django ; extra == 'tests',responses ; extra == 'tests',freezegun ; extra == 'tests',tox ; extra == 'tests',isort ; extra == 'tests',black ; extra == 'tests']",2024-02-23 09:31:55.150507 UTC,,, | |
django-cache-machine,8589,1.0.0,Jeff Balogh,BSD,http://github.com/django-cache-machine/django-cache-machine,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Environment :: Web Environment :: Mozilla,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Software Development :: Libraries :: Python Modules]",[],2017-10-13 16:55:03.363087 UTC,,, | |
django-view-breadcrumbs,8511,2.5.1,Tonye Jack,,https://github.com/tj-django/django-view-breadcrumbs,>=3.6,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,Topic :: Internet :: WWW/HTTP,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2]","[Django,bump2version ; extra == 'deploy',readme-renderer[md] ; extra == 'deploy',git-changelog ; extra == 'deploy',twine ; extra == 'deploy',pip-tools ; extra == 'development',django-tables2 ; extra == 'development',django-bootstrap5 ; extra == 'development',django-filter ; extra == 'development',Django ; extra == 'development',tox ; extra == 'development',tox-gh-actions ; extra == 'development',coverage ; extra == 'development',pytest ; extra == 'development',pluggy >=0.7 ; extra == 'development',mock ; extra == 'development',codacy-coverage ; extra == 'development',Sphinx ; extra == 'development',Sphinx ; extra == 'docs',tox ; extra == 'test',tox-gh-actions ; extra == 'test',coverage ; extra == 'test',pytest ; extra == 'test',pluggy >=0.7 ; extra == 'test',mock ; extra == 'test',codacy-coverage ; extra == 'test']",2023-11-07 01:28:11.289785 UTC,,, | |
wagtail-generic-chooser,8469,0.6.1,Matthew Westcott,BSD,https://github.com/wagtail/wagtail-generic-chooser,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 3,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Wagtail,Framework :: Wagtail :: 4,Framework :: Wagtail :: 5]","[requests (<3.0,>=2.11.1)]",2023-11-03 20:55:16.138560 UTC,,, | |
django-cuser,8468,2017.3.16,Alireza Savand,,https://github.com/Alir3z4/django-cuser,,"[Development Status :: 5 - Production/Stable,Development Status :: 6 - Mature,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Software Development,Topic :: Software Development :: Libraries]",[],2017-03-16 07:55:18.764241 UTC,,, | |
django-redis-metrics,8337,2.2.0,,MIT,,>=3.8,"[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django]","[django,redis]",2023-08-08 20:42:08.582847 UTC,,, | |
wagtailfontawesome,8273,1.2.1,Alex Gleason,MIT,https://gitlab.com/alexgleason/wagtailfontawesome,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[Django (>=1.7.1),wagtail (>=1.4.0)]",2020-01-20 23:42:55.194641 UTC,,, | |
django-su,8258,0.9.0,Basil Shubin,MIT License,http://github.com/adamcharnock/django-su,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Intended Audience :: System Administrators,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2020-01-20 10:38:29.226470 UTC,,, | |
django-graphql-auth,8246,0.3.16,pedrobern,MIT,https://github.com/PedroBern/django-graphql-auth,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Framework :: Django,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0]","[Django (>=2.1.0),django-graphql-jwt (==0.3.0),django-filter (>=2.2.0),graphene-django (>=2.1.8),graphene (>=2.1.8),PyJWT (<2.0.0),black (==19.3b0) ; extra == 'dev',flake8 (==3.7.7) ; extra == 'dev',pytest (>=3.6.3) ; extra == 'dev',pytest-cov (>=2.4.0) ; extra == 'dev',pytest-django (>=3.1.2) ; extra == 'dev',coveralls ; extra == 'dev',pytest (>=3.6.3) ; extra == 'test',pytest-cov (>=2.4.0) ; extra == 'test',pytest-django (>=3.1.2) ; extra == 'test',coveralls ; extra == 'test']",2021-03-14 19:28:15.960784 UTC,,, | |
djantic,8147,0.7.0,Jordan Eremieff,MIT,https://github.com/jordaneremieff/djantic/,>=3.7,"[License :: OSI Approved :: MIT License,Operating System :: OS Independent,Framework :: Django,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10]",[],2022-04-14 11:07:43.718151 UTC,,, | |
django-smuggler,8117,1.0.4,Guilherme Gondim,GNU Lesser General Public License v3 or later (LGPLv3+),http://github.com/semente/django-smuggler,>=3.6,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+),Operating System :: OS Independent,Topic :: Software Development :: Libraries :: Python Modules,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8]",[],2022-02-03 13:30:53.734873 UTC,,, | |
django-rest-enumfield,8089,0.2.0,Serkan Hosca,MIT,https://github.com/shosca/django-rest-enumfield,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: Implementation :: CPython,Topic :: Internet :: WWW/HTTP]","[django,djangorestframework]",2019-08-30 23:54:08.882736 UTC,,, | |
django-unique-upload,8042,0.2.1,Andrew Conti,MIT,https://github.com/agconti/django-unique-upload,,"[Development Status :: 2 - Pre-Alpha,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Topic :: Internet :: WWW/HTTP]",[],2016-02-10 22:06:49.935187 UTC,,, | |
djangocms-apphook-setup,8026,0.5.1,Iacopo Spalletti,BSD,https://github.com/nephila/djangocms-apphook-setup,>=3.7,"[Intended Audience :: Developers,License :: OSI Approved :: BSD License,Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[django-cms <4.0,>=3.7]",2024-01-16 11:47:40.253830 UTC,,, | |
django4-inline-actions,8019,1.7,Alexander Frenzel,BSD-3-Clause,https://github.com/HiroshiFuu/django4-inline-actions,">=3.8,<4.0","[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Software Development :: Libraries :: Python Modules]","[django (>=3.0,<4.3)]",2023-09-04 15:45:15.301782 UTC,,, | |
wagtail-metadata,8012,5.0.0,Neon Jungle,BSD License,https://github.com/neon-jungle/wagtail-metadata,>=3,"[Environment :: Web Environment,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 3,Framework :: Django :: 3.2,Framework :: Django :: 4,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Wagtail,Framework :: Wagtail :: 5,License :: OSI Approved :: BSD License]",[wagtail >=5.0],2023-09-07 00:12:26.797284 UTC,,, | |
django-earthdistance,8003,1.1.3,Javier Cordero Martinez,Apache 2.0,https://github.com/jneight/django-earthdistance,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python,Topic :: Software Development :: Libraries :: Application Frameworks]",[django (>=1.8)],2022-05-12 14:05:52.246794 UTC,,, | |
django-manifest-loader,7987,1.0.0,Shonin,BSD-3-Clause,https://www.github.com/shonin/django-manifest-loader,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.1,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[django],2021-01-07 16:20:41.858936 UTC,,, | |
django-eveuniverse,7968,1.5.4,,,,>=3.8,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[celery>=4.0.2,celery_once>=3.0.1,django-bitfield>=2.2,django-esi>=4,django>=3.2,requests]",2023-12-16 21:22:39.241899 UTC,,, | |
django-admin-sso,7950,5.2.0,Marc Egli,BSD License,http://github.com/matthiask/django-admin-sso/,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[Django (>=3.2),oauth2client (>=1.2)]",2023-02-14 08:48:56.197612 UTC,,, | |
ariadne-django,7919,0.3.0,Lexria,BSD,https://github.com/reset-button/ariadne_django,,"[Development Status :: 2 - Pre-Alpha,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Software Development :: Libraries :: Python Modules]","[django (>=2.2.0),ariadne (>=0.13.0)]",2022-07-19 02:15:40.828999 UTC,,, | |
djangogrpcframework,7824,0.2.1,Shipeng Feng,,https://github.com/fengsp/django-grpc-framework,>=3.6,"[Development Status :: 4 - Beta,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3 :: Only]",[],2021-07-23 09:24:52.781623 UTC,,, | |
django-admin-views,7797,1.0.3,,"Copyright (c) Hugo Defrance 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: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. 3. Neither the name of django-admin-views 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 OWNER 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.",,>=3.9,"[Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Framework :: Django]","[django (>=3.2),black ; extra == 'dev',bumpver ; extra == 'dev',isort ; extra == 'dev']",2022-11-02 00:01:50.666961 UTC,,, | |
django-dynamic-db-router,7773,0.3.0,Erik Swanson,MIT,https://github.com/ambitioninc/django-dynamic-db-router,,"[Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5]",[],2016-12-02 21:49:23.459274 UTC,,, | |
django-admin-relation-links,7755,0.2.0,gitaarik,"LGPL licence, see LICENCE.txt",https://github.com/gitaarik/django-admin-relation-links/,,[],[],2019-04-16 13:05:34.131819 UTC,,, | |
django-baton,7749,3.1.0,abidibo,MIT License,http://github.com/otto-torino/django-baton,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Intended Audience :: System Administrators,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 4.0,Topic :: Software Development,Topic :: Software Development :: User Interfaces]",[],2024-02-21 11:38:33.036595 UTC,,, | |
django-payments,7744,2.0.0,Mirumee Software,,http://github.com/jazzband/django-payments,,"[Environment :: Web Environment,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]","[Django (>=2.2),requests (>=1.2.0),django-phonenumber-field[phonenumberslite] (>=5.0.0),braintree (>=3.14.0) ; extra == 'braintree',suds-community (>=0.6) ; extra == 'cybersource',sphinx-rtd-theme ; extra == 'docs',mercadopago (<3.0.0,>=2.0.0) ; extra == 'mercadopago',cryptography (>=1.1.0) ; extra == 'sagepay',xmltodict (>=0.9.2) ; extra == 'sofort',stripe (>=2.6.0) ; extra == 'stripe']",2023-02-26 11:24:48.885075 UTC,,, | |
django-rest-hooks,7711,1.5.0,Bryan Helmig,,http://github.com/zapier/django-rest-hooks,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 3,Topic :: Utilities]","[Django (>=1.4),requests]",2017-12-19 04:12:41.230118 UTC,,, | |
django-template-partials,7701,23.4,,,,,"[License :: OSI Approved :: MIT License,Development Status :: 4 - Beta,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django,Framework :: Django :: 4.2,Framework :: Django :: 5.0]","[Django,Sphinx ; extra == ""docs"",coverage ; extra == ""tests"",django_coverage_plugin ; extra == ""tests""]",2023-11-20 09:40:01.382594 UTC,,, | |
django-getenv,7700,1.3.2,David Murphy,BSD,http://github.com/schwuk/django-getenv,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 2,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3]",[],2017-04-15 22:04:14.165700 UTC,,, | |
django-pgcrypto,7688,2.0.0,Dan Watson,BSD,https://github.com/dcwatson/django-pgcrypto,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Programming Language :: Python :: 2,Programming Language :: Python :: 3,Topic :: Database]",[cryptography],2020-08-22 01:59:14.051743 UTC,,, | |
django-fernet-encrypted-fields,7658,0.1.3,fragment.co.jp,MIT,http://github.com/frgmt/django-fernet-encrypted-fields/,,[],"[Django (>=2.2),cryptography (>=35.0.0)]",2023-07-24 15:04:28.306179 UTC,,, | |
django-vies,7561,6.1.0,Johannes Hoppe,MIT,https://github.com/codingjoe/django-vies,,"[Development Status :: 5 - Production/Stable,License :: OSI Approved :: MIT License,Environment :: Web Environment,Operating System :: OS Independent,Intended Audience :: Developers,Intended Audience :: Financial and Insurance Industry,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Topic :: Software Development,Topic :: Office/Business :: Financial :: Accounting]","[Django >=2.2,retrying >=1.1.0,zeep >=2.5.0]",2024-01-03 15:38:50.567777 UTC,,, | |
django-translated-fields,7559,0.12.0,Matthias Kestenholz,BSD-3-Clause,https://github.com/matthiask/django-translated-fields/,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries :: Application Frameworks]","[Django (>=3.2),coverage ; extra == 'tests']",2022-04-08 18:05:51.507538 UTC,,, | |
django-timed-tests,7538,0.1.4,Tomislav Maricevic,MIT,https://github.com/tmarice/django-timed-tests,>=3.6,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Software Development :: Testing]","[Django >=2.0,tabulate]",2023-10-19 09:22:44.040008 UTC,,, | |
django-report-builder,7533,6.4.2,David Burke,BSD,https://gitlab.com/burke-software/django-report-builder,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Programming Language :: Python,Programming Language :: Python :: 3,Intended Audience :: Developers,Intended Audience :: System Administrators,License :: OSI Approved :: BSD License]",[],2021-02-03 18:24:39.070210 UTC,,, | |
django-graphql-extensions,7519,0.1.0,mongkok,MIT,https://github.com/flavors/django-graphql-extensions/,,"[Development Status :: 3 - Alpha,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Framework :: Django,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2]","[Django (>=2.0),graphene-django (>=3.0.0b1)]",2021-06-05 06:28:30.383077 UTC,,, | |
django-rest-durin,7518,1.1.0,Eshaan Bansal,MIT,https://github.com/eshaan7/django-rest-durin,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,Topic :: Internet :: WWW/HTTP :: Session,Environment :: Web Environment,License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Software Development :: Libraries :: Python Modules]","[django (>=2.2),djangorestframework (>=3.7.0),humanize,black (==20.8b1) ; extra == 'dev',flake8 ; extra == 'dev',django-nose ; extra == 'dev',django-cache-memoize ; extra == 'dev',isort ; extra == 'dev',black (==20.8b1) ; extra == 'test',flake8 ; extra == 'test',django-nose ; extra == 'test',django-cache-memoize ; extra == 'test',isort ; extra == 'test']",2022-10-31 18:13:59.288089 UTC,,, | |
django-tag-parser,7507,3.2,Diederik van der Boor,Apache 2.0,https://github.com/edoburu/django-tag-parser,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Python Modules]",[],2019-12-18 07:47:11.135540 UTC,,, | |
django-active-link,7487,0.1.8,Valery Melou,MIT,https://github.com/valerymelou/django-active-link,,"[Development Status :: 3 - Alpha,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7]",[],2021-04-20 10:36:48.586360 UTC,,, | |
dj-notebook,7484,0.7.0,,GNU General Public License v3,,,"[Development Status :: 5 - Production/Stable,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Framework :: Jupyter,License :: OSI Approved :: GNU General Public License (GPL),Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]","[django,django-extensions,django-pandas,django-schema-graph,ipython,jupyter,pandas,rich,python-dotenv,black ; extra == 'dev',black[jupyter] ; extra == 'dev',coverage ; extra == 'dev',griffe-typingdoc ==0.2.2 ; extra == 'dev',mkdocs-material ; extra == 'dev',mkdocs-jupyter ; extra == 'dev',mkdocs-material[imaging] ; extra == 'dev',mkdocs-include-markdown-plugin ; extra == 'dev',mkdocstrings[python] >=0.18 ; extra == 'dev',mypy ; extra == 'dev',pytest ; extra == 'dev',ruff ; extra == 'dev',yamlfix ; extra == 'dev']",2024-03-02 09:27:03.092808 UTC,,, | |
django-pg-zero-downtime-migrations,7461,0.14,Paveł Tyślacki,MIT,https://github.com/tbicr/django-pg-zero-downtime-migrations,>=3.6,"[Development Status :: 4 - Beta,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0]",[django >=3.2],2024-02-21 22:55:08.101499 UTC,,, | |
djangocms-bootstrap4,7454,3.0.1,Divio AG,BSD-3-Clause,https://github.com/django-cms/djangocms-bootstrap4,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django CMS,Framework :: Django CMS :: 3.7,Framework :: Django CMS :: 3.8,Framework :: Django CMS :: 3.9,Framework :: Django CMS :: 3.10,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries]","[django-cms >=3.7,django-filer >=1.7,djangocms-attributes-field >=1,djangocms-text-ckeditor >=3.1.0,djangocms-icon >=1.4.0,djangocms-link >=2.5.0,djangocms-picture >=2.3.0,djangocms-static-ace ; extra == 'static-ace']",2024-03-02 07:47:56.680802 UTC,,, | |
django-query-builder,7404,3.2.0,Wes Okes,MIT,https://github.com/ambitioninc/django-query-builder,,"[Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1]","[Django >=3.2,pytz >=2015.6,fleming >=0.6.0]",2023-08-29 20:58:42.880497 UTC,,, | |
wagtail-color-panel,7393,1.5.0,Martin Sandström,MIT,https://github.com/marteinn/wagtail-color-panel,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Wagtail,Framework :: Wagtail :: 4,Framework :: Wagtail :: 5,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Utilities]","[wagtail >=4.1,pytest-django ; extra == 'test',wagtail-factories ; extra == 'test',pytest ; extra == 'test']",2023-12-22 04:49:24.242236 UTC,,, | |
django-cities,7370,0.6.1,Ben Dowling,MIT,https://github.com/coderholic/django-cities,>=3.6,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Python Modules]","[django-model-utils,six,swapper,tqdm]",2022-09-30 22:56:17.909998 UTC,,, | |
django-tenant-users,7356,1.3.0,"Corvia Technologies, LLC",MIT,https://www.github.com/Corvia/django-tenant-users,">=3.7,<4.0","[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[Django (>=3.2),django-tenants (>=3.4.5,<4.0.0)]",2023-11-14 23:26:49.980513 UTC,,, | |
django-salesforce,7344,4.2,Hynek Cernoch,AGPL,https://github.com/django-salesforce/django-salesforce,,[],"[django (>=2.0),pytz (>=2012c),requests (>=2.4.0)]",2023-07-04 13:53:07.703162 UTC,,, | |
django-daterangefilter-fixed,7335,1.1.0,Andrey Novikov,MIT,https://github.com/smirnovv2007/django-daterangefilter/tree/master,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 3,License :: OSI Approved :: MIT License,Operating System :: OS Independent]",[],2023-08-17 22:51:40.919042 UTC,,, | |
django-query-counter,7306,0.4.0,Oleg Smedyuk,MIT,https://github.com/conformist-mw/django-query-counter,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Topic :: Utilities,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]",[tabulate],2023-11-14 08:42:00.430308 UTC,,, | |
django-tools,7303,0.54.0,Jens Diemer,GPL-3.0-or-later,https://github.com/jedie/django-tools/,">=3.7,<4.0.0","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Intended Audience :: End Users/Desktop,License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+),Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Database :: Front-Ends,Topic :: Documentation,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Internet :: WWW/HTTP :: Site Management,Topic :: Internet :: WWW/HTTP :: WSGI :: Application,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Utilities]","[bleach,bx_py_utils,django,icdiff,pprintpp]",2022-09-15 08:02:03.164236 UTC,,, | |
django-s3-file-field,7260,1.0.0,,Apache 2.0,,>=3.8,"[Development Status :: 3 - Alpha,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]","[django>=3.2,djangorestframework,django-minio-storage>=0.5; extra == 'minio',minio>=7; extra == 'minio',pytest; extra == 'pytest',boto3; extra == 's3',django-storages[s3]>=1.14; extra == 's3']",2023-10-18 19:20:43.894350 UTC,,, | |
django-username-email,7249,2.5.4,Adam Taylor,MIT,https://github.com/tmm/django-username-email/,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Operating System :: OS Independent]",[django (>=3.2)],2023-04-15 03:18:21.628352 UTC,,, | |
wagtail-seo,7246,2.5.0,CodeRed LLC,BSD license,https://github.com/coderedcorp/wagtail-seo,>=3.8,"[Framework :: Django,Framework :: Wagtail,Framework :: Wagtail :: 3,Framework :: Wagtail :: 4,Framework :: Wagtail :: 5,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Topic :: Internet :: WWW/HTTP :: Site Management]","[wagtail <7.0,>=3.0]",2024-02-14 22:46:43.398203 UTC,,, | |
django-bulk-load,7216,1.4.3,Cedar,MIT,https://github.com/cedar-team/django-bulk-load,>=3.6,"[Programming Language :: Python :: 3,License :: OSI Approved :: MIT License,Operating System :: OS Independent]","[django >=2.2,psycopg2 >=2.8.6]",2023-11-17 07:04:35.203933 UTC,,, | |
django-etc,7181,1.4.0,Igor `idle sign` Starikov,BSD 3-Clause License,https://github.com/idlesign/django-etc,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,License :: OSI Approved :: BSD License]",[],2022-10-06 13:14:52.251968 UTC,,, | |
django-material-admin,7174,1.8.6,Anton Maistrenko,MIT License,https://github.com/MaistrenkoAnton/django-material-admin,,"[Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Framework :: Django :: 3.2,License :: OSI Approved :: MIT License,Operating System :: OS Independent]",[],2021-12-25 19:37:17.019968 UTC,,, | |
django-sorcery,7172,0.13.0,Serkan Hosca,MIT,https://github.com/shosca/django-sorcery,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Internet :: WWW/HTTP :: WSGI,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]","[alembic,blinker,inflect,django,python-dateutil,sqlalchemy (<2)]",2023-04-11 11:20:13.414950 UTC,,, | |
django-classy-settings,7101,3.0.4,Curtis Maloney,BSD-2-Clause,https://django-classy-settings.readthedocs.io/en/latest/,">=3.7,<4.0","[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: Implementation :: PyPy]",[Django],2023-11-28 22:34:44.509426 UTC,,, | |
django-perms-provisioner,7045,0.0.6,Lab Digital,MIT,https://github.com/labd/django-perms-provisioner,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]","[Cerberus (<2,>=1.3.2),Django (>=1.11),PyYAML (<7,>=5.3.1),sphinx (>=1.4.0) ; extra == 'docs',coverage ; extra == 'test',pytest (==3.8.1) ; extra == 'test',pytest-cov (==2.6.0) ; extra == 'test',pytest-django (==3.4.3) ; extra == 'test',isort (==4.2.5) ; extra == 'test',flake8 (==3.5.0) ; extra == 'test',flake8-blind-except (==0.1.1) ; extra == 'test',flake8-debugger (==3.1.0) ; extra == 'test']",2022-02-22 09:12:09.290334 UTC,,, | |
django-3-jet,7005,1.0.7,Denis Kildishev,AGPLv3,https://github.com/Barukimang/django-jet,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Intended Audience :: System Administrators,License :: Free for non-commercial use,License :: OSI Approved :: GNU Affero General Public License v3,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.2,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Topic :: Software Development,Topic :: Software Development :: User Interfaces]",[],2020-02-26 19:16:15.306687 UTC,,, | |
django-scopes,6976,2.0.0,Raphael Michel,Apache License 2.0,https://github.com/raphaelm/django-scopes,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,Intended Audience :: Other Audience,License :: OSI Approved :: Apache Software License,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0]",[Django (>=3.2)],2023-04-22 17:08:45.058382 UTC,,, | |
django-gcloud-connectors,6963,1.0.0,Potato London Ltd.,,https://gitlab.com/potato-oss/google-cloud/django-gcloud-connectors,,"[Development Status :: 4 - Beta,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python]","[django <=3.3,>=2.0,pyyaml <6.1,>=6.0.1,google-cloud-datastore >=1.15.3,pyuca ==1.2,unittest-xml-reporting ==3.2.0 ; extra == 'test',sleuth-mock ==0.1 ; extra == 'test']",2023-08-14 15:50:52.965423 UTC,,, | |
djangocms-frontend,6921,1.2.2,fsbraun,BSD-3-Clause,https://github.com/django-cms/djangocms-frontend,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django CMS,Framework :: Django CMS :: 3.8,Framework :: Django CMS :: 3.9,Framework :: Django CMS :: 3.10,Framework :: Django CMS :: 3.11,Framework :: Django CMS :: 4.0,Framework :: Django CMS :: 4.1,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries]","[Django >=2.2,django-cms >=3.7,django-filer >=1.7,easy-thumbnails,djangocms-attributes-field >=1,djangocms-text-ckeditor >=3.1.0,django-select2,django-entangled >=0.5.4,django-cms <4 ; extra == 'cms-3',django-parler ; extra == 'cms-3',django-cms >=4.1.0rc4 ; extra == 'cms-4',django-parler ; extra == 'cms-4',djangocms-versioning >=2.0.0rc1 ; extra == 'cms-4',djangocms-alias >=2.0.0rc1 ; extra == 'cms-4',djangocms-icon >=1.4.0 ; extra == 'djangocms-icon',djangocms-static-ace ; extra == 'static-ace']",2024-01-13 10:32:32.263670 UTC,,, | |
django-admin-display,6853,1.3.0,Alexander Frenzel,BSD-3-Clause,https://github.com/escaped/django-admin-display,">=3.6.1,<4.0","[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Software Development :: Libraries :: Python Modules,Typing :: Typed]",[django (>=1.11)],2020-11-12 05:30:49.318460 UTC,,, | |
django-ajax-datatable,6840,4.4.5,Mario Orlandi,MIT,http://github.com/morlandi/django-ajax-datatable,,"[Development Status :: 5 - Production/Stable,Operating System :: OS Independent,Programming Language :: Python,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 3.7]",[],2023-02-13 18:20:01.355474 UTC,,, | |
django-nyt,6825,1.4,,,,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: GNU General Public License v3 (GPLv3),Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries :: Application Frameworks]","[django<5.1,>=2.2,channels==4.0.0; extra == 'docs',sphinx-rtd-theme==1.2.0; extra == 'docs',sphinx==6.2.1; extra == 'docs']",2024-02-16 12:50:56.134239 UTC,,, | |
django-huey,6770,1.1.2,GAIA - Cooperativa de desarrollo de software,,https://github.com/gaiacoop/django-huey,>=3.8,"[Development Status :: 5 - Production/Stable,Programming Language :: Python :: 3,Framework :: Django :: 2.2,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent]","[django >=3.2,huey >=2.0]",2023-11-01 23:30:18.971679 UTC,,, | |
django-jsonforms,6756,1.1.2,Harry White,BSD,https://github.com/Aristotle-Metadata-Enterprises/django-jsonforms,,[],"[jsonschema,django (>=2.0)]",2020-06-10 23:28:31.025552 UTC,,, | |
django-cookie-law,6730,2.2.0,Piotr Kilczuk,BSD License,https://github.com/TyMaszWeb/django-cookie-law,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: JavaScript,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Session]","[Django (>=1.8),django-classy-tags (>=0.3.0)]",2022-03-11 10:13:36.994630 UTC,,, | |
django-prices-openexchangerates,6679,1.2.0,Mirumee Software,BSD,https://github.com/mirumee/django-prices-openexchangerates,,"[Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]","[Django (>=3.0),django-prices (>=1.0.0),prices (>=1.0.0)]",2022-08-29 13:43:14.490439 UTC,,, | |
django-readers,6661,2.2.0,DabApps,BSD,https://www.django-readers.org,>=3.6,[],[Django >=3.2],2024-01-12 16:52:43.153338 UTC,,, | |
django-rest-authtoken,6661,2.1.4,Pascal Wichmann,,https://github.com/wichmannpas/django-rest-authtoken,,"[Programming Language :: Python :: 3,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent]",[],2021-08-09 07:21:14.515504 UTC,,, | |
django-advanced-password-validation,6613,1.2.0,,"Copyright 2020 Ezra Jacob Rice Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.12,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2023-11-18 05:22:37.684190 UTC,,, | |
nbdev-django,6613,0.0.1253,Jeremy Howard,Apache Software License 2.0,https://github.com/fastai/nbdev-index/tree/master/,>=3.6,"[Development Status :: 3 - Alpha,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Natural Language :: English,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8]","[pip,packaging]",2024-01-01 13:12:38.340626 UTC,,, | |
django-csp-helpers,6561,0.7.1,Luke Rogers,,https://github.com/dmptrluke/django-csp-helpers,>=3.8,"[Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Development Status :: 4 - Beta,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent]",[django>=3.2],2023-08-31 00:18:12.576786 UTC,,, | |
django-rest-framework-condition,6491,0.1.1,jozo,,https://github.com/jozo/django-rest-framework-condition,,"[Operating System :: OS Independent,Programming Language :: Python :: 2,Programming Language :: Python :: 3]",[Django],2019-04-08 11:53:07.876691 UTC,,, | |
django-globals,6489,0.3.2,Alexander Artemenko,New BSD License,http://github.com/svetlyak40wt/django-globals/,,"[Development Status :: 2 - Pre-Alpha,Environment :: Plugins,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.1,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Topic :: Software Development :: Libraries :: Python Modules]",[],2018-09-09 03:12:56.482829 UTC,,, | |
djangocms-blog,6487,2.0.7,Iacopo Spalletti,BSD,https://github.com/nephila/djangocms-blog,>=3.7,"[License :: OSI Approved :: BSD License,Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[django-parler >=2.0,django-cms <4.0,>=3.9,django-taggit >=1.0,django-filer >=2.0,pytz,django-taggit-templatetags,django-taggit-autosuggest,djangocms-text-ckeditor >=3.9,easy-thumbnails >=2.4.1,django-meta >=2.4,aldryn-apphooks-config >=0.5,djangocms-apphook-setup,django-sortedm2m,lxml,django <5.0 ; extra == 'docs',sphinx <6,>2 ; extra == 'docs',sphinx-rtd-theme ; extra == 'docs',django-taggit-helpers ; extra == 'taggit-helpers']",2024-01-16 11:46:33.014363 UTC,,, | |
django-vanilla-views,6462,3.0.0,Tom Christie,BSD,http://django-vanilla-views.org,>=3.6,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Topic :: Internet :: WWW/HTTP]",[],2021-05-09 09:56:51.934701 UTC,,, | |
django-admin-hstore-widget,6455,1.2.1,Alexandre Dufour,MIT,https://github.com/PokaInc/django-admin-hstore-widget,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Framework :: Django,Framework :: Django :: 1.11,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5]",[],2023-01-17 12:14:26.336209 UTC,,, | |
django-timezone-utils,6423,0.15.0,Michael Barr,MIT,http://github.com/michaeljohnbarr/django-timezone-utils/,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Database,Topic :: Software Development :: Libraries]","[pytz,django (>=1.11)]",2022-02-15 13:56:59.258139 UTC,,, | |
django-requestlogs,6364,0.8,Teemu Husso,,https://github.com/Raekkeri/django-requestlogs,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0]","[Django <6.0,>=1.11,djangorestframework <4.0,>=3.0,setuptools,pytest ; extra == 'dev']",2024-01-03 19:43:28.530077 UTC,,, | |
django-email-verification,6353,0.3.3,Leone Bacciu,MIT,https://github.com/LeoneBacciu/django-email-verification,>=3.8,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Programming Language :: Python,License :: OSI Approved :: MIT License,Operating System :: OS Independent]","[deprecation,PyJWT,validators]",2023-09-20 21:39:50.972399 UTC,,, | |
django-comments-xtd,6332,2.9.13,Daniela Rus Morales,MIT,http://pypi.python.org/pypi/django-comments-xtd,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Framework :: Django,Natural Language :: English,Topic :: Internet :: WWW/HTTP :: Dynamic Content :: News/Diary]","[Django <5.1,>=3,django-contrib-comments <2.3,>=2.2,djangorestframework <3.15,>=3.12,docutils,six,pytz]",2023-12-22 17:11:53.012368 UTC,,, | |
django-file-resubmit,6324,0.5.2,Ilya Shalyapin,MIT License,https://github.com/un1t/django-file-resubmit,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4]",[],2018-11-14 23:57:05.485314 UTC,,, | |
django-timescaledb,6278,0.2.12,Rasmus Schlünsen,Apache-2.0 License,https://github.com/schlunsen/django-timescaledb,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2022-06-30 21:31:52.993637 UTC,,, | |
django-rest-witchcraft,6271,0.12.1,Serkan Hosca,MIT,https://github.com/shosca/django-rest-witchcraft,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python,Topic :: Internet :: WWW/HTTP]","[djangorestframework,six,django-sorcery (>=0.11.1),django-rest-enumfield]",2023-04-27 15:05:50.623958 UTC,,, | |
django-sms,6198,0.7.0,Roald Nefs,BSD-3-Clause,https://github.com/django-enterprise/django-sms,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,Natural Language :: English,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]","[Django >=3.2,messagebird ; extra == 'messagebird',twilio ; extra == 'twilio']",2023-12-31 11:52:45.534782 UTC,,, | |
django-unused-media,6195,0.2.2,Andrey Kolpakov,MIT,https://github.com/akolpakov/django-unused-media,,"[Development Status :: 4 - Beta,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: Unix,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: Implementation :: PyPy,Operating System :: OS Independent]","[django (>=1.8),six,mock ; extra == 'tests',nose ; extra == 'tests',coverage ; extra == 'tests',yanc ; extra == 'tests',preggy ; extra == 'tests',tox (<2.0) ; extra == 'tests',coveralls ; extra == 'tests',django-nose ; extra == 'tests',pypandoc ; extra == 'tests',flake8 ; extra == 'tests',isort ; extra == 'tests',twine ; extra == 'tests']",2020-10-22 21:53:14.614589 UTC,,, | |
django-google-maps,6190,0.13.0,Aaron Madison,,https://github.com/madisona/django-google-maps,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Software Development,Topic :: Software Development :: Libraries :: Application Frameworks]",[Django (>=2.2)],2022-03-22 11:47:27.630905 UTC,,, | |
django-channels,6188,0.7.0,Yusuke Miyazaki,MIT,https://github.com/ymyzk/django-channels,,"[Development Status :: 3 - Alpha,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: Implementation :: PyPy,Topic :: Internet :: WWW/HTTP]",[],2016-10-04 07:51:31.322261 UTC,,, | |
django-markdownfield,6185,0.11.0,Luke Rogers,,https://github.com/dmptrluke/django-markdownfield,>=3.8,"[Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Development Status :: 4 - Beta,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent]","[django>=3.2,bleach[css]>=5.0.1,markdown,shortuuid,dataclasses; python_version == ""3.6""]",2023-08-27 04:00:36.758546 UTC,,, | |
django-recaptcha2,6179,1.4.1,Andrea Briganti,GNU LGPL v2,https://github.com/kbytesys/django-recaptcha2,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Intended Audience :: Developers,License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2),Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Python Modules]",[requests],2019-01-24 00:41:05.337945 UTC,,, | |
django-recaptcha2,6179,1.4.1,Andrea Briganti,GNU LGPL v2,https://github.com/kbytesys/django-recaptcha2,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Intended Audience :: Developers,License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2),Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Python Modules]",[requests],2019-01-24 00:41:05.337945 UTC,,, | |
django-sessionprofile,6153,3.0.0,Sergei Maertens,MIT,https://github.com/modelbrouwers/django-sessionprofile,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,Operating System :: Unix,Operating System :: MacOS,Operating System :: Microsoft :: Windows,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Software Development :: Libraries :: Python Modules]","[django (>=3.2),pytest-cov ; extra == 'coverage',sphinx ; extra == 'docs',sphinx-rtd-theme ; extra == 'docs',flake8 ; extra == 'pep8',bump2version ; extra == 'release',twine ; extra == 'release',pytest ; extra == 'tests',pytest-django ; extra == 'tests',factory-boy ; extra == 'tests',tox ; extra == 'tests',isort ; extra == 'tests',black ; extra == 'tests',flake8 ; extra == 'tests']",2023-05-05 19:54:23.625528 UTC,,, | |
django-boto,6093,0.3.8,Vadim Lopatyuk,MIT,https://github.com/qnub/django-boto/,,"[Development Status :: 4 - Beta,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 2,Programming Language :: Python :: 2.5,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Topic :: Internet]",[],2014-10-19 13:23:33.311157 UTC,,, | |
django-admin-ordering,6056,0.17.0,Matthias Kestenholz,BSD-3-Clause,https://github.com/matthiask/django-admin-ordering/,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries :: Application Frameworks]","[django-js-asset (>=2.0),coverage ; extra == 'tests']",2023-05-05 16:07:36.803196 UTC,,, | |
django-adminrestrict,6018,3,Robert Romano,MIT,https://github.com/robromano/django-adminrestrict,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Intended Audience :: System Administrators,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Topic :: Internet :: Log Analysis,Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware,Topic :: Security,Topic :: System :: Logging]",[],2020-12-11 03:32:42.255606 UTC,,, | |
djangoldp,5975,3.1.16,Startin'blox,MIT,https://git.startinblox.com/djangoldp-packages/djangoldp/,,[],"[django ~=4.2.0,validators ~=0.20.0,pyld ~=1.0.0,django-guardian ~=2.4.0,djangorestframework ~=3.14.0,drf-spectacular ~=0.24.0,requests ~=2.31.0,pyyaml ~=6.0.0,click ~=8.1.0,django-brotli ~=0.2.0,djangorestframework-guardian ~=0.3.0,Faker ~=14.2.0,pycryptodomex ~=3.10 ; extra == 'crypto',validators ; extra == 'dev',factory-boy >=2.11.0 ; extra == 'dev']",2024-02-25 13:09:38.539672 UTC,,, | |
django-renderpdf,5973,4.0.0,Hugo Osvaldo Barrera,ISC,https://django-renderpdf.readthedocs.io/,,"[Development Status :: 6 - Mature,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,License :: OSI Approved :: ISC License (ISCL),Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Python Modules]","[django (>=2.2),weasyprint,sphinx ; extra == 'docs']",2023-04-03 12:50:22.665308 UTC,,, | |
django-rest-auth-dj4,5971,0.0.6,David Klement,,http://github.com/Tivix/django-rest-auth,,"[Framework :: Django,Intended Audience :: Developers,Intended Audience :: System Administrators,Operating System :: OS Independent,Topic :: Software Development]","[Django (>=4.0.2),djangorestframework (>=3.13.1),six (>=1.16.0),django-allauth (>=0.49.0) ; extra == 'with_social']",2022-02-23 14:36:27.214020 UTC,,, | |
django-light,5946,0.1.0.post3,Fran Hrzenjak,MIT,https://github.com/frnhr/django-light,,[],[],2021-09-08 13:15:41.680668 UTC,,, | |
django-migration-checker,5928,0.8.0,Anton Ovchinnikov,MIT license,https://github.com/tonyo/django-migration-checker,,"[Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10]",[],2023-01-05 19:46:07.920505 UTC,,, | |
django-bitly,5912,1.2.1,Discovery Creative,BSD,http://bitbucket.org/discovery/django-bitly/,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python]","[django (>=1.8),six,requests]",2020-07-15 14:18:30.422268 UTC,,, | |
django-statsd,5894,2.5.2,Rick van Hattem,BSD,https://github.com/WoLpH/django-statsd,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3 :: Only,Topic :: Internet :: WWW/HTTP]",[],2020-05-03 19:18:29.252733 UTC,,, | |
django-cfdi,5894,2.167,admintotal-dev,,https://gitlab.com/admintotal/django-cfdi,,[],"[cfdiclient (>=1.4.1) ; python_version >= ""3"",django (>=1.8) ; python_version >= ""3""]",2024-01-20 18:32:20.660358 UTC,,, | |
django-pyodbc,5886,2.0.0a1,Dan Loewenherz,BSD 3-Clause License,https://github.com/lionheart/django-pyodbc,,[],"[pyodbc (<4.1,>=3.0.6)]",2018-02-22 17:28:23.132737 UTC,,, | |
django-mailbox,5885,4.8.2,Adam Coddington,MIT,http://github.com/coddingtonbear/django-mailbox/,>=3,"[Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Communications :: Email,Topic :: Communications :: Email :: Post-Office,Topic :: Communications :: Email :: Post-Office :: IMAP,Topic :: Communications :: Email :: Post-Office :: POP3,Topic :: Communications :: Email :: Email Clients (MUA)]","[six (>=1.6.1),python-social-auth ; extra == 'gmail-oauth2']",2020-12-07 02:12:09.560993 UTC,,, | |
django-assets,5861,2,Michael Elsdörfer,BSD,http://github.com/miracle2k/django-assets,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development :: Libraries :: Python Modules]",[],2019-12-20 17:40:38.123140 UTC,,, | |
django-db-readonly,5849,0.7.0,Chris Streeter,MIT,https://github.com/streeter/django-db-readonly,,"[Programming Language :: Python :: 2,License :: OSI Approved :: MIT License,Operating System :: OS Independent]","[Django (>=1.9),pytest ; extra == 'test',pytest-django ; extra == 'test',flake8 ; extra == 'test']",2020-08-31 03:15:56.282336 UTC,,, | |
django-xworkflows,5846,1.0.0,Raphaël Barrois,BSD,http://github.com/rbarrois/django_xworkflows,,"[Development Status :: 5 - Production/Stable,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Topic :: Software Development :: Libraries :: Python Modules]","[Django (>=1.11),xworkflows]",2020-03-09 18:48:02.525006 UTC,,, | |
django-xhtml2pdf,5845,0.0.4,Christopher Glass,BSD License,,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development :: Libraries :: Application Frameworks]","[Django (>=1.11),xhtml2pdf (>=0.2.2)]",2018-06-23 22:19:58.590093 UTC,,, | |
django-hint,5791,0.3.2,Vieolo OÜ,,https://github.com/Vieolo/django-hint,,"[Programming Language :: Python :: 3.6,License :: OSI Approved :: MIT License,Operating System :: OS Independent]",[],2023-07-06 20:42:15.351287 UTC,,, | |
django-restricted-sessions,5779,0.4.0,django-restricted-sessions,BSD,https://github.com/mxsasha/django-restricted-sessions,,"[Development Status :: 4 - Beta,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10]",[netaddr (>=0.7.10)],2023-06-02 11:14:20.020010 UTC,,, | |
django-unicorn,5720,0.60.0,Adam Hill,MIT,https://www.django-unicorn.com,">=3.8,<4","[License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[django (>=2.2),beautifulsoup4 (>=4.8.0),orjson (>=3.6.0),shortuuid (>=1.0.1),cachetools (>=4.1.1),decorator (>=4.4.2),htmlmin (>=0,<1) ; extra == ""minify"",Sphinx ; extra == ""docs"",linkify-it-py ; extra == ""docs"",myst-parser ; extra == ""docs"",furo ; extra == ""docs"",sphinx-copybutton ; extra == ""docs"",sphinx-autobuild ; extra == ""docs"",rst2pdf ; extra == ""docs"",sphinx-autoapi ; extra == ""docs"",sphinxext-opengraph ; extra == ""docs"",toml ; extra == ""docs""]",2024-02-25 16:20:48.762835 UTC,,, | |
django-formset-js-improved,5702,0.5.0.3,Raphael Michel,BSD,https://github.com/pretix/django-formset-js,,"[Environment :: Web Environment,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Framework :: Django,License :: OSI Approved :: BSD License]","[Django,django-jquery-js]",2022-10-20 07:51:44.639434 UTC,,, | |
django-seal,5694,1.6.1,Simon Charette,MIT License,https://github.com/charettes/django-seal,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Software Development :: Libraries :: Python Modules]",[Django >=3.2],2023-09-21 22:15:26.881396 UTC,,, | |
django-jquery,5643,3.1.0,Massimiliano Ravelli,MIT,http://bitbucket.org/massimilianoravelli/django-jquery,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Topic :: Utilities]",[],2016-07-30 07:32:14.930084 UTC,,, | |
django-tinymce4-lite,5633,1.8.0,Roman Miroshnychenko (fork author),MIT License,https://github.com/romanvm/django-tinymce4-lite,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]","[Django (>=1.11),jsmin]",2020-04-11 09:51:44.745369 UTC,,, | |
django-versionfield,5629,1.0.3,"Many Many Others, Michael Carder Ltd",MIT License,https://github.com/mcldev/django-versionfield,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2023-01-21 05:39:58.709026 UTC,,, | |
django-email-log,5613,1.4.0,Trey Hunner,LICENSE,https://github.com/treyhunner/django-email-log,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2]",[Django (>=2.2.0)],2023-04-11 08:34:47.806071 UTC,,, | |
django-pdfkit,5607,0.3.1,Alex Hayes,MIT,http://github.com/alexhayes/django-pdfkit,,"[Development Status :: 4 - Beta,Framework :: Django,Framework :: Django :: 1.6,Framework :: Django :: 1.7,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: MacOS :: MacOS X,Operating System :: Microsoft :: Windows,Operating System :: OS Independent,Operating System :: POSIX,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Communications,Topic :: Internet :: WWW/HTTP,Topic :: Other/Nonlisted Topic,Topic :: Software Development :: Libraries :: Python Modules]",[],2017-08-15 00:49:07.776946 UTC,,, | |
django-termsandconditions,5589,2.0.12,Tim White,BSD,https://github.com/cyface/django-termsandconditions,">=3.7.2,<4.0","[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,License :: Other/Proprietary License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP]",[Django (>2.2)],2023-01-26 15:46:55.974431 UTC,,, | |
django-pivot,5551,1.10.0,,,,>=3.8,"[License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3]",[django>=3.2],2023-09-26 16:09:18.797700 UTC,,, | |
django-channels-graphql-ws,5526,1.0.0rc6,Alexander A. Prokhorov,MIT,https://github.com/datadvance/DjangoChannelsGraphqlWs,">=3.8.0,<4.0.0","[License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[aiohttp (>=3,<4),asgiref (>=3,<4),channels (>=4,<5),Django (>=4,<5),graphene (>=3,<4),graphql-core (==3.2.3),msgpack (>=1,<2)]",2023-05-10 09:48:06.282519 UTC,,, | |
django-charid-field,5511,0.4,YunoJuno,MIT,https://github.com/yunojuno/django-charid-field,">=3.8,<4.0","[Environment :: Web Environment,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.12]","[django (>=3.2,<6.0)]",2023-11-15 11:17:41.807539 UTC,,, | |
django-celerybeat-status,5500,0.0.6,Vinta Software,MIT,,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 1.11,Intended Audience :: Developers,Programming Language :: Python :: 3.5]",[],2017-08-25 18:11:06.513288 UTC,,, | |
django-nextjs,5495,2.4.0,"Mohammad Javad Naderi <[email protected]>, Danial Keimasi <[email protected]>",,https://github.com/QueraTeam/django-nextjs,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[Django >=3.2,aiohttp,channels,websockets,pre-commit ; extra == 'dev',pytest >=7 ; extra == 'dev',pytest-cov ; extra == 'dev',pytest-django ; extra == 'dev',pytest-asyncio ; extra == 'dev',black ; extra == 'dev',isort ; extra == 'dev']",2023-09-02 07:29:29.365379 UTC,,, | |
wagtail-django-recaptcha,5493,0.1,Jordi J. Tablada,BSD License,http://github.com/springload/wagtail-django-recaptcha,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2015-10-12 21:40:24.905744 UTC,,, | |
django-partial-index,5490,0.6.0,Mattias Linnap,BSD,https://github.com/mattiaslinnap/django-partial-index,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Database,Topic :: Internet :: WWW/HTTP]",[],2019-07-07 21:53:52.462778 UTC,,, | |
django-password-reset,5472,2,Bruno Renie,"BSD licence, see LICENSE file",https://github.com/brutasse/django-password-reset,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 3]",[Django (>=1.11)],2018-08-27 10:06:54.338313 UTC,,, | |
django-prices-vatlayer,5451,1.1.0,Mirumee Software,BSD,https://github.com/mirumee/django-prices-vatlayer,,"[Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]","[Django (>=1.11),prices (>=1.0.0),requests,jsonfield]",2020-05-08 09:01:55.039651 UTC,,, | |
django-pg-bulk-update,5437,3.7.2,Mikhail Shvein,"BSD 3-clause ""New"" or ""Revised"" License",https://github.com/M1hacka/django-pg-bulk-update,,[],"[django >=1.7,pytz ; python_version < ""3.3"",typing ; python_version < ""3.5""]",2024-01-04 09:14:47.476385 UTC,,, | |
django-zxcvbn-password-validator,5433,1.4.3,,MIT,,>=3.8.0,"[Development Status :: 5 - Production/Stable,Natural Language :: English,Natural Language :: French,Natural Language :: Dutch,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]","[django <6,>=2.0,zxcvbn,coverage ; extra == 'dev',django-rosetta ; extra == 'dev',mock ; extra == 'dev',pre-commit >=2.16 ; extra == 'dev',pylint >=3.0.3 ; extra == 'dev',pylint-django ; extra == 'dev',python-coveralls ; extra == 'dev',coveralls ; extra == 'dev',tox ; extra == 'dev']",2024-01-02 22:50:27.673571 UTC,,, | |
django-modeldict-yplan,5433,2.0.3,DISQUS,Apache License 2.0,https://github.com/adamchainz/django-modeldict,>=3.4,"[Development Status :: 7 - Inactive,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Intended Audience :: Developers,Intended Audience :: System Administrators,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3 :: Only,Topic :: Software Development]",[Django (>=1.11)],2019-05-17 20:52:39.384249 UTC,,, | |
djitellopy,5377,2.5.0,Jakob Löw,MIT,https://github.com/damiafuentes/DJITelloPy,>=3.6,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,Topic :: Software Development :: Build Tools,License :: OSI Approved :: MIT License,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[numpy,opencv-python,av,pillow]",2023-06-09 16:31:19.589354 UTC,,, | |
django-chunkator,5365,2.0.0,PeopleDoc,MIT,https://github.com/peopledoc/django-chunkator,,"[Environment :: Web Environment,Framework :: Django,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[django],2020-06-22 13:17:28.297589 UTC,,, | |
django-on-heroku,5365,1.1.2,Pawel Krefta,MIT,https://github.com/pkrefta/django-on-heroku,,"[Development Status :: 3 - Alpha,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy]","[dj-database-url (>=0.5.0),whitenoise,psycopg2-binary,django]",2020-10-04 16:04:03.244298 UTC,,, | |
django-import-export-celery,5356,1.6,Timothy Hobbs,License :: OSI Approved :: GNU Lesser General Public License v3.0 or later (LGPLv3.0+),https://github.com/auto-mat/django-import-export-celery,,"[Topic :: Utilities,Natural Language :: English,Operating System :: OS Independent,Intended Audience :: Developers,Environment :: Web Environment,Framework :: Django,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]","[Django,django-import-export,django-author,html2text]",2023-07-29 10:17:41.025598 UTC,,, | |
wagtail-link-block,5348,1.1.7,The Developer Society,BSD,,>=3.8.1,"[Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,License :: Other/Proprietary License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]","[Django (>=1.11),wagtail (>=2.7)]",2023-10-04 11:01:44.842711 UTC,,, | |
wagtail-transfer,5330,0.9.4,Matthew Westcott,BSD,https://github.com/wagtail/wagtail-transfer,>=3.8,"[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Framework :: Wagtail,Framework :: Wagtail :: 5,Framework :: Wagtail :: 6]","[wagtail (>=5.2),mkdocs (<1.1,>=1.0) ; extra == 'docs',mkdocs-material (<4.7,>=4.6) ; extra == 'docs']",2024-02-29 16:45:52.562667 UTC,,, | |
django-fullclean,5325,0.0.5,Alfred Huang,MIT License,https://github.com/fish-ball/django-fullclean,,[],[django],2021-05-29 00:41:15.615321 UTC,,, | |
django-thumbnails,5259,0.7.0,Selwin Ong,MIT,https://github.com/ui/django-thumbnails,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Python Modules]","[django (>=2.0),da-vinci,shortuuid,pillow,redis ; extra == 'redis']",2022-01-03 08:50:17.818218 UTC,,, | |
django-pgviews,5243,0.5.7,Scott Walton,Public Domain,https://github.com/mypebble/django-pgviews,,"[Development Status :: 5 - Production/Stable,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Framework :: Django,Framework :: Django :: 1.9,Framework :: Django :: 1.10,Framework :: Django :: 1.11]",[six],2020-09-21 10:45:35.415171 UTC,,, | |
django-hashids,5201,0.7.0,Shen Li,MIT,https://github.com/ericls/django-hashids,">=3.6.2,<4","[License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]",[hashids (>=1.0.2)],2022-12-07 02:38:34.985714 UTC,,, | |
django-rest-email-auth,5189,4.0.0,Chathan Driehuys,MIT,,">=3.7,<4.0","[License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[Django (>=3.2,<5),django-email-utils (>=1,<2),djangorestframework (>=3.10,<4.0)]",2023-03-25 03:55:48.231129 UTC,,, | |
django-typed-models,5179,0.14.0,Craig de Stigter,,http://github.com/craigds/django-typed-models,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Utilities]",[],2023-10-24 22:10:33.047982 UTC,,, | |
django-tqdm,5172,1.3.1,Anton Samarchyan,MIT,,>=3.7,"[Development Status :: 5 - Production/Stable,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Environment :: Console,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Software Development :: User Interfaces,Topic :: System :: Monitoring,Topic :: Terminals,Topic :: Utilities,Intended Audience :: Developers,Intended Audience :: System Administrators]","[Django (>=2.2),tqdm (>=4.63.0)]",2022-06-19 19:20:36.453432 UTC,,, | |
django-forms-dynamic,5163,1.0.0,DabApps,BSD,https://github.com/dabapps/django-forms-dynamic,>=3.6,[],[],2022-01-26 09:29:24.015316 UTC,,, | |
django-dbtemplates,5163,4,Jannis Leidel,,https://django-dbtemplates.readthedocs.io/,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django]",[django-appconf (>=0.4)],2022-09-03 14:03:15.565225 UTC,,, | |
django-amplitude,5103,0.8.1,Matt Pye,MIT,https://github.com/pyepye/django-amplitude,">=3.6,<4.0","[License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[Django (>=2.1),httpx (>=0.13.2),user-agents (>=2.1)]",2023-07-13 09:09:41.195905 UTC,,, | |
django-admirarchy,5099,1.2.2,Igor `idle sign` Starikov,BSD 3-Clause License,https://github.com/idlesign/django-admirarchy,,"[Development Status :: 5 - Production/Stable,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,License :: OSI Approved :: BSD License]",[],2021-12-18 03:56:22.840755 UTC,,, | |
django-file-md5,5096,1.0.3,Hackathon,,https://github.com/django-xxx/django-file-md5,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Programming Language :: Python,Topic :: Office/Business :: Financial :: Spreadsheet,Topic :: Software Development :: Libraries :: Python Modules]",[],2019-09-02 07:53:34.171849 UTC,,, | |
django-cassandra-engine,5094,1.7.0,Rafał Furmański,2-clause BSD,https://github.com/r4fek/django-cassandra-engine,">=3.8,<4.0","[Development Status :: 5 - Production/Stable,Environment :: Plugins,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,License :: Other/Proprietary License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Database,Topic :: Internet,Topic :: Software Development :: Libraries :: Python Modules]","[django (>=2.0,<5.0),scylla-driver (>=3.25.0,<4.0.0)]",2022-01-11 16:11:15.631463 UTC,,, | |
django-storages-redux,5053,1.3.3,Josh Schneier,BSD,https://github.com/jschneier/django-storages,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5]",[],2017-06-27 20:03:38.560332 UTC,,, | |
django-sitetree,5035,1.18.0,Igor `idle sign` Starikov,BSD 3-Clause License,http://github.com/idlesign/django-sitetree,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]",[],2023-12-24 03:30:19.815505 UTC,,, | |
django-monthfield,5003,0.1.2,Matthys Kroon,"BSD licence, see LICENCE",https://github.com/clearspark/django-monthfield,,[],[],2019-08-18 09:30:39.914387 UTC,,, | |
django-storage-swift,5002,1.3.0,Dennis Vermeulen,MIT,https://github.com/dennisv/django-storage-swift,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries :: Application Frameworks]","[python-swiftclient (>=2.2.0),python-keystoneclient (>=0.2.3),six,python-magic (>=0.4.10)]",2023-07-27 19:23:02.776179 UTC,,, | |
django-request-profiler,4992,1.1,YunoJuno,MIT,https://github.com/yunojuno/django-request-profiler,">=3.9,<4.0","[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.12]","[django (>=3.2,<6.0)]",2023-11-14 11:43:27.536185 UTC,,, | |
django-bootstrap-daterangepicker,4986,1.1.0,"Yuri Malinov, Jack Weatherilt",MIT,https://github.com/jckw/django-bootstrap-daterangepicker/,,"[Development Status :: 4 - Beta,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Operating System :: OS Independent,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Utilities,Environment :: Web Environment,Framework :: Django]","[django,python-dateutil,six]",2023-02-26 13:36:07.729966 UTC,,, | |
django-smoketest,4976,1.2.1,Anders Pearson,BSD,https://github.com/ccnmtl/django-smoketest,,[],[Django (>=1.8)],2023-08-10 13:15:12.004662 UTC,,, | |
django-macaddress,4972,1.8.0,Ryan Nowakowski,BSD,http://github.com/tubaman/django-macaddress,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP]",[netaddr],2021-05-09 18:23:29.557935 UTC,,, | |
django-db-constraints,4961,0.3.0,shangxiao,MIT,https://github.com/rapilabs/django-db-constraints,,[],[django],2017-08-16 08:56:39.315494 UTC,,, | |
django-simple-email-confirmation,4959,0.7,Mike Fogel,BSD,https://github.com/mfogel/django-simple-email-confirmation,,"[Development Status :: 3 - Alpha,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Utilities]","[six,django (>=1.7.0)]",2020-02-23 07:37:21.603825 UTC,,, | |
django-drf-utils,4947,2.14.0,"Robin Engler, Jarosław Surkont, Gerhard Bräunlich, Christian Ribeaud, François Martin, Simone Guzzi, Swen Vermeul",LGPL3,https://gitlab.com/biomedit/django-drf-utils,>=3.10,"[Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3),Operating System :: OS Independent]","[Django (>=3.2),djangorestframework (>=3.12),python-json-logger (>=2),pylint (==2.15.8) ; extra == 'dev',mypy (==0.991) ; extra == 'dev',black (==22.12.0) ; extra == 'dev',pytest (==7.2.0) ; extra == 'dev',pytest-django ; extra == 'dev',requests ; extra == 'dev',bandit (==1.7.4) ; extra == 'dev',django-stubs ; extra == 'dev',djangorestframework-stubs ; extra == 'dev',types-requests ; extra == 'dev',factory-boy ; extra == 'dev',types-factory-boy ; extra == 'dev']",2023-07-19 13:30:51.604366 UTC,,, | |
django-storage-url,4906,0.12.0,Jonathan Stoppani,MIT,https://github.com/divio/django-storage-url,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries]","[django >=2.2,django-storages,furl]",2023-12-04 15:58:47.343023 UTC,,, | |
django-wysiwyg,4831,0.8.0,"Daniel Greenfeld, Chris Adams, Diederik van der Boor",MIT,https://github.com/pydanny/django-wysiwyg,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: JavaScript,Programming Language :: Python,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Topic :: Internet :: WWW/HTTP :: Browsers,Topic :: Internet :: WWW/HTTP :: Site Management,Topic :: Office/Business :: Office Suites,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Software Development :: User Interfaces,Topic :: Text Editors :: Word Processors,Topic :: Text Processing :: Fonts,Topic :: Text Processing :: Markup :: HTML]",[],2016-08-17 16:17:11.393686 UTC,,, | |
django-excel-base,4809,1.0.7,Hackathon,,https://github.com/django-xxx/django-excel-base,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Programming Language :: Python,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Office/Business :: Financial :: Spreadsheet]","[xlwt,pytz,screen]",2023-02-23 07:07:59.116938 UTC,,, | |
django-composed-configuration,4790,0.23.0,"Kitware, Inc.",Apache 2.0,https://github.com/girder/django-composed-configuration,>=3.8,"[Development Status :: 3 - Alpha,Environment :: Web Environment,Framework :: Django :: 4,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python]","[django-configurations[database,email],django >=4 ; extra == 'dev',django-allauth >=0.56.0 ; extra == 'dev',django-auth-style ; extra == 'dev',django-cors-headers ; extra == 'dev',django-extensions ; extra == 'dev',django-filter ; extra == 'dev',django-girder-utils >=0.9.0 ; extra == 'dev',django-oauth-toolkit >=1.4.0 ; extra == 'dev',drf-yasg ; extra == 'dev',psycopg2 ; extra == 'dev',rich ; extra == 'dev',whitenoise[brotli] ; extra == 'dev',django-debug-toolbar ; extra == 'dev',django-minio-storage ; extra == 'dev',django >=4 ; extra == 'prod',django-allauth >=0.56.0 ; extra == 'prod',django-auth-style ; extra == 'prod',django-cors-headers ; extra == 'prod',django-extensions ; extra == 'prod',django-filter ; extra == 'prod',django-girder-utils >=0.9.0 ; extra == 'prod',django-oauth-toolkit >=1.4.0 ; extra == 'prod',drf-yasg ; extra == 'prod',psycopg2 ; extra == 'prod',rich ; extra == 'prod',whitenoise[brotli] ; extra == 'prod',django-storages[boto3] ; extra == 'prod',sentry-sdk ; extra == 'prod']",2023-10-25 21:02:55.160133 UTC,,, | |
django-envelope,4781,1.4,Zbigniew Siciarz,MIT,http://github.com/zsiciarz/django-envelope,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Utilities]",[Django (>=1.11)],2020-04-18 13:58:32.719865 UTC,,, | |
django-shop,4781,1.2.4,Jacob Rief,BSD License,http://www.django-shop.org/,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Framework :: Django,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[Django (<3.1,>=2.1),django-filer (>=1.7),django-ipware,django-fsm (>=2.7),django-fsm-admin,djangorestframework (<4,>=3.9),django-rest-auth,django-angular,Django-Select2,django-admin-sortable2,django-formtools,django-polymorphic,django-post-office,django-cms (>=3.7),djangocms-cascade (<2,>=1.3)]",2021-02-02 21:13:24.925265 UTC,,, | |
djangocms-column,4777,2.0.0,Django CMS Association and contributors,LICENSE.txt,https://github.com/django-cms/djangocms-column,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Communications,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Message Boards]","[django-cms (>=3.8.0),Django (>=2.2)]",2022-04-11 16:24:26.239239 UTC,,, | |
django-request-token,4763,2.3,YunoJuno,MIT,https://github.com/yunojuno/django-request-token,">=3.8,<4.0","[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.12]","[django (>=3.2,<6.0),pyjwt (>=2.0,<3.0)]",2023-11-14 11:58:25.494543 UTC,,, | |
django-viewflow,4750,2.0.0b8,Mikhail Podgurskiy,AGPL,,>=3.7,"[Development Status :: 4 - Beta,Intended Audience :: Developers,Natural Language :: English,Operating System :: OS Independent,Framework :: Django,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Software Development :: Libraries :: Python Modules,License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)]","[Django (>=3.2),django-filter (>=2.3.0)]",2023-09-29 07:00:08.707748 UTC,,, | |
healthy-django,4750,0.1.0,Vignesh Hari,Apache Software License 2.0,https://github.com/vigneshhari/healthy_django,,"[Development Status :: 3 - Alpha,Framework :: Django :: 2.1,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6]",[boto3 (>=1.9.86)],2021-09-20 10:46:51.533715 UTC,,, | |
django-dry-rest-permissions,4744,1.2.0,FJNR-inc,BSD,https://github.com/FJNR-inc/dry-rest-permissions,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Natural Language :: English,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP]",[],2021-07-11 23:14:12.492873 UTC,,, | |
django-ltree,4728,0.5.3,Mario César Señoranis Ayala,MIT,https://github.com/mariocesar/django-ltree,>=2.7,"[Development Status :: 4 - Beta,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8]","[django (>=1.11),six,twine ; extra == 'develop',tox ; extra == 'develop']",2021-08-16 06:05:14.195299 UTC,,, | |
djangocms-alias,4693,2.0.0,Divio AG,BSD,https://github.com/django-cms/djangocms-alias,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries :: Application Frameworks,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Framework :: Django CMS :: 4.1]","[Django >=3.2,django-parler >=1.4,django-cms >=4.0rc3]",2023-12-29 09:44:15.236721 UTC,,, | |
dj-dynamic-settings,4692,0.2.4,Akinon,MIT,https://bitbucket.org/akinonteam/dj-dynamic-settings/,,"[Development Status :: 2 - Pre-Alpha,Environment :: Web Environment,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Framework :: Django,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0]",[],2023-11-27 11:17:57.887928 UTC,,, | |
django-templates-macros,4678,0.3,"Stephane ""Twidi"" Angel",MIT,https://github.com/twidi/django-templates-macros,,"[Development Status :: 4 - Beta,Operating System :: OS Independent,License :: OSI Approved :: MIT License,Intended Audience :: Developers,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.2,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10]",[],2023-08-16 23:31:52.049315 UTC,,, | |
django-translations,4667,1.3.0,Behzad B. Mokhtari,,https://github.com/bbmokhtari/django-translations,">=3.6, <4","[Development Status :: 6 - Mature,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Software Development :: Internationalization]",[],2021-06-18 08:00:50.419479 UTC,,, | |
django-easy-health-check,4666,1.0.1,Oscar Chen,BSD-3-Clause,https://github.com/oscarychen/django-easy-health-check,>=3.6,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[Django (>=2.2)],2022-03-26 17:50:07.593658 UTC,,, | |
django-hardcopy,4625,0.1.4,Casey Kinsey / Lofty Labs,,https://github.com/loftylabs/django-hardcopy,,[],[],2018-07-03 17:03:29.479204 UTC,,, | |
django-pkgconf,4622,0.3.0,Murad Byashimov,BSD,https://github.com/byashimov/django-pkgconf,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Topic :: Software Development :: Libraries :: Python Modules]",[],2017-08-12 14:03:36.020429 UTC,,, | |
djangocms-versioning,4618,2.0.0,Divio AG,BSD,http://github.com/django-cms/djangocms-versioning,,"[Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Topic :: Software Development]","[Django >=1.11,django-cms,django-fsm]",2023-12-29 10:08:28.838731 UTC,,, | |
dj-whisperer,4611,0.2.21,Akinon,MIT,https://bitbucket.org/akinonteam/dj-whisperer,,"[Development Status :: 2 - Pre-Alpha,Environment :: Web Environment,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Framework :: Django,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1]",[],2024-02-05 07:29:53.647798 UTC,,, | |
wagtail-modelchooser,4601,4.0.1,Tim Heap,BSD License,https://github.com/takeflight/wagtailmodelchooser/,,"[Environment :: Web Environment,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django,License :: OSI Approved :: BSD License]",[wagtail (>=4.0)],2023-03-30 04:08:30.028135 UTC,,, | |
django-simple-menu,4594,2.1.3,,BSD 2-Clause,,>=3.6,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Software Development :: Libraries,Topic :: Software Development :: Libraries :: Python Modules]","[Django >=3.2,importlib-metadata ; python_version < ""3.8""]",2023-10-04 17:43:49.138517 UTC,,, | |
django-huey-monitor,4593,0.9.0,,GPL-3.0-or-later,,>=3.10,[],"[huey,django,bx-py-utils,bx-django-utils,gevent ; extra == 'dev',django-redis ; extra == 'dev',psycopg2-binary ; extra == 'dev',manage-django-project ; extra == 'dev',django-debug-toolbar ; extra == 'dev',colorlog ; extra == 'dev',gunicorn ; extra == 'dev',tblib ; extra == 'dev',pip-tools ; extra == 'dev',tox ; extra == 'dev',coverage ; extra == 'dev',autopep8 ; extra == 'dev',pyupgrade ; extra == 'dev',flake8 ; extra == 'dev',flake8-bugbear ; extra == 'dev',pyflakes ; extra == 'dev',codespell ; extra == 'dev',EditorConfig ; extra == 'dev',safety ; extra == 'dev',mypy ; extra == 'dev',twine ; extra == 'dev',darker[color,flynt,isort] ; extra == 'dev',tomli ; extra == 'dev',model-bakery ; extra == 'dev',requests-mock ; extra == 'dev',django <3.3,>=3.2 ; extra == 'django32',django <4.3,>=4.2 ; extra == 'django42',django <5.1,>=5.0 ; extra == 'django50']",2023-12-22 12:43:51.013508 UTC,,, | |
django-crypto-fields,4566,0.3.11,Erik van Widenfelt,"GPL license, see LICENSE",http://github.com/erikvw/django-crypto-fields,>=3.11,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 4.2,Intended Audience :: Developers,Intended Audience :: Science/Research,Operating System :: OS Independent,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,License :: OSI Approved :: GNU General Public License v3 (GPLv3)]","[pycryptodomex,django-audit-fields,edc-utils,edc-model-fields,django-extensions]",2024-02-11 18:09:21.668281 UTC,,, | |
django-enumfields2,4542,3.0.2,,,,>=3.7,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Internet :: WWW/HTTP]",[django>=3.2],2022-12-29 19:08:51.231144 UTC,,, | |
django-audit-fields,4528,0.3.16,Erik van Widenfelt,"GPL license, see LICENSE",http://github.com/erikvw/django-audit-fields,>=3.11,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 4.2,Intended Audience :: Developers,Intended Audience :: Science/Research,Operating System :: OS Independent,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,License :: OSI Approved :: GNU General Public License v3 (GPLv3)]",[edc-device],2024-02-11 16:11:40.288854 UTC,,, | |
django-revision,4519,0.3.7,Erik van Widenfelt,"GPL license, see LICENSE",http://github.com/erikvw/django-revision,>=3.11,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 4.2,Intended Audience :: Developers,Intended Audience :: Science/Research,Operating System :: OS Independent,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,License :: OSI Approved :: GNU General Public License v3 (GPLv3)]",[GitPython],2024-02-11 16:08:48.836793 UTC,,, | |
django-controlcenter,4484,0.3.2,Murad Byashimov,BSD,https://github.com/byashimov/django-controlcenter,,"[Development Status :: 4 - Beta,Intended Audience :: Developers,Topic :: Software Development :: Libraries :: Python Modules,Environment :: Web Environment,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django,Framework :: Django :: 1,Framework :: Django :: 2,Framework :: Django :: 3,Framework :: Django :: 4]",[django-pkgconf ~=0.4.0],2023-08-06 17:02:10.753884 UTC,,, | |
django-lti-provider,4463,1.0.0,Susan Dreher,BSD,https://github.com/ccnmtl/django-lti-provider,,[],"[Django,nameparser,httplib2,oauth2,oauthlib,pylti]",2022-04-07 17:03:53.637339 UTC,,, | |
wagtail-trash,4456,3.0.0,Andreas Bernacca,MIT License,,,"[Environment :: Web Environment,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Framework :: Wagtail,Framework :: Wagtail :: 5,Framework :: Wagtail :: 6,License :: OSI Approved :: MIT License]","[wagtail >=4.1,wagtail-modeladmin,black ; extra == 'testing',wagtail-factories ; extra == 'testing']",2024-02-10 06:16:56.216650 UTC,,, | |
django-xmlrpc,4451,0.1.8,Fantomas42,New BSD License,https://github.com/Fantomas42/django-xmlrpc,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Topic :: Software Development :: Libraries :: Python Modules]",[],2017-10-14 20:42:36.804606 UTC,,, | |
django-blacklist,4448,0.7.0,Victor Semionov,MIT,https://github.com/vsemionov/django-blacklist,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Topic :: Internet :: WWW/HTTP,Topic :: Security]",[Django],2022-12-07 23:15:11.419494 UTC,,, | |
django-markupfield,4446,2.0.1,James Turk,BSD License,https://github.com/jamesturk/django-markupfield/,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Environment :: Web Environment]",[],2021-10-25 21:52:53.540019 UTC,,, | |
django-pgconnection,4439,1.0.3,Wes Kendall,BSD-3-Clause,https://github.com/Opus10/django-pgconnection,">=3.7.0,<4","[Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]","[django (>=2),importlib_metadata (>=4); python_version >= ""3.7"" and python_version < ""3.8""]",2022-07-31 05:10:29.419234 UTC,,, | |
django-hitcount,4435,1.3.5,Damon Timm,BSD,http://github.com/thornomad/django-hitcount,,"[Development Status :: 4 - Beta,Environment :: Plugins,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Programming Language :: Python,Topic :: Software Development :: Libraries :: Python Modules,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.2,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4]",[django-etc (>=1.2.0)],2022-01-13 12:53:27.710708 UTC,,, | |
django-admin-multi-select-filter,4430,1.3.0,,"MIT License Copyright (c) 2022 Job Doesburg Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",,>=3,"[License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3,Framework :: Django,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,Operating System :: OS Independent]",[django >=3],2023-09-29 07:54:53.932246 UTC,,, | |
django-oscar-api,4408,3.2.4,"Lars van de Kerkhof, Martijn Jacobs",BSD,https://github.com/django-oscar/django-oscar-api,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: Unix,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Software Development :: Libraries :: Application Frameworks]","[setuptools,django-oscar (>=3.2),Django (>=3.2),djangorestframework (>=3.9),coverage ; extra == 'dev',mock ; extra == 'dev',twine ; extra == 'dev',wheel ; extra == 'dev',easy-thumbnails ; extra == 'dev',pylint ; extra == 'lint',pylint-django ; extra == 'lint',black (>=23.1.0) ; extra == 'lint']",2023-09-08 08:05:49.480798 UTC,,, | |
djangorestframework-role-filters,4378,1.1.0,Allisson Azevedo,,https://github.com/allisson/django-rest-framework-role-filters,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]",[djangorestframework >=3.10.3],2023-10-06 13:35:05.614969 UTC,,, | |
django-audit-events,4351,0.2.16,Onur Güzel,MIT,https://bitbucket.org/akinonteam/django-audit-events,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]",[],2023-12-18 07:09:09.730191 UTC,,, | |
django-csvimport,4330,2.17,Ed Crewe,Apache,https://github.com/edcrewe/django-csvimport,,"[Programming Language :: Python,Topic :: Software Development :: Libraries :: Python Modules,Development Status :: 5 - Production/Stable,Framework :: Django,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,License :: OSI Approved :: Apache Software License]","[django (>=2.2.5),chardet]",2023-01-02 15:06:38.223180 UTC,,, | |
django-clamd,4318,0.4.0,Venelin Stoykov,,https://github.com/vstoykov/django-clamd,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 1.8,Intended Audience :: Developers,License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL),Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6]","[clamd,Django (>=1.4)]",2017-06-30 14:06:06.475407 UTC,,, | |
django-graphql-geojson,4315,0.1.4,mongkok,MIT,https://github.com/flavors/django-graphql-geojson/,,"[Development Status :: 1 - Planning,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7]",[],2018-06-06 06:31:47.906357 UTC,,, | |
django-upload-validator,4297,1.1.6,Naeem Ilyas,MIT,https://github.com/naeem91/django-upload-validator,,[],[python-magic],2022-02-12 14:05:02.936476 UTC,,, | |
django-o365mail,4287,1.1.0,Evelien Dekkers,,https://github.com/evyd13/django-o365mail,>=3.6,"[Programming Language :: Python :: 3,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Development Status :: 5 - Production/Stable,Topic :: Communications :: Email,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0]",[O365],2022-10-20 15:06:03.085097 UTC,,, | |
django-prefetch,4283,1.2.3,Ionel Cristian Mărieș,BSD-2-Clause,https://github.com/ionelmc/django-prefetch,">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*","[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: Unix,Operating System :: POSIX,Operating System :: Microsoft :: Windows,Operating System :: OS Independent,Programming Language :: Python,Topic :: Internet :: WWW/HTTP,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Utilities]",[Django (>=1.9)],2021-06-01 18:17:22.200277 UTC,,, | |
djangorestframework-serializer-extensions,4277,2.0.1,Ian Clark,BSD,https://github.com/evenicoulddoit/django-rest-framework-serializer-extensions,,"[Development Status :: 2 - Pre-Alpha,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP]",[hashids (>1.0.0)],2020-09-20 13:52:28.831600 UTC,,, | |
django-autocompletefilter,4263,0.0.8,Julian Wachholz,MIT,https://github.com/julianwachholz/django-autocompletefilter,>=3.4,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only]",[Django (>=2.0)],2021-09-24 12:44:25.888085 UTC,,, | |
django-polymorphic-tree,4247,2.1,Diederik van der Boor,Apache 2.0,https://github.com/django-polymorphic/django-polymorphic-tree,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development :: Libraries :: Python Modules]","[django-polymorphic (>=3),django-mptt (>=0.9.1),django-tag-parser (>=2.1)]",2021-11-18 10:28:43.058223 UTC,,, | |
django-mail-viewer,4230,2.1.0,Justin Michalicek,MIT,https://github.com/jmichalicek/django-mail-viewer,,"[Development Status :: 4 - Beta,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]",[],2022-12-11 04:28:08.198332 UTC,,, | |
django-comment-migrate,4229,0.1.7,starryrbs,MIT,https://github.com/starryrbs/django-comment-migrate.git,>=3.6,"[Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8]",[django (>=2.2)],2023-01-10 07:33:10.913543 UTC,,, | |
django-spa,4229,0.3.6,Dražen Lučanin,MIT license,https://github.com/metakermit/django-spa,,"[Development Status :: 2 - Pre-Alpha,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Framework :: Django]",[whitenoise (==5.3.0)],2021-12-07 11:01:53.961803 UTC,,, | |
django-bakery,4213,0.13.2,Ben Welsh,MIT,http://www.github.com/palewire/django-bakery/,,"[Development Status :: 5 - Production/Stable,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django,Framework :: Django :: 2,Framework :: Django :: 3,Framework :: Django :: 4,License :: OSI Approved :: MIT License]","[six (>1.5.2),boto3 (>=1.4.4),fs (>=2.0.17)]",2023-03-14 17:06:54.270367 UTC,,, | |
django-rest-client,4197,0.0.1,Certego S.R.L,,https://github.com/certego/django-rest-client,>=3.6,"[Intended Audience :: Developers,License :: OSI Approved :: BSD License,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Software Development :: Libraries :: Python Modules]","[requests,typing-extensions,requests ; extra == 'cli',typing-extensions ; extra == 'cli',click ; extra == 'cli',requests ; extra == 'dev',typing-extensions ; extra == 'dev',click ; extra == 'dev',black (==20.8b1) ; extra == 'dev',flake8 (==3.9.1) ; extra == 'dev',pre-commit (==2.12.1) ; extra == 'dev',tox (==3.23.0) ; extra == 'dev',tox-gh-actions (==2.5.0) ; extra == 'dev',codecov ; extra == 'dev',coverage ; extra == 'dev',click-creds (==0.0.3) ; extra == 'dev']",2021-10-22 13:34:01.435130 UTC,,, | |
django-open-forms-client,4189,0.3.0,Maykin Media,MIT,https://github.com/open-formulieren/open-forms-client-django,,"[Development Status :: 3 - Alpha,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,Operating System :: Unix,Operating System :: MacOS,Operating System :: Microsoft :: Windows,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Software Development :: Libraries :: Python Modules]","[django >=3.2,django-solo,requests,pytest-cov ; extra == 'coverage',sphinx ; extra == 'docs',sphinx-rtd-theme ; extra == 'docs',flake8 ; extra == 'pep8',bumpversion ; extra == 'release',twine ; extra == 'release',requests-mock ; extra == 'tests',pytest ; extra == 'tests',pytest-django ; extra == 'tests',tox ; extra == 'tests',isort ; extra == 'tests',black ; extra == 'tests',flake8 ; extra == 'tests']",2024-02-19 10:26:49.351004 UTC,,, | |
django-svg-image-form-field,4128,1.0.1,Alexander Ivanov,MIT,https://github.com/artrey/django-svg-image-form-field,,"[Development Status :: 5 - Production/Stable,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]","[django (>=2.1),defusedxml,pillow]",2021-06-13 22:36:28.472764 UTC,,, | |
django-dbml,4119,0.7.0,Michel Wilhelm,MIT,https://github.com/makecodesdev/django-dbml,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.0,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2023-11-14 18:14:44.557930 UTC,,, | |
django-hamlpy,4051,1.7.0,Nyaruka,MIT,,">=3.9,<4.0","[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[django (>=3.2,<5.0),regex (>=2020.1.1)]",2023-05-12 15:45:02.859036 UTC,,, | |
django-group-by,4002,0.3.1,Claudio Omar Melendrez Baeza,MIT,https://github.com/kako-nawao/django-group-by,,"[Development Status :: 4 - Beta,Environment :: Plugins,Framework :: Django :: 1.10,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Software Development]",[],2017-03-12 19:14:00.142974 UTC,,, | |
django-informixdb,3991,1.9.0,Reecetech,APLv2,https://github.com/reecetech/django_informixdb,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Scientific/Engineering,Topic :: Software Development]","[django (>=1.9.6),pyodbc (>=4.0.21),check-manifest ; extra == 'dev',coverage ; extra == 'test']",2019-07-31 07:29:58.126469 UTC,,, | |
django-informixdb,3991,1.9.0,Reecetech,APLv2,https://github.com/reecetech/django_informixdb,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Scientific/Engineering,Topic :: Software Development]","[django (>=1.9.6),pyodbc (>=4.0.21),check-manifest ; extra == 'dev',coverage ; extra == 'test']",2019-07-31 07:29:58.126469 UTC,,, | |
django-magic-link,3987,1.0.0,YunoJuno,MIT,https://github.com/yunojuno/django-magic-link,">=3.8,<4.0","[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.12]","[django (>=3.2,<6.0)]",2023-11-13 13:54:50.796813 UTC,,, | |
django-jsonstore,3946,0.5.1,Mikhail Podgurskiy,,http://github.com/viewflow/jsonstore,,"[Development Status :: 3 - Alpha,Intended Audience :: Developers,Natural Language :: English,Operating System :: OS Independent,Framework :: Django,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Software Development :: Libraries :: Python Modules,License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)]","[Django (>=1.11),six]",2023-01-16 12:07:35.204258 UTC,,, | |
djangorestframework-expiring-authtoken,3944,0.1.4,James Ritchie,BSD,https://github.com/JamesRitchie/django-rest-framework-expiring-tokens,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 2,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.2,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Topic :: Internet :: WWW/HTTP]","[djangorestframework (>=3.2.3,<=3.4.6)]",2016-09-08 18:14:45.659842 UTC,,, | |
django-helusers,3885,0.9.0,City of Helsinki,BSD License,https://github.com/City-of-Helsinki/django-helusers,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[Django >=3.0,cachetools >=3.0.0,deprecation >=2,requests,python-jose]",2023-08-09 14:54:21.897110 UTC,,, | |
django-memcache-status,3874,2.3,Martin Mahner,MIT,https://github.com/bartTC/django-memcache-status,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django]",[django (>=3.2)],2023-04-29 11:37:07.909217 UTC,,, | |
wagtail-inventory,3872,2.6,,CC0,,>=3.8,"[Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Framework :: Wagtail,Framework :: Wagtail :: 3,Framework :: Wagtail :: 4,Framework :: Wagtail :: 5,Framework :: Wagtail :: 6,License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication,License :: Public Domain,Programming Language :: Python,Programming Language :: Python :: 3]","[tqdm <5,>=4.15.0,wagtail >=3,django-autocomplete-light >=3.9,coverage[toml] ; extra == 'testing']",2024-02-27 15:33:03.006221 UTC,,, | |
django-i18nfield,3863,1.9.4,Raphael Michel,Apache License 2.0,https://github.com/raphaelm/django-i18nfield,,"[Intended Audience :: Developers,Intended Audience :: Other Audience,License :: OSI Approved :: Apache Software License,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Framework :: Django :: 1.10]",[],2021-12-16 09:22:50.424887 UTC,,, | |
django-watchfiles,3856,0.1.1,,MIT,,>=3.8,"[Development Status :: 5 - Production/Stable,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: Implementation :: CPython,Typing :: Typed]","[Django >=3.2,watchfiles]",2024-01-24 10:54:33.411709 UTC,,, | |
django-flatpickr,3846,2.0.3,Munim Munna,MIT,https://github.com/monim67/django-flatpickr,">=3.8,<4.0","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.0,Framework :: Django :: 3.0,Framework :: Django :: 4.0,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Software Development :: Libraries,Topic :: Utilities]","[Django (>=2,<6),pydantic (>=1,<3),pydantic-settings,typing-extensions]",2024-02-09 15:46:52.586607 UTC,,, | |
wagtail-draftail-anchors,3835,0.6.0,"Jacob Topp-Mugglestone, Quoc Duan",,https://github.com/jacobtoppm/wagtail_draftail_anchors,>=3.6,"[Programming Language :: Python :: 3,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Framework :: Wagtail :: 2,Framework :: Wagtail :: 3]",[wagtail (>2.9)],2023-07-25 10:45:59.260578 UTC,,, | |
django-camunda,3825,0.14.0,Maykin Media,MIT,https://github.com/maykinmedia/django-camunda,,"[Development Status :: 3 - Alpha,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,Operating System :: Unix,Operating System :: MacOS,Operating System :: Microsoft :: Windows,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Software Development :: Libraries :: Python Modules]","[lxml,django,django-solo,inflection,requests,python-dateutil,celery ; extra == 'celery',pytest-cov ; extra == 'coverage',sphinx ; extra == 'docs',sphinx-rtd-theme ; extra == 'docs',bumpversion ; extra == 'release',twine ; extra == 'release',pytest ; extra == 'tests',pytest-django ; extra == 'tests',requests-mock ; extra == 'tests',django-webtest ; extra == 'tests',tox ; extra == 'tests',isort ; extra == 'tests',black ; extra == 'tests']",2024-02-16 14:09:01.546759 UTC,,, | |
django-handleref,3824,2.0.0,20C,Apache-2.0,https://github.com/20c/django-handleref,">=3.8,<4.0","[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Software Development]",[],2023-06-19 12:04:47.380512 UTC,,, | |
django-select2-admin-filters,3821,0.1.4,Bartłomiej Żmudziński,MIT,,>=3.5,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3 :: Only,Operating System :: OS Independent]",[django (>=2.2)],2021-07-22 08:21:01.670795 UTC,,, | |
django-query-profiler,3819,0.9,"Yash Maheshwari, Glynn Morrison",BSD-3-Clause,https://github.com/django-query-profiler/django-query-profiler,>=3.6,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Utilities,Intended Audience :: Developers]","[setuptools,django,mo-sql-parsing,redis,mmh3,isort,dataclasses ; python_version < ""3.7""]",2022-01-24 22:47:46.672217 UTC,,, | |
django-peeringdb,3809,3.3.0,PeeringDB,Apache-2.0,https://github.com/peeringdb/django-peeringdb,">=3.8,<4.0","[Development Status :: 5 - Production/Stable,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Internet,Topic :: Software Development :: Libraries :: Python Modules]","[asgiref (>=3),django_countries (>1),django_handleref (>=2),django_inet (>=1)]",2024-01-24 04:36:49.956344 UTC,,, | |
django-jsignature,3809,0.12,Florent Lebreton,"LPGL, see LICENSE file.",https://github.com/fle/django-jsignature,,"[Topic :: Utilities,Natural Language :: English,Operating System :: OS Independent,Intended Audience :: Developers,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Development Status :: 5 - Production/Stable,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]","[Django >=4.2,pillow,pyquery >=1.4.2]",2024-01-27 23:02:36.874594 UTC,,, | |
django-dynamic-filenames,3795,1.3.2,Johannes Maron,MIT License,https://github.com/codingjoe/django-dynamic-filenames,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]",[django (>=3.2)],2023-06-22 06:38:58.654256 UTC,,, | |
django-icons,3784,23.5,,"BSD 3-Clause License Copyright (c) 2017, Zostera B.V. 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 the copyright holder 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. ",,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Software Development :: Libraries,Topic :: Utilities]",[Django >=3.2],2023-12-28 14:38:42.948144 UTC,,, | |
django-selenium-login,3781,2.0.0,Fredrik Westermark,MIT,https://github.com/feffe/django-selenium-login,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Topic :: Software Development :: Quality Assurance]",[django (>=1.11)],2019-09-18 07:10:37.761127 UTC,,, | |
django-selenium-login,3781,2.0.0,Fredrik Westermark,MIT,https://github.com/feffe/django-selenium-login,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Topic :: Software Development :: Quality Assurance]",[django (>=1.11)],2019-09-18 07:10:37.761127 UTC,,, | |
django-selenium-login,3781,2.0.0,Fredrik Westermark,MIT,https://github.com/feffe/django-selenium-login,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Topic :: Software Development :: Quality Assurance]",[django (>=1.11)],2019-09-18 07:10:37.761127 UTC,,, | |
django-tables2-reports,3777,0.1.3,Pablo Martin,LGPL 3,https://github.com/goinnn/django-tables2-reports,,"[Development Status :: 4 - Beta,Framework :: Django,License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL),Programming Language :: Python :: 2,Programming Language :: Python :: 3]",[],2017-07-03 12:55:44.829289 UTC,,, | |
django-fobi,3768,0.19.9,Artur Barseghyan,GPL-2.0-only OR LGPL-2.1-or-later,https://github.com/barseghyanartur/django-fobi/,,"[Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Environment :: Web Environment,License :: OSI Approved :: GNU General Public License v2 (GPLv2),License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+),Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,Operating System :: OS Independent,Development Status :: 4 - Beta]","[bleach,django-autoslug (>=1.9.4),django-formtools (>=2.0),django-nine (>=0.2.3),django-nonefield (>=0.1),Pillow (>=2.0.0),requests (>=1.0.0),six (>=1.9),Unidecode (>=0.04.1),vishap (<2.0,>=0.1.5),easy-thumbnails (>=2.4.1)]",2023-07-11 20:53:08.715254 UTC,,, | |
django-agent-trust,3764,1.1.0,,,,>=3.7,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: The Unlicense (Unlicense),Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Topic :: Security,Topic :: Software Development :: Libraries :: Python Modules]",[django>=2.2],2024-02-08 17:40:20.144430 UTC,,, | |
django-email-utils,3763,1.0.0,Chathan Driehuys,MIT,https://github.com/cdriehuys/django-email-utils,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7]",[Django (>=2.1)],2019-09-12 00:42:27.656309 UTC,,, | |
django-fieldsets-with-inlines,3750,0.6,Robert Kovac,MIT,https://github.com/robertkovac/django-fieldsets-with-inlines,>=3.4,"[Framework :: Django,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3]",[],2020-07-03 09:33:06.164974 UTC,,, | |
django-permission,3739,1.0.4,Alisue,MIT,https://github.com/lambdalisue/django-permission,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]",[],2017-03-25 09:30:44.391117 UTC,,, | |
django-permission,3739,1.0.4,Alisue,MIT,https://github.com/lambdalisue/django-permission,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]",[],2017-03-25 09:30:44.391117 UTC,,, | |
django-permission,3739,1.0.4,Alisue,MIT,https://github.com/lambdalisue/django-permission,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]",[],2017-03-25 09:30:44.391117 UTC,,, | |
django-data-browser,3721,4.2.8,Gordon Wrigley,,https://github.com/tolomea/django-data-browser,>=3.8,"[Programming Language :: Python :: 3,License :: OSI Approved :: MIT License,Operating System :: OS Independent]","[Django >=3.2,hyperlink,python-dateutil,sqlparse]",2024-02-11 11:29:07.985186 UTC,,, | |
django-mail-panel,3720,4.0.3,Stephen Mitchell,Apache Software License,https://github.com/scuml/django-mail-panel,">=3.5,<4.0","[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,License :: Other/Proprietary License,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Internet :: WWW/HTTP]",[django-debug-toolbar (>=1.0)],2023-03-23 13:03:53.932060 UTC,,, | |
django-content-editor,3719,6.4.1,,BSD-3-Clause,,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries :: Application Frameworks]","[django-js-asset,django>=3.2,coverage; extra == 'tests']",2024-02-22 10:49:38.531216 UTC,,, | |
django-postgres-unlimited-varchar,3694,1.1.2,Jacob Kaplan-Moss,,,">=3.6,<4.0","[Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]","[django (>=2,<5)]",2022-09-14 15:03:25.252600 UTC,,, | |
django-jalali,3664,6.0.1,Milad Rastian,Python Software Foundation License,http://github.com/slashmili/django-jalali,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: Implementation :: CPython,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1]","[jdatetime (>=4.0.0),django (>=3.2),djangorestframework (>=3.12) ; extra == 'drf']",2022-11-29 10:58:26.270274 UTC,,, | |
django-deprecation,3662,0.1.1,Tomás Fox,MIT,https://github.com/openbox/django-deprecation,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6]",[],2018-09-07 23:10:45.556941 UTC,,, | |
django-deprecation,3662,0.1.1,Tomás Fox,MIT,https://github.com/openbox/django-deprecation,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6]",[],2018-09-07 23:10:45.556941 UTC,,, | |
django-aws-secrets-manager,3657,0.1.5,Lee HanYeong,MIT,https://github.com/LeeHanYeong/django-aws-secrets-manager,,"[Framework :: Django,Programming Language :: Python]","[boto3,django]",2019-11-18 10:56:58.610862 UTC,,, | |
django-fontawesome-5,3616,1.0.18,Benjamin Frost,BSD License,https://github.com/BenjjinF/django-fontawesome-5,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Topic :: Utilities]",[Django (>=2.1)],2020-02-15 22:48:37.640007 UTC,,, | |
django-newsletter,3612,0.9.1,Mathijs de Bruin,,http://github.com/dokterbob/django-newsletter/,,"[Development Status :: 6 - Mature,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: GNU Affero General Public License v3,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Utilities]","[Django (>=2.2.12),python-card-me (<1.0),ldif3 (<3.2),chardet,surlex (>=0.2.0),six,sorl-thumbnail (>=12.6.3),unicodecsv (<0.15),Pillow]",2020-05-18 11:54:09.019276 UTC,,, | |
django-postgres-metrics,3606,0.15.0,Markus Holtermann,BSD,https://github.com/django-postgres-metrics/django-postgres-metrics,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[django-rich (>=1.0),pre-commit ; extra == 'dev',Django ; extra == 'docs',psycopg2 ; extra == 'docs',sphinx-rtd-theme (<2.0,>=1.0) ; extra == 'docs',Sphinx (<5.0,>=4.0) ; extra == 'docs',coverage[toml] (<6,>=5) ; extra == 'test',Django ; extra == 'test',selenium (==3.141.0) ; extra == 'test']",2023-06-05 19:46:44.096462 UTC,,, | |
django-eb-sqs,3582,1.44,,,https://github.com/cuda-networks/django-eb-sqs,,"[Intended Audience :: Developers,Programming Language :: Python :: 3.7,Programming Language :: Python :: 2.7,Topic :: Software Development,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Framework :: Django]","[boto3 (>=1.9.86),Django (>=1.10.6),requests (>=2.10.0)]",2020-11-14 00:25:29.430300 UTC,,, | |
django-visitor-pass,3572,1,YunoJuno,MIT,https://github.com/yunojuno/django-visitor-pass,">=3.8,<4.0","[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.12]","[django (>=3.2,<6.0)]",2023-11-07 11:08:30.462582 UTC,,, | |
django-verify-email,3555,0.0.2,Nitin,,https://github.com/foo290/Django-Verify-Email/,,"[Environment :: Web Environment,Framework :: Django CMS :: 3.8,Intended Audience :: Developers,Programming Language :: Python :: 3.6,License :: OSI Approved :: MIT License,Operating System :: OS Independent]",[],2020-10-09 06:35:51.315086 UTC,,, | |
django-jsoneditor-widget,3528,1.3.2,Arthur Chang,MIT,https://github.com/arthurc0102/django-jsoneditor-widget,,[],[],2021-01-03 13:36:38.569370 UTC,,, | |
django-capture-tag,3527,1,Diederik van der Boor,Apache 2.0,https://github.com/edoburu/django-capture-tag,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.6,Framework :: Django :: 1.7,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.3,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Python Modules]",[],2016-04-20 12:52:33.004446 UTC,,, | |
django-orm-views,3524,2.0.2,iwoca,"Copyright 2022 iwoca Ltd Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",,>=3.6,"[Programming Language :: Python :: 3,License :: OSI Approved :: MIT License,Operating System :: OS Independent]","[django (<4.2,>=2.1),dataclasses (>=0.7) ; python_version < ""3.7.0"",psycopg2-binary (==2.8.6) ; extra == 'test']",2023-07-24 13:32:57.444236 UTC,,, | |
django-fractions,3517,5.0.0,Justin Michalicek,BSD,https://github.com/jmichalicek/django-fractions,,"[Development Status :: 4 - Beta,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]",[],2023-01-09 01:14:31.551700 UTC,,, | |
django-http-referrer-policy,3511,1.1.1,Dmytro Litvinov,MIT,https://django-http-referrer-policy.readthedocs.io/,,"[Development Status :: 5 - Production/Stable,Framework :: Django :: 1.11,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]",[],2020-11-02 09:35:03.133686 UTC,,, | |
django-delayed-union,3509,0.1.7,Mike Hansen,BSD 3-Clause License,https://github.com/roverdotcom/django-delayed-union,,"[Development Status :: 4 - Beta,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: Unix,Operating System :: POSIX,Operating System :: Microsoft :: Windows,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Utilities]",[django (>=2.2)],2022-01-12 19:10:11.085451 UTC,,, | |
django-thread,3508,0.0.1,Ross McFaland,MIT,https://github.com/ross/django-thread,>=3.6,[],[django (>=1.6.0)],2021-11-02 01:48:50.986708 UTC,,, | |
wagtail-modeltranslation,3505,0.14.1,InfoPortugal S.A.,New BSD,https://github.com/infoportugal/wagtail-modeltranslation,">=3.8,<4.0","[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,License :: Other/Proprietary License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]","[Django (>=3.2),wagtail (>=4.0,<=6.0),django-modeltranslation (>=0.17)]",2023-08-25 15:52:29.151370 UTC,,, | |
wagtailgeowidget,3491,8.1.1,Fröjd,MIT,https://github.com/frojd/wagtail-geo-widget,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 5.0,Framework :: Wagtail,Framework :: Wagtail :: 4,Framework :: Wagtail :: 5,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Utilities]","[Wagtail >=4.1,pytest ; extra == 'test',pytest-django ; extra == 'test',factory-boy ; extra == 'test']",2023-12-29 08:17:33.458856 UTC,,, | |
django-postgrespool2,3488,0.1.0,lcd1232,MIT,https://github.com/lcd1232/django-postgrespool2,,"[Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 2.7]","[psycopg2,sqlalchemy]",2017-09-14 11:47:08.940267 UTC,,, | |
django-rq-scheduler,3486,2023.9.0,Daniel Moran,MIT,https://github.com/dsoftwareinc/django-redis-scheduler,">=3.9,<4.0","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3,Framework :: Django :: 3.2,Framework :: Django :: 4,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[click (>=8.1,<9.0),croniter (>=1.4,<2.0),django (>=3.2),pyyaml (>=6.0,<7.0) ; extra == ""yaml"",rq (>=1.15,<2.0)]",2023-09-01 15:32:52.745044 UTC,,, | |
django-jazzmin-admin-rangefilter,3464,1.0.0,Dmitriy Sokolov,MIT,https://github.com/EricOuma/django-jazzmin-admin-rangefilter,">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Utilities]",[],2023-03-12 18:37:23.640204 UTC,,, | |
wagtail-treemodeladmin,3461,1.9.0,,CC0,,>=3.8,"[Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Wagtail,Framework :: Wagtail :: 4,Framework :: Wagtail :: 5,License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication,License :: Public Domain,Programming Language :: Python,Programming Language :: Python :: 3]","[wagtail <5.3,>=5.1,wagtail-modeladmin >=1.0,coverage[toml] ; extra == 'testing']",2024-01-02 16:58:53.576542 UTC,,, | |
django-dynamic-admin-forms,3461,2.2.1,,,,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Utilities]","[django >=3.2,typer~=0.9 ; extra == ""dev"",freezegun~=1.3 ; extra == ""dev"",pytest-django~=4.7 ; extra == ""dev"",pytest-mock~=3.12 ; extra == ""dev"",coverage~=7.3 ; extra == ""dev"",pre-commit~=3.5 ; extra == ""dev"",ruff~=0.1.7 ; extra == ""dev"",sphinx==4.2.0 ; extra == ""dev"",sphinx-rtd-theme==1.0.0 ; extra == ""dev"",m2r2==0.3.1 ; extra == ""dev"",mistune<2.0.0 ; extra == ""dev"",flit~=3.9 ; extra == ""dev"",ambient-package-update~=23.12.4 ; extra == ""dev"",unittest-parametrize~=1.4 ; extra == ""dev""]",2023-12-18 16:12:08.369147 UTC,,, | |
django-admin-search,3448,0.3.15,Shinneider Libanio da Silva,MIT,https://github.com/shinneider/django_admin_search,>=3.3,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Python Modules]","[django,isort ; extra == 'code-quality',bandit ; extra == 'code-quality',xenon ; extra == 'code-quality',django ; extra == 'dev',django-mock-queries ; extra == 'dev',pylint ; extra == 'dev',pytest-pylint ; extra == 'dev',pytest ; extra == 'dev',pytest-cov ; extra == 'dev',pytest-watch ; extra == 'dev',tox ; extra == 'dev',six ; extra == 'dev']",2023-04-24 23:03:12.610366 UTC,,, | |
django-friendship,3440,1.9.6,Frank Wiles,BSD-3-Clause,https://github.com/revsys/django-friendship/,>=3.6,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Pytest,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10]","[black (==21.7b0) ; extra == 'test',pytest ; extra == 'test',pytest-django ; extra == 'test',pytest-cov ; extra == 'test',pytest-pythonpath ; extra == 'test',factory-boy ; extra == 'test']",2022-03-13 21:06:45.009997 UTC,,, | |
django-tex,3429,1.1.10,Martin Bierbaum,MIT,https://github.com/weinbusch/django-tex,>=3.6.2,[],"[django (>=2.2),jinja2 (>=2.9)]",2021-12-16 17:54:14.576883 UTC,,, | |
django-hierarkey,3399,1.1.0,Raphael Michel,Apache License 2.0,https://github.com/raphaelm/django-hierarkey,,"[Intended Audience :: Developers,Intended Audience :: Other Audience,License :: OSI Approved :: Apache Software License,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django :: 3.2,Framework :: Django :: 4.0]",[python-dateutil],2022-03-07 09:26:48.849635 UTC,,, | |
django-rest-marshmallow,3387,4.0.2,Tom Christie,BSD,https://github.com/marshmallow-code/django-rest-marshmallow,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Internet :: WWW/HTTP]",[],2020-03-22 14:51:23.382270 UTC,,, | |
django-fullurl,3362,1.4,David D Lowe,mit,https://github.com/Flimm/django-fullurl,">=2.7, !=3.0.*, !=3.1.*, !=3.2.*","[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,License :: OSI Approved :: MIT License]",[Django (>=1.8)],2023-03-30 08:15:47.740082 UTC,,, | |
django-durationwidget,3331,1.0.5,Devang Padhiyar,,https://github.com/devangpadhiyar/django-durationwidget,,"[License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3]",[Django (>=1.11)],2019-03-12 06:38:04.031863 UTC,,, | |
django-manager-utils,3309,3.1.0,Wes Kendall,,http://github.com/ambitioninc/django-manager-utils/,,"[Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2]","[Django (>=3.2),django-query-builder (>=3.1.0)]",2023-06-26 21:27:46.665611 UTC,,, | |
django-pbx-admin,3306,1.23.3a8,,,,>=3.9,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3 :: Only,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2024-02-29 14:08:08.348759 UTC,,, | |
django-gmailapi-backend,3298,0.3.2,Michele Dolfi,Apache License 2.0,https://github.com/dolfim/django-gmailapi-backend,,"[Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: MacOS :: MacOS X,Operating System :: Microsoft :: Windows,Operating System :: POSIX,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Framework :: Django,Topic :: Communications :: Email,Development Status :: 4 - Beta]","[google-api-python-client (~=2.0),google-auth (<3.0.0dev,>=1.16.0)]",2022-06-26 07:13:43.671837 UTC,,, | |
django-model2puml,3291,0.3.0,Denis Senchishen,MIT,https://github.com/sen-den/django-model2puml,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2023-02-11 18:40:37.694246 UTC,,, | |
django-maintenancemode,3289,0.11.7,Remco Wendt,BSD License,https://github.com/shanx/django-maintenancemode,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2]","[django-appconf,six (>=1.9.0),ipy,tox ; extra == 'develop',django ; extra == 'develop',pytest-django ; extra == 'develop',pytest ; extra == 'develop',pytest-django ; extra == 'test',pytest-cov ; extra == 'test',pytest ; extra == 'test']",2021-10-09 06:24:50.248596 UTC,,, | |
django-grainy,3288,2.0.0,20C,LICENSE.txt,https://github.com/20c/django-grainy,">=3.8,<4.0","[Development Status :: 5 - Production/Stable,License :: OSI Approved :: Apache Software License,License :: Other/Proprietary License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]","[Django (>=3.2,<5),black (>=22.3.0,<23.0.0),djangorestframework (>=3.0,<4.0),grainy (>=1.7.0,<2),six (>=1.11.0,<=2.0.0)]",2023-06-19 12:07:24.419479 UTC,,, | |
django-use-email-as-username,3283,1.4.0,,BSD-3-Clause,,>=3.7,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,Natural Language :: English]","[django>=1.11,codecov; extra == ""testing"",coverage; extra == ""testing""]",2023-07-12 09:58:52.544977 UTC,,, | |
django-widgets-improved,3280,1.5.0,Simon Hanna,MIT license,https://github.com/simhnna/django-widgets-improved,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Software Development :: Libraries :: Python Modules]",[],2018-01-10 17:33:47.704091 UTC,,, | |
django-composite-field,3264,2.0.0,Michael P. Jung,BSD OR MIT OR Apache-2.0,https://github.com/bikeshedder/django-composite-field,">=3.8,<4.0","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,License :: OSI Approved :: BSD License,License :: OSI Approved :: MIT License,License :: Other/Proprietary License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries,Topic :: Software Development :: Libraries :: Python Modules]",[Django],2024-02-01 17:11:01.803800 UTC,,, | |
dj-config-url,3255,0.1.1,Julian Wachholz,BSD,https://github.com/julianwachholz/dj-config-url,,"[Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.2,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development :: Libraries :: Python Modules]",[],2014-05-18 18:51:04.409780 UTC,,, | |
dj3-cloudinary-storage,3249,0.0.6,Tiago Cordeiro,MIT,https://github.com/tiagocordeiro/dj3-cloudinary-storage,,"[Framework :: Django,Environment :: Web Environment,Development Status :: 4 - Beta,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Internet :: WWW/HTTP]","[requests (>=2.26.0),cloudinary (>=1.26.0),python-magic (>=0.4.24) ; extra == 'video']",2021-10-20 13:11:40.292016 UTC,,, | |
djangomako,3247,1.3.2,Ahmed Jazzar,MIT License,https://github.com/iamjazzar/django-mako,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,License :: OSI Approved :: MIT License,Topic :: Software Development]",[Mako (==1.2.3)],2022-10-03 17:07:16.039322 UTC,,, | |
django-utils2,3230,3.0.2,Rick van Hattem,BSD,https://github.com/WoLpH/django-utils,,"[Development Status :: 6 - Mature,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Internet :: WWW/HTTP :: WSGI,Topic :: Software Development :: Libraries :: Python Modules]","[python-utils >=3.5.2,django ; extra == 'docs',mock ; extra == 'docs',sphinx >=1.7.2 ; extra == 'docs',sphinx ; extra == 'tests',pytest ; extra == 'tests',pytest-cache ; extra == 'tests',pytest-cov ; extra == 'tests',pytest-django ; extra == 'tests',jinja2 ; extra == 'tests',pygments ; extra == 'tests']",2023-10-13 19:29:09.078592 UTC,,, | |
django-dual-authentication,3208,1.2.1,Zeioth,MIT,https://github.com/Zeioth/django-dual-authentication,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7]",[],2019-04-07 01:39:33.762141 UTC,,, | |
django-geoposition-2,3208,0.4.0,Dario Castañé,,http://github.com/imdario/django-geoposition,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Framework :: Django]",[],2022-05-25 18:55:00.528227 UTC,,, | |
django-eventlog,3200,1.3,Martin Mahner,MIT,https://github.com/bartTC/django-eventlog,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django]",[django (>=3.2)],2023-10-04 04:58:42.196487 UTC,,, | |
django-adminfilters,3198,2.4,sax,MIT,https://github.com/saxix/django-adminfilters,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 5.0,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Intended Audience :: Developers]","[check-manifest ; extra == 'dev',django-environ ; extra == 'dev',factory-boy ; extra == 'dev',flake8 ; extra == 'dev',isort ; extra == 'dev',pdbpp ; extra == 'dev',prettytable ==3.9.0 ; extra == 'dev',psycopg2-binary ; extra == 'dev',pytest <7 ; extra == 'dev',pytest-cov ; extra == 'dev',pytest-django ; extra == 'dev',pytest-echo ; extra == 'dev',pytest-selenium <4 ; extra == 'dev',selenium ==4.9.1 ; extra == 'dev',tox ; extra == 'dev',black ; extra == 'dev',django ; extra == 'dev',pre-commit ; extra == 'dev',pytest ; extra == 'dev',sphinx ; extra == 'dev',sphinx-rtd-theme ; extra == 'dev',sphinxcontrib.video ; extra == 'dev',check-manifest ; extra == 'test',django-environ ; extra == 'test',factory-boy ; extra == 'test',flake8 ; extra == 'test',isort ; extra == 'test',pdbpp ; extra == 'test',prettytable ==3.9.0 ; extra == 'test',psycopg2-binary ; extra == 'test',pytest <7 ; extra == 'test',pytest-cov ; extra == 'test',pytest-django ; extra == 'test',pytest-echo ; extra == 'test',pytest-selenium <4 ; extra == 'test',selenium ==4.9.1 ; extra == 'test',tox ; extra == 'test']",2024-02-06 13:37:03.568813 UTC,,, | |
ipinfo-django,3195,2.0.0,IPinfo,Apache License 2.0,https://github.com/ipinfo/django,,[],"[django,ipinfo (==4.2.1)]",2022-08-15 07:51:31.306558 UTC,,, | |
django-dragon,3190,0.1.6,Logan Bibby,BSD-3-Clause,https://github.com/Lenders-Cooperative/django-dragon,">=3.6,<4.0","[License :: OSI Approved :: BSD License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]","[Django (>=3.1.13,<4.0.0)]",2022-02-02 16:54:52.221899 UTC,,, | |
djangorestframework-link-header-pagination,3189,0.1.1,Tommy Beadle,BSD,https://github.com/tbeadle/django-rest-framework-link-header-pagination,,"[Development Status :: 2 - Pre-Alpha,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Internet :: WWW/HTTP]",[],2017-07-12 15:04:35.381152 UTC,,, | |
django-vectortiles,3183,1.0.0b3,Jean-Etienne Castagnede,,https://github.com/submarcos/django-vectortiles.git,>=3.6,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Development Status :: 5 - Production/Stable,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[django,mercantile,factory-boy ; extra == 'dev',flake8 ; extra == 'dev',isort ; extra == 'dev',black ; extra == 'dev',coverage ; extra == 'dev',djangorestframework ; extra == 'dev',psycopg2-binary ; extra == 'dev',mapbox-vector-tile ; extra == 'dev',protobuf (<4.21.0) ; extra == 'dev',django-debug-toolbar ; extra == 'dev',sphinx-rtd-theme ; extra == 'dev',mapbox-vector-tile ; extra == 'mapbox',protobuf (<4.21.0) ; extra == 'mapbox',mapbox-vector-tile ; extra == 'python',protobuf (<4.21.0) ; extra == 'python',factory-boy ; extra == 'test',flake8 ; extra == 'test',isort ; extra == 'test',black ; extra == 'test',coverage ; extra == 'test',djangorestframework ; extra == 'test',psycopg2-binary ; extra == 'test']",2023-06-01 14:56:18.073701 UTC,,, | |
wagtail-orderable,3176,1.2.0,Elton Lee & Andy Babic,MIT,https://github.com/elton2048/wagtail-orderable,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,License :: OSI Approved :: zlib/libpng License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Wagtail,Framework :: Wagtail :: 4,Framework :: Wagtail :: 5]",[wagtail (>=4.1)],2023-06-02 16:14:27.940942 UTC,,, | |
django-pg-returning,3166,2.0.2,Mikhail Shvein,"BSD 3-clause ""New"" or ""Revised"" License",https://github.com/M1hacka/django-pg-returning,,[],"[django >=1.7,typing ; python_version < ""3.5""]",2024-01-04 09:07:53.135747 UTC,,, | |
django-admin-geomap,3163,1.6,Vitaly Bogomolov,,https://github.com/vb64/django.admin.geomap,>=3.6,"[Programming Language :: Python :: 3,License :: OSI Approved :: MIT License,Operating System :: OS Independent]",[],2023-06-28 07:49:08.475210 UTC,,, | |
django-throttle-requests,3155,0.5.7,Lewis Sobotkiewicz,MIT,https://github.com/sobotklp/django-throttle-requests,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: Implementation :: PyPy,Topic :: Software Development :: Libraries,Topic :: Software Development :: Libraries :: Python Modules]",[Django (>=1.7)],2020-01-28 07:28:55.931914 UTC,,, | |
wagtailvideos,3149,5.2.1,Neon Jungle,BSD License,https://github.com/neon-jungle/wagtailvideos,,"[Environment :: Web Environment,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django,License :: OSI Approved :: BSD License]","[wagtail >=5.2,Django >=3.2,django-enumchoicefield >=1.1.0,bcp47 ==0.0.4,mock ==2.0.0 ; extra == 'testing']",2024-01-08 22:53:11.364590 UTC,,, | |
django-forestadmin,3131,1.6.11,Guillaume Cisco,GNU General Public License v3 or later (GPLv3+),https://forestadmin.com/,"<3.12,>=3.6","[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+),Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries]","[Django <5.0,>=3.2,django-cors-headers >=3.7,django-ipware <5.0,>=4.0,marshmallow-jsonapi <1.0,>=0.24,oic <2.0,>=1.3,python-dateutil <3.0,>=2.8,python-jose <4.0,>=3.3,requests <3.0,>=2.25,marshmallow >=3.14,pandas <=1.5,>=1.1,importlib-metadata <4.3,>=4.0 ; python_version < ""3.8"",backports.zoneinfo <1.0,>=0.2 ; python_version < ""3.9""]",2023-11-17 08:54:36.668840 UTC,,, | |
django-antispam,3128,1.0.3,Vladislav Bakin,MIT,https://github.com/mixkorshun/django-antispam,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7]","[django,python-akismet]",2020-05-25 20:01:29.815407 UTC,,, | |
django-app-settings,3128,0.7.2,Timothee Mazzucotelli,ISC,https://github.com/pawamoy/django-appsettings,~=3.5,"[Development Status :: 4 - Beta,Intended Audience :: Developers,License :: OSI Approved :: ISC License (ISCL),Operating System :: Unix,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: Implementation :: PyPy,Topic :: Utilities]",[Django],2023-09-07 13:30:40.302771 UTC,,, | |
django-empty-users-app,3103,1.0.1,Astafeev Rustam,MIT License,https://github.com/AllYouZombies/django-empty-users-app,>=3.6,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[Django (>=3.1)],2023-06-13 13:19:29.261529 UTC,,, | |
djangocms-installer,3097,2.0.0,Iacopo Spalletti,BSD,https://github.com/nephila/djangocms-installer,>=3.5,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Topic :: Software Development]","[dj-database-url (>=0.4),six,tzlocal]",2020-11-14 23:22:29.842482 UTC,,, | |
django-feature-policy,3088,4.0.0,Adam Johnson,,https://github.com/adamchainz/django-feature-policy-shim,,[Development Status :: 7 - Inactive],[django-permissions-policy],2021-03-24 15:09:40.669947 UTC,,, | |
django-link-shortener,3072,0.5,Petronald Green,MIT License,https://github.com/ronaldgrn/django-link-shortener,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2022-07-16 06:02:49.052916 UTC,,, | |
django-cache-fallback,3067,0.2.2,Jakub Stawowy,3-clause BSD,https://github.com/Kub-AT/django-cache-fallback,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Intended Audience :: Developers,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7]",[django (>=1.8)],2019-08-23 08:21:43.402758 UTC,,, | |
django-adminlte2,3064,0.4.3,Adam Charnock,MIT,https://github.com/adamcharnock/django-adminlte2,,[],[],2020-06-05 15:41:46.721249 UTC,,, | |
django-simple-health-check,3060,0.6.1,Sergei Pikhovkin,MIT,https://github.com/pikhovkin/django-simple-health-check,">=3.7,<4.0","[Development Status :: 3 - Alpha,Environment :: Web Environment,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[Django <5.1,>=3.1,psutil ; extra == 'psutil']",2023-12-05 19:27:25.956138 UTC,,, | |
django-sql-dashboard,3046,1.2,Simon Willison,"Apache License, Version 2.0",https://github.com/simonw/django-sql-dashboard,>=3.6,[],"[Django >=3.0,markdown,bleach,black >=22.3.0 ; extra == 'test',psycopg2 ; extra == 'test',pytest ; extra == 'test',pytest-django ==4.2.0 ; extra == 'test',pytest-pythonpath ; extra == 'test',dj-database-url ; extra == 'test',testing.postgresql ; extra == 'test',beautifulsoup4 ; extra == 'test',html5lib ; extra == 'test']",2023-12-16 07:05:50.179464 UTC,,, | |
djangocms-page-tags,3039,1.1.0,Iacopo Spalletti,BSD,https://github.com/nephila/djangocms-page-tags,>=3.7,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[django-cms (>=3.7),django-taggit (>=0.11.2),django-taggit-autosuggest,django-classy-tags (>=0.3.4.1),django (<5.0) ; extra == 'docs']",2023-05-08 18:10:58.168100 UTC,,, | |
django-detailed-request-logging,3038,1.2.0,"Jaroslaw Surkont, Gerhard Bräunlich, Robin Engler, Christian Ribeaud, François Martin",LGPL3,https://gitlab.com/biomedit/django-detailed-request-logging,>=3.7,"[Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3),Operating System :: OS Independent]","[Django (>=3.2),djangorestframework (>=3.12),django-stubs ; extra == 'stubs',djangorestframework-stubs ; extra == 'stubs',assertpy ; extra == 'test',pytest ; extra == 'test',pytest-django ; extra == 'test']",2021-08-02 11:03:58.984119 UTC,,, | |
django-google-sso,3026,5.0.0,Chris Maillefaud,MIT,https://github.com/megalus/django-google-sso,">=3.10,<4.0","[Development Status :: 4 - Beta,Environment :: Plugins,Framework :: Django,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]","[django (>=4.1),google-auth,google-auth-httplib2,google-auth-oauthlib,loguru]",2023-12-20 14:52:31.192514 UTC,,, | |
django-jsrender,3026,0.2,Alexander van Ratingen,,https://github.com/AJHMvR/django-jsrender,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: GNU General Public License v3 (GPLv3),Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 3]","[django (>=1.8),six]",2017-08-15 14:21:24.886902 UTC,,, | |
django-unmigrate,3024,0.3.1,Lorenzo Peña,MIT,https://github.com/lorinkoz/django-unmigrate,">=3.6.2,<4.0.0","[Development Status :: 4 - Beta,Framework :: Django,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]","[GitPython (>=3.1.13,<4.0.0),django (>=2.0)]",2021-11-03 14:08:40.189542 UTC,,, | |
django-select2-forms,3016,3.0.0,Frankie Dintino,BSD,https://github.com/theatlantic/django-select2-forms,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]",[django-sortedm2m],2021-06-23 20:46:30.764568 UTC,,, | |
django-mssql,3013,1.8,Michael Manfre,MIT,https://bitbucket.org/Manfre/django-mssql,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 1.8,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.4,Topic :: Internet :: WWW/HTTP]",[],2016-12-01 05:46:57.623714 UTC,,, | |
django-mongoengine-filter,2998,0.4.2,Artur Barseghyhan,GPL-2.0-only OR LGPL-2.1-or-later,https://github.com/barseghyanartur/django-mongoengine-filter,>=3.7,"[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: GNU General Public License v2 (GPLv2),License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+),Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django]",[six (>=1.9)],2023-05-24 00:36:39.999482 UTC,,, | |
django-4-jet,2997,1.0.9,Denis Kildishev,AGPLv3,https://github.com/Barukimang/django-jet/archive/refs/tags/1.0.8-django4.tar.gz,,"[Development Status :: 5 - Production/Stable,Framework :: Django,License :: Free for non-commercial use,License :: OSI Approved :: GNU Affero General Public License v3,Intended Audience :: Developers,Intended Audience :: System Administrators,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.2,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Environment :: Web Environment,Topic :: Software Development,Topic :: Software Development :: User Interfaces]","[Django,six]",2022-07-02 17:41:26.980602 UTC,,, | |
django-naomi,2992,0.8,Edwin Lunando,MIT,https://github.com/edwinlunando/django-naomi,,"[Development Status :: 4 - Beta,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python :: 2,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.2,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Topic :: Software Development :: Build Tools]",[],2015-08-15 17:04:50.223897 UTC,,, | |
django-livefield,2990,4.1.0,Hearsay Social,MIT,https://github.com/hearsaycorp/django-livefield,,"[Development Status :: 5 - Production/Stable,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]","[Django <5.1,>=3.2]",2023-12-29 08:43:58.618936 UTC,,, | |
django-dynamic-models-readonly,2990,0.1.1,Mohammad Abbas,MIT,https://github.com/abbas123456/django-dynamic-models-readonly,,"[Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7]",[Django (>=2.0)],2020-04-08 16:09:01.414635 UTC,,, | |
django-mongoengine,2985,0.4.1,Ross Lawley,,,>=2.7,"[Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8]","[django (>1.11),mongoengine (>=0.14)]",2020-03-05 11:18:36.607212 UTC,,, | |
django-graphql-ratelimit,2976,1.0.2,o3o3o,Apache Software License,https://github.com/o3o3o/django-graphql-ratelimit,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Software Development :: Libraries :: Python Modules]","[graphene,graphene-django,django-ratelimit (>=4.0.0),django-ipware]",2023-03-09 07:30:29.348216 UTC,,, | |
django-utm-tracker,2973,1.3.2,YunoJuno,MIT,https://github.com/yunojuno/django-utm-tracker,">=3.8,<4.0","[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.12]","[django (>=3.2,<6.0)]",2023-11-11 14:12:26.857577 UTC,,, | |
wagtail-2fa,2970,1.6.9,Lab Digital,MIT,https://github.com/LabD/wagtail-2fa,>=3.8,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Wagtail,Framework :: Wagtail :: 2,Framework :: Wagtail :: 3,Framework :: Wagtail :: 4,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[Django >=3.2,Wagtail >=4.1,django-otp >=0.8.1,six >=1.14.0,qrcode >=6.1,sphinx >=1.4.1 ; extra == 'docs',sphinx-rtd-theme >=0.4.3 ; extra == 'docs',coverage ==5.5 ; extra == 'test',pytest ==6.2.4 ; extra == 'test',pytest-cov ==2.12.1 ; extra == 'test',pytest-django ==4.4.0 ; extra == 'test',flake8 ==3.9.2 ; extra == 'test',isort ==5.9.3 ; extra == 'test',flake8-blind-except ==0.2.0 ; extra == 'test',flake8-debugger ==4.0.0 ; extra == 'test']",2023-12-20 13:15:16.476209 UTC,,, | |
django-csv-export-view,2968,2.0.0,Ben Konrath,BSD,https://github.com/benkonrath/django-csv-export-view,"!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Utilities]",[django (>=3.2)],2023-03-21 21:24:45.898296 UTC,,, | |
django-easy-maps,2967,1.1.3,Mikhail Korobov,MIT License,https://github.com/bashu/django-easy-maps,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2]","[django-classy-tags (>=0.6.2),django-appconf,geopy (>=0.96),tox ; extra == 'develop',mock ; extra == 'develop',django ; extra == 'develop',pytest-django ; extra == 'develop',pytest ; extra == 'develop',pytest-django ; extra == 'test',pytest-cov ; extra == 'test',pytest ; extra == 'test',mock ; extra == 'test']",2021-10-09 07:14:31.200504 UTC,,, | |
django-recaptcha3,2966,0.4.0,Andrea Briganti,GNU LGPL v2,https://github.com/kbytesys/django-recaptcha3,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2),Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 3,Framework :: Django,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Operating System :: OS Independent,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Python Modules]",[requests],2020-10-20 07:33:15.887045 UTC,,, | |
django-localized-fields,2949,6.8b3,Sector Labs,MIT License,https://github.com/SectorLabs/django-localized-fields,>=3.6,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[Django >=2.0,django-postgres-extra <3.0,>=2.0,deprecation >=2.0.7,dataclasses ; python_version <= ""3.6"",black ==22.3.0 ; extra == 'analysis',flake8 ==3.7.7 ; extra == 'analysis',autoflake ==1.3 ; extra == 'analysis',autopep8 ==1.4.4 ; extra == 'analysis',isort ==4.3.20 ; extra == 'analysis',sl-docformatter ==1.4 ; extra == 'analysis',Sphinx ==2.2.0 ; extra == 'docs',sphinx-rtd-theme ==0.4.3 ; extra == 'docs',tox ==3.14.3 ; extra == 'test',pytest ==5.3.2 ; extra == 'test',pytest-django ==3.7.0 ; extra == 'test',pytest-cov ==2.8.1 ; extra == 'test',dj-database-url ==0.5.0 ; extra == 'test',django-autoslug ==1.9.6 ; extra == 'test',django-bleach ==0.6.1 ; extra == 'test',psycopg2 ==2.8.4 ; extra == 'test']",2024-03-01 18:20:16.755905 UTC,,, | |
django-flat-json-widget,2945,0.2,Federico Capoano,BSD-3-Clause,https://github.com/openwisp/django-flat-json-widget,,"[Development Status :: 3 - Alpha,Environment :: Web Environment,Topic :: Internet :: WWW/HTTP,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Framework :: Django,Programming Language :: Python :: 3]","[openwisp-utils[qa] (~=1.0.0) ; extra == 'test',django-extensions (~=3.1.0) ; extra == 'test']",2022-03-19 13:50:05.474241 UTC,,, | |
django-advance-thumbnail,2942,0.1.0,Mahadi Hassan,MIT,https://github.com/itsmahadi007/django_advance_thumbnail,>=3.6,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[Django (>=3.0),Pillow (>=8.0.0)]",2023-07-17 21:38:59.027246 UTC,,, | |
django-postgres-extensions,2912,0.9.3,Paul Martin,,https://github.com/primal100/django_postgres_extensions,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 3,Topic :: Database,Topic :: Software Development :: Libraries :: Python Modules]",[],2018-02-14 15:47:28.892863 UTC,,, | |
django-postgres-extensions,2912,0.9.3,Paul Martin,,https://github.com/primal100/django_postgres_extensions,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 3,Topic :: Database,Topic :: Software Development :: Libraries :: Python Modules]",[],2018-02-14 15:47:28.892863 UTC,,, | |
django-sri,2902,0.7.0,Jake Howard,BSD,https://github.com/RealOrangeOne/django-sri,>=3.8,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3,Programming Language :: Python,Topic :: Internet :: WWW/HTTP,Topic :: Software Development,Typing :: Typed]",[Django >=3.2],2023-09-12 08:20:22.019340 UTC,,, | |
django-google-analytics-app,2898,6.0.0,Praekelt.org,BSD,http://github.com/praekelt/django-google-analytics,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[Django (<4.2,>=3.2),celery (<5.2.3),requests,beautifulsoup4,structlog,importlib-metadata (<5) ; python_version == ""3.7"",flake8 ; extra == 'lint',responses ; extra == 'test']",2022-11-16 08:44:04.270289 UTC,,, | |
django-jalali-date,2890,0.1.10,Arman Roomana,Python Software Foundation License,http://github.com/a-roomana/django-jalali-date,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]","[django,jdatetime]",2017-01-03 22:12:26.361568 UTC,,, | |
djangoajax,2886,3.3,Yonel Ceruto Glez,MIT,https://github.com/yceruto/django-ajax,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.5,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[django (>=2.0)],2022-04-18 20:06:22.793856 UTC,,, | |
django-pwdtk,2865,1.0.0,MHComm,MIT,https://github.com/mhcomm/django-pwdtk,">=3.7, <4",[Development Status :: 3 - Alpha],[],2023-11-10 13:49:57.169523 UTC,,, | |
django-static-fontawesome,2849,6.4.2.1,Zhou JingJing,MIT,,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,Topic :: Software Development :: Libraries :: Python Modules,License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only]",[],2023-09-12 02:04:48.243478 UTC,,, | |
django-admin-colors,2842,0.2.0,Victor Ferraz,MIT License,https://github.com/victorfsf/django-admin-colors,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2018-03-23 12:32:10.367259 UTC,,, | |
django-pgtransaction,2841,1.3.0,Opus 10 Engineering,BSD-3-Clause,https://github.com/Opus10/django-pgtransaction,">=3.8.0,<4","[Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.12]",[django (>=3)],2023-11-26 22:57:58.961312 UTC,,, | |
django-brotli,2837,0.2.1,Vasek Dohnal,MIT,https://github.com/illagrenan/django-brotli,~=3.6,"[Development Status :: 4 - Beta,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3 :: Only,Operating System :: OS Independent,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy]","[Django,brotli (>=1.0.0)]",2023-01-04 21:01:42.951803 UTC,,, | |
django-check-seo,2837,0.5.6,Dev Kapt,,https://github.com/kapt-labs/django-check-seo,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.8,Framework :: Django :: 2.2,Intended Audience :: Developers,License :: OSI Approved :: GNU General Public License v3 (GPLv3),Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[djangocms-page-meta,requests,beautifulsoup4,lxml]",2024-02-02 15:15:16.824669 UTC,,, | |
django-anon,2835,0.3.2,Tesorio,MIT,https://github.com/Tesorio/django-anon,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Framework :: Django,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 3]","[django-bulk-update,django-chunkator (<2)]",2021-07-28 11:56:26.066150 UTC,,, | |
django-password-policies-iplweb,2832,0.8.5,Michal Pasternak,,https://github.com/iplweb/django-password-policies-iplweb,,"[Development Status :: 3 - Alpha,Environment :: Web Environment,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Framework :: Django,License :: OSI Approved :: BSD License,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Utilities]",[django],2023-07-09 23:06:34.920974 UTC,,, | |
django-file-form,2831,3.6.0,Marco Braak,"Apache License, Version 2.0",https://github.com/mbraak/django-file-form,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: Implementation :: CPython]",[],2023-12-08 14:13:12.023469 UTC,,, | |
django-inet,2830,1.1.1,20C,Apache-2.0,https://github.com/20c/django-inet,">=3.7,<4.0","[Development Status :: 5 - Production/Stable,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.2,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Internet,Topic :: Software Development,Topic :: Software Development :: Libraries :: Python Modules]",[],2022-05-10 09:27:11.589555 UTC,,, | |
django-handyhelpers,2819,0.3.19,David Slusser,GPL-3.0,https://github.com/davidslusser/django-handyhelpers,,"[Environment :: Web Environment,Framework :: Django :: 3.2,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python :: 3,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development :: Libraries :: Python Modules]","[Django,djangorestframework,djangorestframework-filters ==1.0.0.dev0,drf-dynamic-fields,hurry.filesize,Jinja2,MarkupSafe,python-dateutil,pytz,sqlparse,xlwt ==1.3.0]",2024-03-03 02:51:36.749706 UTC,,, | |
django-autotranslate,2812,1.2.0,Ankit Popli,MIT License,https://github.com/ankitpopli1891/django-autotranslate/,,"[Environment :: Web Environment,Framework :: Django,Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 3,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development :: Libraries :: Python Modules]","[django,goslate,polib,six]",2021-06-06 08:57:25.881106 UTC,,, | |
django-fakery,2801,4.1.1,Flavio Curella,MIT,https://github.com/fcurella/django-fakery/,>=3.8,"[Development Status :: 4 - Beta,Framework :: Django,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[Faker (<11.0,>=10.0),Django (>=3.2),six (>=1.10.1)]",2023-06-05 15:12:20.906472 UTC,,, | |
django-pint,2797,0.7.3,"Ben Harling, Carli* Freudenberg",MIT,https://github.com/CarliJoy/django-pint/,>=3.8,"[Development Status :: 4 - Beta,Programming Language :: Python,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Intended Audience :: Developers,Intended Audience :: Science/Research,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Topic :: Scientific/Engineering,Topic :: Software Development :: Libraries :: Python Modules]","[Django >=3.2,pint >=0.16,sphinx ; extra == 'build_doc',recommonmark >=0.6.0 ; extra == 'build_doc',m2r2 ; extra == 'build_doc',pytest >=6.1 ; extra == 'testing',pytest-cov >=2.1 ; extra == 'testing',pytest-django >=0.4 ; extra == 'testing',tox >=3.2 ; extra == 'testing']",2023-10-01 22:12:44.177818 UTC,,, | |
django-graphql-social-auth,2793,0.1.4,mongkok,MIT,https://github.com/flavors/django-graphql-social-auth/,,"[Development Status :: 1 - Planning,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7]",[],2019-02-07 16:07:22.794971 UTC,,, | |
django-graphql-social-auth,2793,0.1.4,mongkok,MIT,https://github.com/flavors/django-graphql-social-auth/,,"[Development Status :: 1 - Planning,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7]",[],2019-02-07 16:07:22.794971 UTC,,, | |
django-global-permissions,2783,0.2.6,Eduardo Matos,BSD,https://github.com/eduardo-matos/django-global-permissions,,"[Development Status :: 4 - Beta,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 2,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]",[django (>=1.4)],2022-03-23 00:25:09.825538 UTC,,, | |
django-safemigrate,2778,4.2,Ryan Hiebert,MIT,,>=3.8,"[License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]",[django (>=3.2)],2023-12-13 14:45:09.623069 UTC,,, | |
django-richenum,2757,5.0.0,Hearsay Social,MIT,https://github.com/hearsaycorp/django-richenum,,"[Development Status :: 5 - Production/Stable,License :: OSI Approved :: MIT License,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: Implementation :: CPython]","[Django <4.3,>=3.2,richenum]",2023-12-13 16:36:26.150290 UTC,,, | |
django-timestampable,2734,1.0.4,Daniel Pinto,MIT,https://github.com/xgeekshq/django-timestampable/,>=3.6,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Software Development :: Libraries,Topic :: Software Development :: Libraries :: Application Frameworks]","[Django (>=3.1),aspectlib (>=1.5),djangorestframework (>=3.12) ; extra == 'drf']",2022-11-12 14:59:30.419879 UTC,,, | |
django-disposable-email-checker,2730,2.0.3a2,Jason Held,BSD,https://github.com/jheld/DisposableEmailChecker,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8]",[block-disposable-email >=2.0.0],2024-01-09 20:10:23.634477 UTC,,, | |
django-jchart,2729,0.4.2,Matthisk Heimensen,BSD License,https://github.com/matthisk/django-jchart,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[django (>=1.5),coverage; extra == 'test',selenium; extra == 'test']",2017-10-15 15:28:26.855681 UTC,,, | |
django-admin-site-search,2723,0.4.0,Ahmed Al-Jawahiry,MIT,https://github.com/ahmedaljawahiry/django-admin-site-search/,>=3.7,"[Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]",[django >=3.2],2023-10-10 18:54:59.235458 UTC,,, | |
django-codenerix,2719,4.0.60,"Juanmi Taboada, Juan Soler Ruiz",Apache License Version 2.0,https://github.com/codenerix/django-codenerix,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: Other/Proprietary License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[Django (>=4.1.1),Pillow,Unidecode,codenerix-lib (>=1.0.23),django-debug-toolbar (==3.2.2),django-haystack (>=2.6.1),django-recaptcha (<1.3,>=1.2.1),django-rosetta (>=0.9.8),django-stubs,django-stubs-ext,elasticsearch (<3.0.0,>=2.0.0),html5lib,jsonfield,ldap3,openpyxl (==3.1.2),pyinstrument,pymongo,pyotp,python-dateutil,pytz]",2024-03-04 09:49:33.780047 UTC,,, | |
django-webp,2714,3.0.0,,"The MIT License (MIT) Copyright (c) 2023 André Farzat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",,>=3.5,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,Topic :: Software Development :: Libraries :: Python Modules,License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only]","[asgiref >=3.5.0,django >=4.0.3,pillow >=9.0.1,sqlparse >=0.4.2,whitenoise >=6.5.0,pip-tools ; extra == 'dev',pytest ; extra == 'dev',black ; extra == 'dev']",2023-09-02 22:17:32.301378 UTC,,, | |
django-logpipe,2706,1.4.0,thelabnyc,ISC,https://gitlab.com/thelabnyc/django-logpipe,">=3.11,<4.0","[License :: OSI Approved,Programming Language :: Python :: 3,Programming Language :: Python :: 3.11]","[Django (>=4.2),djangorestframework (>=3.14),lru-dict (>=1.1.6),pydantic (>=2.6.1,<3.0.0)]",2024-02-13 22:31:48.333530 UTC,,, | |
django-choices-field,2693,2.2.2,Thiago Bellini Ribeiro,MIT,https://github.com/bellini666/django-choices-field,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[django (>=3.2),typing_extensions (>=4.0.0)]",2023-06-25 15:51:11.676511 UTC,,, | |
django-nplusone,2693,0.0.5,Shafiq Ur Rahman,,https://github.com/shaffooo/django_nplusone,>=2.7,"[Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 2,Topic :: Software Development :: Build Tools]",[Django (>=1.11.20)],2020-01-01 16:15:50.611673 UTC,,, | |
django-markwhat,2692,1.6.2,Alireza Savand,BSD-3-Clause,https://pypi.org/project/django-markwhat/,,"[Development Status :: 5 - Production/Stable,Development Status :: 6 - Mature,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Software Development,Topic :: Software Development :: Libraries]",[Django],2019-08-30 15:01:14.525753 UTC,,, | |
django-currencies,2680,0.10.1,Panos Laganakos,BSD License,https://github.com/panosl/django-currencies,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: Implementation :: PyPy,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[django (>=1.8),jsonfield (<3.0.0,>=1.0.3),requests (>=2.14.2),bs4]",2020-02-21 23:15:58.550532 UTC,,, | |
django-yamlfield,2671,1.2.2,Ben Welsh,MIT,https://palewi.re/docs/django-yamlfield/,,"[Development Status :: 5 - Production/Stable,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,License :: OSI Approved :: MIT License]",[PyYAML >=3.10],2024-01-04 12:49:51.040517 UTC,,, | |
django-graphene-permissions,2667,0.0.4,Taoufik Abbassid,BSD,https://github.com/taoufik07/django-graphene-permissions,,"[Framework :: Django,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3]",[],2019-01-19 14:48:59.647764 UTC,,, | |
django-background-tasks-updated,2667,1.2.7,"arteria GmbH, John Montgomery, Alberto Petrucci, Jon Miller",BSD,http://github.com/iamjonmiller/django-background-tasks,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Topic :: Software Development :: Libraries :: Python Modules,Framework :: Django,Framework :: Django :: 1.8,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7]","[six,Django (>=3.2.12)]",2022-03-31 21:21:43.435719 UTC,,, | |
django-pgpubsub,2663,1.2.0,Opus 10 Engineering,BSD-3-Clause,https://github.com/Opus10/django-pgpubsub,">=3.7.0,<4","[Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: 3 :: Only]","[django (>=2),django-pgtrigger (>=4.6.0)]",2024-02-15 19:27:18.582017 UTC,,, | |
django-excel-response,2658,2.0.1,Joey Wilhelm,Apache,https://github.com/tarkatronic/django-excel-response,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Office/Business :: Financial :: Spreadsheet,Topic :: Software Development :: Libraries :: Python Modules]","[Django (>=1.8),openpyxl]",2017-05-15 00:59:51.729923 UTC,,, | |
django-sass-processor-dart-sass,2640,0.1.0,,,,>=3.7,"[Programming Language :: Python :: 3,License :: OSI Approved :: MIT License,Operating System :: OS Independent]",[],2022-11-04 12:24:51.966396 UTC,,, | |
django-cas-client,2635,1.5.3,"Derek Stegelman, Garrett Pennington",MIT,http://github.com/kstateome/django-cas/,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.5,Framework :: Django :: 1.6,Framework :: Django :: 1.7,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 3,Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries,Topic :: Utilities]",[],2019-12-24 15:17:46.350779 UTC,,, | |
django-lti-toolbox,2629,1.2.0,Open FUN (France Universite Numerique),MIT,https://github.com/openfun/django-lti-toolbox,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8]","[Django,oauthlib (>=3.0.0),twine (==2.0.0) ; extra == 'ci',bandit (==1.6.2) ; extra == 'dev',black (==22.3.0) ; extra == 'dev',flake8 (==3.7.9) ; extra == 'dev',ipdb (==0.12.2) ; extra == 'dev',ipython (==7.9.0) ; extra == 'dev',isort (==4.3.21) ; extra == 'dev',mypy (==0.761) ; extra == 'dev',pyfakefs (==3.7.1) ; extra == 'dev',pylint-django (==2.0.13) ; extra == 'dev',pylint (==2.4.4) ; extra == 'dev',pytest-cov (==2.8.1) ; extra == 'dev',pytest-django (==4.5.2) ; extra == 'dev',pytest (==7.4.0) ; extra == 'dev',Django (==4.2.4) ; extra == 'sandbox',django-configurations (==2.4.1) ; extra == 'sandbox',factory-boy (==2.12.0) ; extra == 'sandbox',psycopg2-binary (==2.8.4) ; extra == 'sandbox',django-crispy-forms (==1.9.1) ; extra == 'sandbox']",2023-09-13 16:46:41.309084 UTC,,, | |
django-admin-menu,2626,1.6,Chris Rose,MIT,http://github.com/cdrx/django-admin-menu,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5]","[libsass (<=1.0,>=0.20)]",2022-02-01 11:49:55.811623 UTC,,, | |
django-girder-utils,2624,0.13.1,"Kitware, Inc.",Apache 2.0,https://github.com/girder/django-girder-utils,>=3.8,"[Development Status :: 3 - Alpha,Environment :: Web Environment,Framework :: Django :: 3.2,Framework :: Django :: 4,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python]","[django (>=3.2),django-allauth ; extra == 'allauth',django-storages[boto3] ; extra == 'boto3_storage',django-minio-storage ; extra == 'minio_storage',djangorestframework ; extra == 'rest_framework']",2022-08-11 16:04:06.116890 UTC,,, | |
postoffice-django,2616,0.12.1,Mercadona,APACHE License,https://github.com/mercadona/postoffice_django/,,"[Environment :: Web Environment,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8]",[],2023-01-12 17:02:27.392394 UTC,,, | |
django-injector,2612,0.2.3,Tiemo Kieft,,https://github.com/blubber/django_injector,,"[Programming Language :: Python :: 3,License :: OSI Approved :: BSD License,Operating System :: OS Independent]",[injector],2021-05-12 09:45:38.970809 UTC,,, | |
django-constrainedfilefield,2600,5.0.0,Marc Bourqui,BSD,https://github.com/mbourqui/django-constrainedfilefield/,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Utilities]","[django (>=1.11) ; python_version >= ""3.5"",Pillow (>=4.0.0) ; extra == 'coverage',python-magic (>=0.4.2) ; (platform_system != ""Windows"") and extra == 'coverage',python-magic-bin ; (platform_system == ""Windows"") and extra == 'coverage',python-magic (>=0.4.2) ; (platform_system != ""Windows"") and extra == 'filetype',python-magic-bin ; (platform_system == ""Windows"") and extra == 'filetype',Pillow (>=4.0.0) ; extra == 'image']",2022-11-04 12:50:23.573209 UTC,,, | |
django-adminlte3,2599,0.1.6,d3n1z,MIT,https://github.com/d-demirci/django-adminlte3,>=3.6,[],[django],2020-04-15 19:34:18.586364 UTC,,, | |
django-editorjs-fields,2593,0.2.7,Ilya Kotlyakov,MIT,https://github.com/2ik/django-editorjs-fields,">=3.6,<4.0","[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]",[],2022-09-16 15:13:34.547531 UTC,,, | |
django-geonode-mapstore-client,2590,4.2.0,Alessio Fabiani,,https://github.com/GeoNode/geonode-mapstore-client,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Topic :: Internet :: WWW/HTTP,Programming Language :: Python :: 3.7]","[Markdown (>=2.6.11),MarkupSafe (>=1.1.1),django (<4.0,>=3.2.0),djangorestframework (<=3.12.0,>=3.8.0),idna (<2.11,>=2.5),requests (>=2.13.0),urllib3 (>=1.25)]",2024-01-09 16:02:47.927487 UTC,,, | |
django-regex-field,2590,3.1.0,Wes Kendall,MIT,https://github.com/ambitioninc/django-regex-field,,"[Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1]",[Django (>=3.2)],2023-06-28 20:24:52.021416 UTC,,, | |
django-webserver,2585,1.2.0,Peter Baumgartner,,https://github.com/lincolnloop/django-webserver,,"[Development Status :: 4 - Beta,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8]","[Django,gunicorn ; extra == ""gunicorn"",pyuwsgi ; extra == ""pyuwsgi"",pytest ; extra == ""test"",mock ; extra == ""test"" and ( python_version < '3.3'),uvicorn>0.6 ; extra == ""uvicorn"" and ( python_version >= '3.6'),waitress ; extra == ""waitress""]",2020-07-01 18:25:34.659263 UTC,,, | |
djangorestframework-oauth,2559,1.1.0,José Padilla,BSD,https://github.com/jpadilla/django-rest-framework-oauth,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Topic :: Internet :: WWW/HTTP]",[],2016-02-19 14:38:16.762220 UTC,,, | |
djangorestframework-oauth,2559,1.1.0,José Padilla,BSD,https://github.com/jpadilla/django-rest-framework-oauth,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Topic :: Internet :: WWW/HTTP]",[],2016-02-19 14:38:16.762220 UTC,,, | |
django-image-uploader-widget,2537,0.4.1,Eduardo Oliveira,MIT,https://github.com/inventare/django-image-uploader-widget,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]",[],2023-12-18 00:59:49.548149 UTC,,, | |
django-ga-context,2535,0.1.0,Anders Pearson,BSD,UNKNOWN,,[],[],2016-04-22 19:44:01.114302 UTC,,, | |
django-db-queue,2529,3.0.0,DabApps,BSD,http://www.dabapps.com,>=3.6,[],[Django (>=3.1)],2022-01-06 21:16:22.179808 UTC,,, | |
django-scrubber,2528,1.2.2,RegioHelden GmbH,BSD,https://github.com/regiohelden/django-scrubber,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Security,Topic :: Software Development]","[django-model-utils <5,>=2.0,faker >=0.8.0]",2023-11-06 08:32:47.903660 UTC,,, | |
django-bulk-signals,2526,0.4.2,Axel Wegener,MIT,https://github.com/awmath/django-bulk-signals,>=3,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[django >3],2024-01-23 13:49:15.583015 UTC,,, | |
django-jsonfeed,2516,0.4.0,Myles Braithwaite,MIT,https://github.com/myles/django-jsonfeed,">=3.8,<4.0","[Framework :: Django,Framework :: Flask,Framework :: Pelican,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]",[],2022-07-09 02:59:33.749675 UTC,,, | |
django-messages-extends,2492,0.6.3,AliLozano,MIT,https://github.com/AliLozano/django-messages-extends/,>=3,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Framework :: Django]",[],2022-08-29 07:34:45.144817 UTC,,, | |
django-prbac,2482,1.1.0,Dimagi,,http://github.com/dimagi/django-prbac,,"[Development Status :: 3 - Alpha,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Software Development :: Libraries :: Python Modules]","[django <5,>=3.0.7,jsonfield <4,>=1.0.3,simplejson]",2023-12-05 03:10:46.351477 UTC,,, | |
django-pgmigrate,2479,1.3.0,Opus 10 Engineering,BSD-3-Clause,https://github.com/Opus10/django-pgmigrate,">=3.8.0,<4","[Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.12]","[django (>=3),django-pglock (>=1.3.0,<2)]",2023-11-26 23:01:51.868530 UTC,,, | |
django-healthchecks,2462,1.5.0,Michael van Tellingen,MIT,https://github.com/mvantellingen/django-healthchecks,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10]","[Django (>=3.2),requests (>=2.24.0),certifi (>=2020.6.20),sphinx (>=1.4.0) ; extra == 'docs',coverage[toml] (==5.2) ; extra == 'test',pytest (==6.2.5) ; extra == 'test',pytest-django (==3.9.0) ; extra == 'test',requests-mock (==1.8.0) ; extra == 'test',freezegun (==0.3.15) ; extra == 'test',isort (==5.0.6) ; extra == 'test',flake8 (==3.8.3) ; extra == 'test',flake8-blind-except (==0.1.1) ; extra == 'test',flake8-debugger (==3.2.1) ; extra == 'test']",2022-06-12 09:48:47.118216 UTC,,, | |
django-enum,2458,1.3.1,Brian Kohan,MIT,https://django-enum.readthedocs.io,">=3.7,<4.0","[Development Status :: 5 - Production/Stable,Environment :: Console,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Site Management,Topic :: Software Development :: Libraries,Topic :: Software Development :: Libraries :: Python Modules]","[Django (>=3.2,<6.0),enum-properties (>=1.7.0,<2.0.0) ; extra == ""all"" or extra == ""properties"",django-filter (>=21,<24) ; extra == ""all"" or extra == ""filters"",djangorestframework (>=3.9,<4.0) ; extra == ""all"" or extra == ""djangorestframework""]",2024-03-03 07:19:17.147297 UTC,,, | |
django-qsessions,2448,1.1.4,Mohammad Javad Naderi,MIT,https://github.com/QueraTeam/django-qsessions,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Internet :: WWW/HTTP :: Session,Topic :: Security]","[Django (!=4.1.0,>=3.2),user-agents (>=1.1.0),django-ipware (>=2.0.0),pre-commit ; extra == 'dev',geoip2 ; extra == 'dev',pytest (>=7) ; extra == 'dev',pytest-cov ; extra == 'dev',pytest-django ; extra == 'dev']",2022-09-11 11:04:25.431823 UTC,,, | |
django-stagingcontext,2448,0.1.0,Anders Pearson,BSD,UNKNOWN,,[],[],2015-03-18 15:46:14.198243 UTC,,, | |
django-multiselectfield2,2445,0.0.1,Pablo Martin,LGPL 3,https://github.com/goinnn/django-multiselectfield,,"[Development Status :: 4 - Beta,Framework :: Django,License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL),Programming Language :: Python :: 2,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8]",[django (>=1.4)],2022-09-16 15:54:25.810837 UTC,,, | |
django-ckeditor-youtube-plugin,2431,0.0.1,Peter Pfeufer,GPL-3.0,https://github.com/ppfeufer/django-ckeditor-youtube-plugin,~=3.8,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: GNU General Public License v3 (GPLv3),Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[django-ckeditor],2022-09-01 14:29:24.688279 UTC,,, | |
django-simple-sso,2416,1.2.0,Divio AG,BSD-3-Clause,http://github.com/aldryn/django-simple-sso,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries]","[Django (>=2.2),itsdangerous (<1.0.0),webservices[django]]",2022-12-14 14:53:46.637161 UTC,,, | |
django-allauth-ui,2403,0.2.2,Dani Hodovic,MIT,,">=3.8,<4.2","[License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[django-widget-tweaks (>=1.4.12,<2.0.0)]",2024-01-31 08:27:07.288940 UTC,,, | |
django-migration-fixer,2393,1.3.6,Tonye Jack,MIT license,https://github.com/tj-django/django-migration-fixer,>=3.6,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2]","[django,GitPython,typing-extensions (>=3.10.0.0),bump2version ; extra == 'deploy',readme-renderer[md] ; extra == 'deploy',django ; extra == 'development',GitPython ; extra == 'development',typing-extensions (>=3.10.0.0) ; extra == 'development',bump2version ; extra == 'development',readme-renderer[md] ; extra == 'development',pytest (>=3) ; extra == 'development',pytest-django ; extra == 'development',pytest-sugar ; extra == 'development',pytest-mock ; extra == 'development',pytest-git ; extra == 'development',tox ; extra == 'development',tox-gh-actions ; extra == 'development',coverage ; extra == 'development',pip-tools ; extra == 'development',flake8 ; extra == 'development',yamllint ; extra == 'development',isort ; extra == 'development',black ; extra == 'development',mypy ; extra == 'development',mkautodoc ; extra == 'docs',mkdocs (<1.5,>=1.4) ; extra == 'docs',portray ; extra == 'docs',mkdocs-material-extensions (>=1.0.3) ; extra == 'docs',pygments (<2.14,>=2.13) ; extra == 'docs',pymdown-extensions (<9.7,>=9.6) ; extra == 'docs',flake8 ; extra == 'lint',yamllint ; extra == 'lint',isort ; extra == 'lint',black ; extra == 'lint',mypy ; extra == 'lint',pytest (>=3) ; extra == 'test',pytest-django ; extra == 'test',bump2version ; extra == 'test',pytest-sugar ; extra == 'test',pytest-mock ; extra == 'test',pytest-git ; extra == 'test',tox ; extra == 'test',tox-gh-actions ; extra == 'test',coverage ; extra == 'test',pip-tools ; extra == 'test']",2022-09-30 17:50:13.542603 UTC,,, | |
django-s3-upload,2384,1,YunoJuno,MIT,https://github.com/yunojuno/django-s3-upload,">=3.8,<4.0","[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.12]","[django (>=3.2,<6.0),boto3 (>=1.14,<2.0)]",2023-11-15 11:41:33.004028 UTC,,, | |
django-proxy-overrides,2384,0.2.3,Matthew Schinckel,,https://github.com/datamade/django-proxy-overrides,,"[License :: OSI Approved :: BSD License,Programming Language :: Python :: 3 :: Only,Framework :: Django,Topic :: Software Development :: Libraries :: Python Modules]",[Django],2021-10-14 16:48:21.268886 UTC,,, | |
coderedcms,2379,3.0.3,CodeRed LLC,BSD License,https://github.com/coderedcorp/coderedcms,>=3.8,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3 :: Only,Framework :: Django,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Framework :: Wagtail,Framework :: Wagtail :: 5,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Internet :: WWW/HTTP :: Site Management]","[beautifulsoup4 <4.12,>=4.8,django-eventtools ==1.0.*,django-bootstrap5 ==23.3,Django <5.1,>=4.1,geocoder ==1.38.*,icalendar ==5.0.*,wagtail <6.0,>=5.0,wagtail-cache <3,>=2.3,wagtail-seo <3,>=2.4]",2024-01-11 19:16:34.907836 UTC,,, | |
django-relativity,2354,0.2.6,Alex Hill,,https://github.com/alexhill/django-relativity,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3]",[django (>=1.11)],2022-07-28 03:57:57.375053 UTC,,, | |
moesifdjango,2349,2.3.9,"Moesif, Inc",Apache Software License,https://www.moesif.com/docs/server-integration/django/,,"[Development Status :: 4 - Beta,Intended Audience :: Developers,Topic :: Internet :: Log Analysis,Topic :: Software Development :: Debuggers,Topic :: Software Development :: Libraries,Topic :: Internet :: WWW/HTTP,License :: OSI Approved :: Apache Software License,Programming Language :: Python :: 2,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5]","[requests,jsonpickle,python-dateutil,isodatetimehandler,moesifapi >=1.4.3,moesifpythonrequest >=0.3.0,apscheduler,nose,nose ; extra == 'test']",2024-03-01 17:00:30.083465 UTC,,, | |
wagtail-meta-preview,2326,4.0.0,Andreas Bernacca,MIT License,https://github.com/Frojd/wagtail-meta-preview,,"[Environment :: Web Environment,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django,Framework :: Wagtail,Framework :: Wagtail :: 4,Framework :: Wagtail :: 5,License :: OSI Approved :: MIT License]","[wagtail >=4.1,black ==19.10b0 ; extra == 'testing',coverage ==5.2.1 ; extra == 'testing']",2023-12-29 11:58:01.956544 UTC,,, | |
django-bulma,2326,0.8.3,Tim Kamanin,MIT,https://timonweb.com,>=3.7,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Software Development :: Libraries,Topic :: Utilities]",[django (>=2.2)],2021-10-21 13:56:18.575481 UTC,,, | |
django-userena-ce,2313,7.0.3,James Meakin,BSD-3-Clause,https://github.com/django-userena-ce/django-userena-ce,">=3.8,<4.0","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Utilities]","[easy-thumbnails,django-guardian (>=2.0),html2text,Django (>=3.2)]",2023-06-16 07:11:42.691336 UTC,,, | |
django-identities,2282,2.3.1,"Jarosław Surkont, Gerhard Bräunlich, Robin Engler, Christian Ribeaud, François Martin",LGPL3,https://gitlab.com/biomedit/django-identities,>=3.10,"[Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3),Operating System :: OS Independent]","[Django (>=3.2),djangorestframework (>=3.12),django-simple-history (>=3.1.1),django-guardian (>=2.4),authlib (>=0.15),django-drf-utils (>=2.0.0),pylint (==2.17.4) ; extra == 'dev',pylint-django (==2.5.3) ; extra == 'dev',mypy (==1.4.1) ; extra == 'dev',black (==23.7.0) ; extra == 'dev',pytest (==7.4.0) ; extra == 'dev',pytest-django ; extra == 'dev',requests ; extra == 'dev',bandit (==1.7.5) ; extra == 'dev',pytest-factoryboy (==2.5.1) ; extra == 'dev',django-stubs ; extra == 'dev',djangorestframework-stubs ; extra == 'dev']",2023-07-24 16:01:38.084887 UTC,,, | |
wagtail-sharing,2279,2.12.1,,CC0,,>=3.8,"[Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Wagtail,Framework :: Wagtail :: 5,License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication,License :: Public Domain,Programming Language :: Python,Programming Language :: Python :: 3]","[wagtail >=5.1,coverage[toml] ; extra == 'testing']",2024-01-09 14:25:27.226343 UTC,,, | |
django-inline-static,2279,0.1.0,Moccu GmbH & Co. KG,,https://github.com/moccu/django-inline-static,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6]",[],2019-03-19 13:00:59.657641 UTC,,, | |
django-docopt-command,2278,1.1.0,Marco Braak,"Apache License, Version 2.0",https://github.com/mbraak/django-docopt-command,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: Implementation :: CPython]",[docopt],2020-08-05 09:00:24.513429 UTC,,, | |
django-emoji,2272,2.2.2,Björn Andersson,BSD License,https://github.com/gaqzi/django-emoji/,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[django],2019-01-31 00:15:41.031818 UTC,,, | |
django-distance-field,2267,1.2.5,Ian Shurmer,,https://bitbucket.org/squarehost/django-distance-field,,"[Programming Language :: Python :: 2,Programming Language :: Python :: 3,Framework :: Django,License :: OSI Approved :: MIT License,Operating System :: OS Independent]","[django (>=1.7),six (>=1.11.0)]",2023-02-23 21:14:08.809062 UTC,,, | |
django-serverside-datatable,2266,2.1.0,Umesh Krishna,MIT,https://github.com/umesh-krishna/django_serverside_datatable,>=3.6,"[Programming Language :: Python :: 3,License :: OSI Approved :: MIT License,Operating System :: OS Independent]",[Django (>=1.8)],2023-03-24 19:13:21.332605 UTC,,, | |
wagtail-grapple,2265,0.24.0,,,,>=3.8,"[Development Status :: 4 - Beta,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Wagtail,Framework :: Wagtail :: 4,Framework :: Wagtail :: 5]","[Wagtail>=4.1,graphene-django>=3,<4,wagtail-headless-preview,Sphinx>=7.0,<8.0 ; extra == ""docs"",sphinx-wagtail-theme>=6.0,<7.0 ; extra == ""docs"",sphinxcontrib-spelling>=8.0,<9.0 ; extra == ""docs"",sphinx_copybutton>=0.5 ; extra == ""docs"",coverage[toml]>=7.2.7,<8.0 ; extra == ""testing""]",2024-01-05 17:11:52.540261 UTC,,, | |
django-url-or-relative-url-field,2260,0.2.0,Tim Kamanin,MIT,https://github.com/timonweb/django-url-or-relative-url-field,">=3.6,<4.0","[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Software Development :: Libraries,Topic :: Utilities]",[django (>=2.2.25)],2022-01-14 09:59:56.962567 UTC,,, | |
stream-django,2259,1.8.0,Tommaso Barbugli,BSD License,https://github.com/GetStream/stream-django,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[django (<5.0,>=2.0),stream-python (>=3.0.1),pytz,flake8 ; extra == 'ci',pytest-cov ; extra == 'ci',pytest-django ; extra == 'ci',black ; (python_version > ""3.6"") and extra == 'ci',httpretty ; extra == 'test']",2022-04-26 16:29:51.469249 UTC,,, | |
django-mail-factory,2254,0.24,PeopleDoc,BSD,https://github.com/peopledoc/django-mail-factory,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,License :: OSI Approved :: BSD License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10]","[django,html2text,black ; extra == 'dev',doc8 ; extra == 'dev',flake8 ; extra == 'dev',isort ; extra == 'dev',pytest ; extra == 'dev',pytest-cov ; extra == 'dev',pytest-django ; extra == 'dev',sphinx ; extra == 'dev',tox ; extra == 'dev']",2022-02-08 10:52:04.820727 UTC,,, | |
django-ckeditor-filebrowser-filer,2239,0.5.0,Iacopo Spalletti,BSD,https://github.com/nephila/django-ckeditor-filebrowser-filer,>=3.7,"[License :: OSI Approved :: BSD License,Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]",[django-filer >=2.0],2023-09-27 09:58:30.023351 UTC,,, | |
django-google-cloud-tasks,2238,2.11.0,Joao Daher,,,">=3.11,<3.13","[Programming Language :: Python :: 3,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]","[Django (>=4,<6),gcp-pilot[pubsub,tasks] (>=1.22.0),drf-kit (>=1.29.1)]",2024-02-29 19:41:39.231091 UTC,,, | |
django-categories,2232,1.9.2,Corey Oordt,,http://github.com/jazzband/django-categories,,[Framework :: Django],"[django-mptt,unicode-slugify]",2022-09-22 14:57:49.195704 UTC,,, | |
django-logging-middleware,2229,0.1.2,Rifat Fazlutdinov,,https://github.com/fearsd/django-logging-middleware,>=3.6,"[Programming Language :: Python :: 3,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django :: 3.0,Framework :: Django :: 3.1]","[django (>=3.0),loguru]",2021-01-15 15:58:47.766210 UTC,,, | |
django-react-templatetags,2223,8.0.0,Fröjd,MIT,https://github.com/frojd/django-react-templatetags,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,Natural Language :: English,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Topic :: Utilities,Programming Language :: JavaScript]","[Django >=3.2,hypernova ; extra == 'hypernova',requests ; extra == 'ssr']",2023-12-30 10:21:08.571326 UTC,,, | |
django-koldar-utils,2223,2.111.14,Massimo Bono,MIT,https://github.com/Koldar/django-koldar-common-apps,>=3.6,"[Programming Language :: Python :: 3,Operating System :: OS Independent]","[alabaster (>=0.7.12),aniso8601 (>=8.1.1),arrow (>=1.1.0),asgiref (>=3.3.4),Babel (>=2.9.1),certifi (>=2021.5.30),chardet (>=4.0.0),colorama (>=0.4.4),datasize (>=1.0.0),decorator (>=4.4.2),Django (>=3.2.7),django-appconf (>=1.0.4),django-currentuser (>=0.5.3),django-environ (>=0.4.5),django-filter (>=2.4.0),django-graphql-jwt (>=0.3.2),django-polymorphic (>=3.0.0),djangorestframework (>=3.12.4),docutils (>=0.17.1),gitdb (>=4.0.7),GitPython (>=3.1.18),graphene (>=3.0b7),graphene-django (>=3.0.0b7),graphene-django-extras (>=0.5.1),graphql-core (>=3.1.5),graphql-relay (>=3.1.0),idna (>=2.10),imagesize (>=1.2.0),inflect (>=5.3.0),inflection (>=0.5.1),Jinja2 (>=3.0.1),jmespath (>=0.10.0),koldar-utils (>=2.103.0),m2r (>=0.2.1),MarkupSafe (>=2.0.1),mistune (>=0.8.4),networkx (>=2.5.1),packaging (>=21.0),Pillow (>=8.3.1),promise (>=2.3),pydot (>=1.4.2),Pygments (>=2.10.0),PyJWT (>=2.1.0),pyparsing (>=2.4.7),python-dateutil (>=2.8.1),pytz (>=2021.1),requests (>=2.25.1),Rx (>=1.6.1),semantic-version (>=2.8.5),singledispatch (>=3.6.1),six (>=1.16.0),smmap (>=4.0.0),snowballstemmer (>=2.1.0),Sphinx (>=4.2.0),sphinx-autodoc-typehints (>=1.12.0),sphinx-rtd-theme (>=1.0.0),sphinxcontrib-applehelp (>=1.0.2),sphinxcontrib-devhelp (>=1.0.2),sphinxcontrib-htmlhelp (>=2.0.0),sphinxcontrib-jsmath (>=1.0.1),sphinxcontrib-qthelp (>=1.0.3),sphinxcontrib-serializinghtml (>=1.1.5),sqlparse (>=0.4.2),stringcase (>=1.2.0),text-unidecode (>=1.3),urllib3 (>=1.26.5),sphinx ; extra == 'docs',sphinx-rtd-theme ; extra == 'docs',sphinx-autodoc-typehints ; extra == 'docs',pytest ; extra == 'test',mock ; extra == 'test']",2022-01-31 14:17:06.652890 UTC,,, | |
djangocms-cascade,2221,2.3.14,Jacob Rief,MIT,https://github.com/jrief/djangocms-cascade,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django :: 3.2,Framework :: Django :: 4.0]","[django (<5,>=3.2),django-classy-tags (>=1.0),django-cms (<4,>=3.10),django-entangled (>=0.5.3),djangocms-text-ckeditor (>=4.0),django-select2 (>=7.7),requests]",2022-09-13 14:54:38.661951 UTC,,, | |
django-basic-auth-ip-whitelist,2218,0.5,Tomasz Knapik,BSD 2-Clause License,https://github.com/tm-kn/django-basic-auth-ip-whitelist,>=3.4,"[Development Status :: 5 - Production/Stable,License :: OSI Approved,License :: OSI Approved :: BSD License,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Topic :: Internet :: WWW/HTTP,Framework :: Django,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1]","[Django (<5,>=1.8),isort (==5.7.0) ; extra == 'lint',flake8 (==3.8.4) ; extra == 'lint',black (==20.8b1) ; extra == 'lint']",2022-09-01 15:27:32.067231 UTC,,, | |
django-rest-framework-tricks,2216,0.2.14,Artur Barseghyan,GPL-2.0-only OR LGPL-2.1-or-later,https://github.com/barseghyanartur/django-rest-framework-tricks/,,"[Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Environment :: Web Environment,License :: OSI Approved :: GNU General Public License v2 (GPLv2),License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+),Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,Operating System :: OS Independent,Development Status :: 4 - Beta]","[djangorestframework,humanize]",2022-11-22 22:49:05.504782 UTC,,, | |
django-settings-holder,2195,0.1.2,Matti Lamppu,MIT,https://github.com/MrThearMan/django-settings-holder,">=3.9,<4","[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8]",[],2024-01-13 18:57:48.963287 UTC,,, | |
django-tidb,2186,4.2.3,,,,>=3.8,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 4.2,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]",[],2023-10-24 13:39:50.733095 UTC,,, | |
django-vue-utils,2186,0.1.7,Mike Hoolehan,MIT,https://github.com/ilikerobots/django-vue-utils,>=3.7,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: JavaScript]",[Django >=3.2],2023-10-03 09:29:45.300725 UTC,,, | |
django-cpf,2183,0.1.0,Gabriell Oliveira,MIT,https://github.com/gabrielloliveira/django-cpf,>=3.6,"[Environment :: Web Environment,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3]",[],2020-06-03 15:22:39.822600 UTC,,, | |
django-garnett,2179,0.5.2,Aristotle Metadata Enterprises,BSD-3-Clause,,">=3.7,<4.0","[License :: OSI Approved :: BSD License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[django (>3.1,<4.2),langcodes (>=3.3.0,<3.4.0),language-data (>=1.0.1,<1.1.0)]",2023-08-21 00:32:19.564413 UTC,,, | |
django-samesite-none,2176,0.0.3,Milan Oberkirch,,https://github.com/zvyn/django-samesite-none,,"[Framework :: Django :: 2.2,Intended Audience :: Developers,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8]",[],2020-08-25 10:44:01.015667 UTC,,, | |
django-eventtools,2174,1.0.3,Greg Brown,BSD License,https://github.com/gregplaysguitar/django-eventtools,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Framework :: Django]","[Django (>=1.8),python-dateutil (>=2.1),six (>=1.14.0)]",2021-01-07 20:50:23.154269 UTC,,, | |
puput,2165,2.0.0,Marc Tudurí,,http://github.com/APSL/puput,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Operating System :: OS Independent,Topic :: Software Development]","[Django (<4.3,>=3.2),wagtail (<5.1,>=4.0),django-el-pagination (==4.0.0),django-social-share (>=1.3.0),django-colorful (>=1.3),django-taggit (<4.1,>=3.1.0),wagtail-markdown (==0.11.0)]",2023-07-04 07:29:38.376087 UTC,,, | |
django-kaio,2160,1.5.0,APSL,BSD,https://github.com/APSL/django-kaio,,"[Development Status :: 5 - Production/Stable,Topic :: Software Development :: Libraries :: Python Modules,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2]","[clint,django-configurations (<3,>=2)]",2023-06-29 14:36:57.794906 UTC,,, | |
django-contact-form,2153,2.1,,BSD-3-Clause,,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Utilities]","[Django (!=4.0.*,>=3.2),akismet ; extra == 'akismet',furo ; extra == 'docs',sphinx ; extra == 'docs',sphinx-copybutton ; extra == 'docs',sphinx-inline-tabs ; extra == 'docs',sphinx-notfound-page ; extra == 'docs',sphinxcontrib-django ; extra == 'docs',sphinxext-opengraph ; extra == 'docs',akismet ; extra == 'tests',coverage ; extra == 'tests',tomli ; (python_full_version < ""3.11.0a7"") and extra == 'tests']",2023-07-05 06:29:33.815695 UTC,,, | |
django-multi-form-view,2151,2.0.1,Tim Best,"GNU licence, see LICENCE",https://github.com/TimBest/django-multi-form-view,,[],[],2019-01-28 07:43:35.807969 UTC,,, | |
django-autoslug-iplweb,2144,1.9.5,Andy Mikhailenko,"GNU Lesser General Public License (LGPL), Version 3",https://github.com/neithere/django-autoslug/,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL),Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: Implementation :: CPython,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Text Processing :: General]",[],2019-10-21 14:58:15.430781 UTC,,, | |
django-sortedm2m-filter-horizontal-widget,2134,2.0.1,Sander van Leeuwen,BSD,,">=3.8,<4.0","[License :: Other/Proprietary License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[django-sortedm2m (>=3.1.1,<4.0.0)]",2023-07-26 10:29:28.655298 UTC,,, | |
djangocms-history,2133,2.2.3,Divio AG,BSD-3-Clause,https://github.com/django-cms/djangocms-history,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django CMS,Framework :: Django CMS :: 3.7,Framework :: Django CMS :: 3.8,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries]",[django-cms >=3.7],2023-09-12 16:43:53.061991 UTC,,, | |
django-static-compress,2129,1.2.1,Manatsawin Hanmongkolchai,MIT,https://github.com/whs/django-static-compress,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3 :: Only,Topic :: Software Development :: Pre-processors]","[Django,Brotli (~=1.0.4),zopfli (~=0.1.4)]",2018-08-02 16:42:37.444394 UTC,,, | |
django-uwsgi-cache,2124,1.0.1,Ionel Cristian Maries,BSD,https://github.com/ionelmc/django-uwsgi-cache,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: POSIX,Operating System :: Unix,Programming Language :: Python,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Internet :: WWW/HTTP,Topic :: Utilities]",[Django],2015-07-01 11:07:00.819373 UTC,,, | |
django-tailwind-cli,2123,2.8.1,Oliver Andrich,MIT,https://django-tailwind-cli.andrich.me/,">=3.8.1,<4.0.0","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: 3.8,Topic :: Software Development :: Libraries,Topic :: Utilities]","[django (>=3.2),certifi (>=2023.7.22,<2024.0.0),django-extensions (>=3.2.1,<4.0.0) ; extra == ""django-extensions"",werkzeug (>=3.0.0,<4.0.0) ; extra == ""django-extensions""]",2024-01-09 14:49:52.500968 UTC,,, | |
django-gulp,2108,4.1.0,Beau Gunderson,MIT,https://github.com/beaugunderson/django-gulp,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: MacOS :: MacOS X,Operating System :: Microsoft :: Windows,Operating System :: POSIX,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development :: Libraries,Topic :: Utilities]",[],2018-06-27 18:20:55.293853 UTC,,, | |
django-mail-admin,2088,0.3.2,Denis Bobrov,MIT,https://github.com/delneg/django_mail_admin,,"[Development Status :: 3 - Alpha,Framework :: Django,Framework :: Django :: 1.9,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 3.0,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[jsonfield,social-auth-app-django; extra == 'gmail']",2023-08-03 11:50:38.344182 UTC,,, | |
django-eav2,2083,1.5.0,Mauro Lizaur,"GNU Lesser General Public License (LGPL), Version 3",https://github.com/jazzband/django-eav2,">=3.8,<4.0","[Development Status :: 3 - Alpha,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL),License :: Other/Proprietary License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Database,Topic :: Software Development :: Libraries :: Python Modules]","[django (>=3.2,<4.3)]",2023-11-08 16:32:10.178208 UTC,,, | |
django-migrations-git-conflicts,2058,1,Roman Skurikhin,MIT,,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3 :: Only,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[django (>=1.7)],2020-06-23 12:25:21.654791 UTC,,, | |
django-migrations-git-conflicts,2058,1,Roman Skurikhin,MIT,,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3 :: Only,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[django (>=1.7)],2020-06-23 12:25:21.654791 UTC,,, | |
django-mfa2,2056,1.1,Mohamed El-Kalioby,MIT,https://github.com/mkalioby/django-mfa2/,">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 1.7,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Software Development :: Libraries :: Python Modules]","[django (>=1.7),fido2 (==0.5),jsonLookup,jsonfield,pyotp,python-jose,python-u2flib-server,simplejson,ua-parser,user-agents]",2019-01-25 12:11:17.483433 UTC,,, | |
django-fancy-cache,2055,1.3.1,Peter Bengtsson,BSD,https://github.com/peterbe/django-fancy-cache,,"[Development Status :: 4 - Beta,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]",[],2023-09-26 22:08:47.574938 UTC,,, | |
django-testdata,2055,1.0.3,Simon Charette.,MIT,https://github.com/charettes/django-testdata,,"[Development Status :: 7 - Inactive,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]","[Django (>=1.11),tox ; extra == 'tests']",2021-04-18 02:19:05.151801 UTC,,, | |
django-ip-restriction,2051,1.1.1,Department for International Trade - Export team,MIT License,https://github.com/uktrade/dit-ip,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 1.9,Framework :: Django :: 2.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2019-03-07 11:52:48.069736 UTC,,, | |
django-photologue,2051,3.17,"Justin Driscoll, Marcos Daniel Petry, Richard Barran",,https://github.com/richardbarran/django-photologue,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Utilities]","[ExifRead (>=3),Pillow (>=9),django-sortedm2m (>=3.1.1)]",2023-10-25 20:04:40.452966 UTC,,, | |
wagtailsvg,2045,0.0.37,Alexis Le Baron,GPL-3.0,https://github.com/Aleksi44/wagtailsvg,,"[Environment :: Web Environment,Intended Audience :: Developers,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Operating System :: OS Independent,Topic :: Software Development]",[wagtail-generic-chooser (==0.5.1)],2023-03-06 17:28:39.940610 UTC,,, | |
django-auth-style,2043,0.8.1,"Kitware, Inc.",Apache 2.0,https://github.com/girder/django-auth-style,>=3.8,"[Development Status :: 3 - Alpha,Environment :: Web Environment,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python]","[django,django-allauth ; extra == 'allauth',django-oauth-toolkit ; extra == 'oauth-toolkit']",2022-03-11 16:07:35.483866 UTC,,, | |
django-sites,2043,0.11,Andrey Antukh,BSD,https://github.com/niwinz/django-sites,,"[Development Status :: 4 - Beta,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Framework :: Django,Framework :: Django :: 1.9,Framework :: Django :: 1.10,Framework :: Django :: 2.0,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Topic :: Internet :: WWW/HTTP]",[django (>=1.4)],2021-12-07 08:48:37.177632 UTC,,, | |
django-boost,2039,2.1,ChanTsune,MIT,https://github.com/ChanTsune/Django-Boost,,"[Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,License :: OSI Approved :: MIT License]","[Django (>=3.0),user-agents (>=2.0)]",2022-09-07 15:15:06.600751 UTC,,, | |
django-livesync,2039,0.5,Fabio Gibson,BSD License,,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.7,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[watchdog (>=0.8.3),tornado (>=4.5.1),websocket-client (>=0.40.0)]",2019-09-19 10:16:57.178786 UTC,,, | |
django-constance-register,2027,0.2.0,cyberbudy,MIT,,>=3.6,"[Development Status :: 4 - Beta,Programming Language :: Python :: 3,Framework :: Django,Intended Audience :: Developers,Topic :: Utilities,License :: OSI Approved :: MIT License,Operating System :: OS Independent]","[django>=3.0.0,django-constance>=2.8.0,django-picklefield==3.*,>=3.0.1; extra == ""dev"",python-memcached==1.*,>=1.59.0; extra == ""dev"",redis==3.*,>=3.5.3; extra == ""dev""]",2021-01-07 17:50:29.034589 UTC,,, | |
django-rest-framework-braces,2024,0.3.4,Miroslav Shubernetskiy,MIT,https://github.com/dealertrack/django-rest-framework-braces,,"[Development Status :: 2 - Pre-Alpha,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5]",[],2019-02-27 21:24:43.927557 UTC,,, | |
django-elastipymemcache,2019,2.0.4,HarikiTech,MIT,http://github.com/harikitech/django-elastipymemcache,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Software Development :: Libraries :: Python Modules]","[django-pymemcache (>=1.0),Django (>=2.2)]",2020-08-10 16:51:27.917683 UTC,,, | |
django-cloudflare-images,2014,0.5.3,Pierre Guillemot,MIT,https://github.com/KalvadTech/django-cloudflare-images/,>=3,"[Framework :: Django,Programming Language :: Python :: 3]","[Django >=3,requests >=2.20.0,black ==23.11.0 ; extra == 'dev',build ==1.0.3 ; extra == 'dev',tox ==4.11.4 ; extra == 'dev']",2023-12-06 05:29:48.014614 UTC,,, | |
django-datetime-utc,2013,1.0.4,Darren O'Neill,MIT,https://github.com/pixeldomain/django-datetime-utc,,"[Framework :: Django,Environment :: Web Environment,Intended Audience :: Developers,Topic :: Internet,License :: OSI Approved :: MIT License,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[Django (>=1.5.0),python-dateutil]",2022-11-04 06:59:25.884566 UTC,,, | |
django-saml2-auth-ai,2005,2.1.6,Anders Innovations,Apache 2.0,https://github.com/andersinno/django-saml2-auth-ai,,"[Development Status :: 5 - Production/Stable,Framework :: Django :: 1.10,Framework :: Django :: 1.5,Framework :: Django :: 1.6,Framework :: Django :: 1.7,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Programming Language :: Python :: 2,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Software Development :: Libraries :: Python Modules]",[pysaml2 (>=4.5.0)],2019-12-04 07:00:17.780955 UTC,,, | |
django-email-extras,2003,0.3.4,Stephen McDonald,,https://github.com/stephenmcd/django-email-extras,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Topic :: Communications :: Email,Topic :: Security :: Cryptography]",[],2019-03-25 23:31:07.411079 UTC,,, | |
django-version-checks,2002,1.11.0,Adam Johnson,MIT,https://github.com/adamchainz/django-version-checks,>=3.8,"[Development Status :: 5 - Production/Stable,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: Implementation :: CPython,Typing :: Typed]","[Django >=3.2,packaging >=20.8]",2023-10-11 09:32:53.510798 UTC,,, | |
django-rql,1998,4.4.0,Ingram Micro,Apache-2.0,https://connect.cloudblue.com/community/api/rql/,">=3.8,<4","[Development Status :: 5 - Production/Stable,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: Unix,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Text Processing :: Filters]","[django (>=3.2),lib-rql (>=2.0,<3.0)]",2023-06-01 06:51:11.171167 UTC,,, | |
django-field-audit,1996,1.2.8,,BSD License,https://github.com/dimagi/django-field-audit,,"[Development Status :: 3 - Alpha,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django,Framework :: Django :: 3,Framework :: Django :: 3.2,Framework :: Django :: 4,Framework :: Django :: 4.2,Topic :: Software Development :: Libraries :: Python Modules]",[],2024-01-24 14:07:24.811116 UTC,,, | |
django-markitup,1993,4.1.0,Carl Meyer,,https://github.com/CTPUG/django-markitup,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Framework :: Django]",[],2022-08-25 15:38:13.888267 UTC,,, | |
dj-materialized-views,1983,0.4.1,Milan Pecov,MIT,,>=3.6,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Software Development :: Libraries,Topic :: Utilities]","[Django (>=2.2),celery (>=4),django-celery-beat (>=1.1.1)]",2022-11-22 22:43:00.249206 UTC,,, | |
django-dynamodb-cache,1983,0.6.0,xncbf,MIT,https://github.com/xncbf/django-dynamodb-cache,">=3.8,<4.0","[Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0,License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]","[Django (>=3.2,<6),boto3 (>=1.21.9,<2.0.0),botocore (>=1.24.9,<2.0.0)]",2024-01-28 12:33:09.539108 UTC,,, | |
wagtail-flags,1983,5.3.0,,CC0,,>=3.8,"[Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4,Framework :: Wagtail,Framework :: Wagtail :: 4,License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication,License :: Public Domain,Programming Language :: Python,Programming Language :: Python :: 3]","[wagtail (>=4),django-flags (>4.2),coverage[toml] ; extra == 'testing']",2023-03-10 13:06:31.627665 UTC,,, | |
django-iconify,1977,0.4,Dominik George,Apache-2.0,https://edugit.org/AlekSIS/libs/django-iconify,">=3.10,<4.0","[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[Django (>4.2,<6.0)]",2023-12-04 23:21:04.386697 UTC,,, | |
django-imagefield,1969,0.18.0,,BSD-3-Clause,,>=3.8,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development,Topic :: Software Development :: Libraries :: Application Frameworks]","[pillow>=9,coverage; extra == 'tests',pillow; extra == 'tests']",2023-12-07 14:22:42.573392 UTC,,, | |
django-s3file,1958,5.5.5,,,,>=3.9,"[Development Status :: 6 - Mature,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: JavaScript,Topic :: Software Development,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1]","[django>=2.0,django-storages>=1.6,boto3,pytest >=2.7.3 ; extra == ""test"",pytest-cov ; extra == ""test"",pytest-django ; extra == ""test"",selenium ; extra == ""test""]",2023-12-11 08:56:31.840205 UTC,,, | |
django-s3sign,1953,0.4.0,Anders Pearson,GPL3,https://github.com/ccnmtl/django-s3sign,,[],"[Django >=3.2,boto3,botocore]",2023-09-21 19:33:27.986234 UTC,,, | |
django-command-palette,1952,2022.11.25,Raja Simon,MIT,https://rajasimon.io/django-command-palette/,>=3.8,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[Django (>=3.0)],2022-11-25 17:02:16.494265 UTC,,, | |
django-rest-captcha,1949,0.3.0,evgeny.zuev,MIT,,">=3.8,<4.0","[License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[djangorestframework (>=3,<4),django (>=4,<5),Pillow]",2023-03-25 17:44:15.561424 UTC,,, | |
django-migrations-graph,1948,0.1.1,Iurii Shikanov,MIT,https://github.com/dizballanze/django-migrations-graph,,"[Development Status :: 3 - Alpha,Framework :: Django,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5]",[],2017-05-12 08:19:52.841076 UTC,,, | |
django-db-comments,1947,0.4.1,Ivan Chernov,MIT,https://github.com/vanadium23/django-db-comments,,"[Development Status :: 4 - Beta,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.2,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10]",[],2022-04-03 06:16:47.957500 UTC,,, | |
jet-django,1938,1.8.39,Denis Kildishev,MIT,https://github.com/jet-admin/jet-django,,[],"[Django,requests,jet-bridge-base (==1.8.39)]",2024-02-02 12:57:16.146036 UTC,,, | |
django-tellme,1934,0.6.7,Ludrao,,https://github.com/ludrao/django-tellme,>=3.6,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.2,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.5,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2021-02-06 21:56:06.055822 UTC,,, | |
django-helpdesk,1930,1.1.0,Ross Poulton,BSD,https://github.com/django-helpdesk/django-helpdesk,,"[Development Status :: 4 - Beta,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Environment :: Web Environment,Operating System :: OS Independent,Intended Audience :: Customer Service,License :: OSI Approved :: BSD License,Topic :: Software Development :: Bug Tracking,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Office/Business,Natural Language :: English]","[Django >=3.2,django-bootstrap4-form,celery,email-reply-parser,akismet,markdown,beautifulsoup4,lxml,pytz,pinax-teams,djangorestframework,django-model-utils,django-cleanup,oauthlib,requests-oauthlib,setuptools]",2023-11-29 16:10:37.532178 UTC,,, | |
django-webdav-storage,1930,1.0.0,Mikhail Porokhovnichenko,BSD-3-Clause,https://github.com/marazmiki/django-webdav-storage,">=2.7,<4","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,License :: OSI Approved :: BSD License,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2020-01-21 04:40:51.134764 UTC,,, | |
django-admin-autocomplete-all,1925,0.6.6,Mirek Zvolský,MIT,https://github.com/pyutil/django-admin-autocomplete-all,,"[Development Status :: 4 - Beta,Framework :: Django :: 2.2,Framework :: Django :: 3.1,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]",[],2023-02-16 18:16:07.661921 UTC,,, | |
djangorestframework-guardian2,1922,0.6.0,Ryan P Kilby,BSD,https://github.com/johnthagen/django-rest-framework-guardian2,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Internet :: WWW/HTTP]","[django >=3.2,djangorestframework >=3.12,django-guardian >=2.4.0]",2024-01-13 19:51:12.658908 UTC,,, | |
django-postgres-setfield,1907,0.0.1,Peter Bex,MIT License,https://github.com/CodeYellowBV/django-postgres-setfield,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.7,Topic :: Database,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[Django (>=2.1)],2019-11-21 09:20:28.091770 UTC,,, | |
django-microsoft-authentication,1907,0.1.6,Shubham Dipt,MIT,https://github.com/shubhamdipt/django-microsoft-authentication,,"[Programming Language :: Python :: 3.6,License :: OSI Approved :: MIT License,Operating System :: OS Independent]","[msal (>=1.9.0),requests]",2023-05-26 09:49:13.181046 UTC,,, | |
django-pjax,1900,1.7,Jacob Kaplan-Moss,BSD,https://github.com/eventials/django-pjax,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.4,Framework :: Django :: 1.5,Framework :: Django :: 1.6,Framework :: Django :: 1.7,Framework :: Django :: 1.8,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.2,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy]",[django (>=1.3)],2020-07-21 02:42:51.823950 UTC,,, | |
wagtailstreamforms,1897,4.1.0,Stuart George,MIT,https://github.com/AccentDesign/wagtailstreamforms/,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Wagtail,Framework :: Wagtail :: 4,Topic :: Internet :: WWW/HTTP :: Site Management]","[wagtail <5.3,>=4.1,Unidecode <2.0,>=0.04.14,wagtail-generic-chooser <0.7,>=0.5.0,sphinxcontrib-spelling >=2.3.0 ; extra == 'docs',Sphinx >=1.5.2 ; extra == 'docs',sphinx-autobuild >=0.6.0 ; extra == 'docs',karma-sphinx-theme >=0.0.6 ; extra == 'docs',mock ==4.0.2 ; extra == 'test',pytest-django ==4.7.0 ; extra == 'test',pytest ==7.3.2 ; extra == 'test',isort[pyproject] ==4.3.21 ; extra == 'test',flake8 ==3.7.9 ; extra == 'test',flake8-blind-except ==0.1.1 ; extra == 'test',flake8-debugger ==3.1.0 ; extra == 'test']",2023-12-01 15:06:52.888659 UTC,,, | |
django-flatblocks,1895,1.0.0,"Horst Gutmann, Curtis Maloney",New BSD License,http://github.com/funkybob/django-flatblocks/,,"[Development Status :: 5 - Production/Stable,Environment :: Plugins,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: Implementation :: PyPy,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2021-03-09 12:33:59.972165 UTC,,, | |
django-encrypted-secrets,1893,0.9.5,Axiomatic LLC,MIT License,https://github.com/nzaillian/django-encrypted-secrets,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3 :: Only]","[PyCrypto,PyYAML]",2019-05-07 22:02:34.018646 UTC,,, | |
django-star-ratings,1885,0.9.2,Wildfish,BSD License,https://github.com/wildfish/django-star-ratings,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8]","[django,django-model-utils,django-braces,swapper]",2021-12-10 10:00:52.821076 UTC,,, | |
django-postgres-fuzzycount,1879,0.1.7,Stephen McDonald,UNKNOWN,http://github.com/stephenmcd/django-postgres-fuzzycount,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.3,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Internet :: WWW/HTTP :: Site Management]",[],2016-09-09 00:03:06.509953 UTC,,, | |
django-compositepk-model,1878,1.0.2,Arisophy,,https://github.com/Arisophy/django-compositepk-model,>=3.6,"[Programming Language :: Python :: 3,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Development Status :: 5 - Production/Stable,Framework :: Django,Topic :: Database]",[],2021-03-13 04:06:12.660746 UTC,,, | |
django-redis-admin,1873,0.3.0,Rick van Hattem (Wolph),BSD,https://github.com/WoLpH/django-redis-admin,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8]","[redis,django,sphinx >=1.7.4 ; extra == 'docs',pytest ; extra == 'tests']",2023-08-21 01:41:24.987780 UTC,,, | |
django-ratelimit-backend,1866,2,Bruno Renié,"BSD licence, see LICENCE file",https://github.com/brutasse/django-ratelimit-backend,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5]",[Django],2018-08-27 09:54:26.664532 UTC,,, | |
django-teryt-tree,1859,0.18.4,Adam Dobrawy,"BSD 3-Clause License Copyright (c) 2023, Sieć Obywatelska - Watchdog Polska Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. 3. Neither the name of the copyright holder 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. ",https://github.com/ad-m/django-teryt-tree,>=3.10,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: Polish,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[django-mptt,django-model-utils,django-autoslug,tqdm]",2023-09-23 22:33:06.713427 UTC,,, | |
django-postgres-composite-types,1857,1.0.0b0,Danielle Madeley,BSD,,">=3.7,<4.0","[License :: Other/Proprietary License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[Django (>=3.2.16),psycopg2 (>=2.8.4)]",2022-12-14 00:18:52.230780 UTC,,, | |
django-adv-cache-tag,1855,1.1.3,"Stephane ""Twidi"" Angel",MIT,https://github.com/twidi/django-adv-cache-tag,>=3.4,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 1.7,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3 :: Only,Topic :: Software Development :: Libraries :: Python Modules]",[django ; extra == 'dev'],2020-05-02 10:24:21.917812 UTC,,, | |
django-yearlessdate,1847,1.3,David Seddon,BSD,http://github.com/seddonym/django-yearlessdate/,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Framework :: Django :: 2.0,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6]",[],2018-08-04 12:37:31.569261 UTC,,, | |
django-validators,1841,1.0.1,Devang Padhiyar,,https://github.com/devangpadhiyar/django-validators,,"[License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3]","[Django (>=1.8),python-magic (>=0.4.15)]",2019-03-19 11:24:26.432449 UTC,,, | |
django-computed-property,1837,0.3.0,Jason Brechin,MIT,https://github.com/brechin/django-computed-property/,,"[Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy]",[],2019-07-28 14:02:13.329480 UTC,,, | |
django-db-cascade-2,1836,0.3.5,,MIT,,,"[Framework :: Django,Topic :: Database]","[Django (>=2.0),psycopg2 (>=2.5)]",2023-01-02 13:56:51.338727 UTC,,, | |
wagtail-content-import,1836,0.11.0,"Samir Shah, Jacob Topp-Mugglestone, Karl Hobley, Matthew Westcott",BSD,https://github.com/torchbox/wagtail-content-import,,"[Development Status :: 3 - Alpha,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Wagtail,Framework :: Wagtail :: 4,Framework :: Wagtail :: 5,Topic :: Internet :: WWW/HTTP :: Site Management]","[wagtail (>=4.1),python-docx (>=0.8.10),mock (>=1.0.0) ; extra == 'testing',coverage (>=3.7.0) ; extra == 'testing',flake8 (>=2.2.0) ; extra == 'testing',tox (==3.9.0) ; extra == 'testing',dj-database-url (==0.5.0) ; extra == 'testing']",2023-11-06 11:20:06.883467 UTC,,, | |
django-keycloak,1836,0.1.1,Peter Slump,MIT,https://github.com/Peter-Slump/django-keycloak,,[],"[python-keycloak-client (>=0.2.2),Django (>=1.11),bumpversion (==0.5.3); extra == 'dev',Sphinx (==1.4.4); extra == 'doc',sphinx-autobuild (==0.6.0); extra == 'doc']",2019-02-26 19:56:19.834451 UTC,,, | |
django-enforce-host,1833,1.1.0,DabApps,BSD,https://github.com/dabapps/django-enforce-host,,[],[],2022-08-26 08:47:04.904640 UTC,,, | |
django-hattori,1830,0.2.1,Marc Galofré,,https://github.com/APSL/django-hattori,,"[Environment :: Web Environment,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Topic :: Software Development]","[Django (>=1.8),django-bulk-update (>=2.2.0),Faker (>=0.8.13),six,tqdm (>=4.23.4)]",2019-09-17 11:34:12.950775 UTC,,, | |
django-behaviors,1824,0.5.1,Ryan Castner,MIT,https://github.com/audiolion/django-behaviors,,"[Development Status :: 4 - Beta,Framework :: Django,Framework :: Django :: 1.8,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6]",[],2020-09-19 13:20:39.400864 UTC,,, | |
django-geoip2-extras,1823,4.1,YunoJuno,MIT,https://github.com/yunojuno/django-geoip2-extras,">=3.8,<4.0","[Environment :: Web Environment,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.12]","[django (>=3.2,<6.0),geoip2 (>=3.0.0,<4.0.0)]",2023-11-15 10:45:48.620366 UTC,,, | |
django-translation-manager,1814,1.3.0,"Pavel Císař, Martin Kubát, Mikuláš Mrva, Jakub Ladra, Michal Kašpar, Jan Češpivo, Milan Vlasák - COEX s.r.o (http://www.coex.cz)",Mozilla Public License 2.0 (MPL 2.0),https://github.com/COEXCZ/django-translation-manager,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0),Operating System :: OS Independent,Programming Language :: Python,Topic :: Software Development :: Internationalization]","[polib,django (>=2.2.20),djangorestframework (>=3.7.1),requests (>=2.18.4),django-rq (==2.4.1)]",2022-03-20 20:15:37.647969 UTC,,, | |
django-szuprefix-saas,1813,0.10.26,Denis Huang,MIT,https://github.com/szuprefix/django_szuprefix_saas,,"[Environment :: Web Environment,Intended Audience :: Developers,Operating System :: OS Independent,Topic :: Text Processing :: Indexing,Topic :: Utilities,Topic :: Internet,Topic :: Software Development :: Libraries :: Python Modules,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3]","[django-szuprefix (>=0.10.23),unidecode,django-treebeard,rest-condition,sqlparse,xyz-qcloud (>=0.0.5)]",2020-08-05 04:48:24.002563 UTC,,, | |
django-credit-cards,1805,0.4.1,Mihail Mishakin,BSD,https://github.com/dldevinc/django-credit-cards,>=3,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Topic :: Software Development :: Libraries :: Python Modules]",[django (>=1.8)],2019-07-04 08:00:05.018900 UTC,,, | |
django-ecsmanage,1801,3.0.0,"Azavea, Inc.",Apache License 2.0,https://github.com/azavea/django-ecsmanage/,>=3.8,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.12]","[Django >=2.2,boto3 >=1.9.0,flake8 >=3.7.7 ; extra == 'tests',black ; (python_version > ""3.8"") and extra == 'tests']",2023-12-18 19:52:53.627543 UTC,,, | |
django-inlinecss-redux,1800,0.4.0,Philip Kimmey,MIT,https://github.com/WhyNotHugo/django-inlinecss,,"[Environment :: Other Environment,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Communications :: Email,Topic :: Text Processing :: Markup :: HTML]","[Django (>=2.2),pynliner,flake8 (==3.8.0) ; extra == 'flake8',flake8-isort (==2.6.0) ; extra == 'flake8',isort (==4.3.4) ; extra == 'flake8',testfixtures (==6.3.0) ; extra == 'flake8',mock (==2.0.0) ; extra == 'tests',pytest (==4.3.1) ; extra == 'tests',pytest-django (==3.4.8) ; extra == 'tests']",2021-07-30 20:44:56.164633 UTC,,, | |
django-webshell,1795,0.4.0,Andrey,MIT,http://github.com/onrik/django-webshell,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 3,Topic :: Software Development :: Libraries :: Python Modules]",[],2021-12-27 10:47:05.025921 UTC,,, | |
django-gisserver,1795,1.2.7,Diederik van der Boor,Mozilla Public License 2.0,https://github.com/amsterdam/django-gisserver,>=3.6,"[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0),Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.2,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development :: Libraries :: Application Frameworks,Topic :: Software Development :: Libraries :: Python Modules]","[Django (>=3.2),defusedxml (>=0.6.0),lru-dict (>=1.1.7),orjson (>=2.4.0),django-environ (>=0.4.5) ; extra == 'tests',psycopg2-binary (>=2.8.4) ; extra == 'tests',lxml (>=4.5.0) ; extra == 'tests',pytest (>=6.2.3) ; extra == 'tests',pytest-django (>=4.1.0) ; extra == 'tests',pytest-cov (>=2.11.1) ; extra == 'tests']",2023-06-08 09:30:07.142015 UTC,,, | |
django-hashers-passlib,1794,0.4,Mathias Ertl,GNU General Public License (GPL) v3,https://github.com/mathiasertl/django-hashers-passlib,,"[Development Status :: 6 - Mature,Environment :: Other Environment,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+),Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Python Modules,Topic :: System :: Systems Administration :: Authentication/Directory]",[],2017-11-18 23:55:02.588115 UTC,,, | |
django-doctor,1791,2.6.0,Richard Tier,Proprietary. Please purchase a license for commercial use.,https://django.doctor,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Topic :: Software Development :: Libraries :: Python Modules]","[asttokens (<3.0.0,>=2.0.4),dparse (<1.0.0,>=0.5.1),black (>=20.8b0),pylint (<=2.11.1,>=2.5.0),rich,pytest (==5.3.5) ; extra == 'test',pytest-cov ; extra == 'test',pytest-sugar ; extra == 'test',pytest-django ; extra == 'test',requests-mock ; extra == 'test',WebTest (<3.0.0,>=2.0.35) ; extra == 'test',coverage (<6.0.0,>=5.5.0) ; extra == 'test',tox ; extra == 'test']",2021-09-23 23:17:14.082974 UTC,,, | |
django-partial-date,1790,1.3.2,ktowen,MIT,https://github.com/ktowen/django_partial_date,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License]","[six,django]",2022-01-20 20:19:48.546510 UTC,,, | |
django-sudo,1772,3.1.0,Matt Robenolt,BSD,https://github.com/mattrobenolt/django-sudo,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Topic :: Software Development]",[],2020-01-09 22:51:43.407220 UTC,,, | |
django-elasticsearch,1767,7.0.2,Sabricot,Apache-2.0,,">=3.6,<4.0","[Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,License :: OSI Approved :: BSD License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8]","[django (>=1.11),elasticsearch-dsl (>=7.0.0,<8.0.0)]",2020-04-01 14:18:03.366547 UTC,,, | |
dj-anonymizer,1766,0.6.0,Tim Pagurets,MIT,https://github.com/preply/dj_anonymizer,,"[Development Status :: 4 - Beta,Environment :: Console,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Topic :: Database]",[Django >=3.2],2024-01-09 12:43:04.193759 UTC,,, | |
django-db-mailer,1752,2.3.19,GoTLiuM InSPiRiT,,http://github.com/LPgenerator/django-db-mailer/,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: GNU General Public License (GPL),Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Python Modules]",[],2017-08-01 14:32:33.200333 UTC,,, | |
django-rest-authemail,1740,2.1.7,Celia Oakley,,http://github.com/celiao/django-rest-authemail,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Intended Audience :: Developers,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP,Topic :: Software Development,Topic :: Utilities]","[Django (>=2.2.8),djangorestframework (>=3.11.0),requests (>=2.3.0),django-ipware (>=4.0.2)]",2023-03-29 04:49:54.673405 UTC,,, | |
django-rest-auth-forked,1717,0.9.5,Sumit Chachra,,http://github.com/MarlonJD/django-rest-auth,,"[Framework :: Django,Intended Audience :: Developers,Intended Audience :: System Administrators,Operating System :: OS Independent,Topic :: Software Development]","[Django (>4.0.0=),djangorestframework (>=3.1.3),six (>=1.9.0),django-allauth (>=0.25.0) ; extra == 'with_social']",2022-02-05 16:48:38.194210 UTC,,, | |
django-intl-tel-input,1711,0.3.1,Benjamin Murden,BSD License,https://github.com/benmurden/django-intl-tel-input,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[Django (>=1.11)],2019-03-20 06:56:58.098043 UTC,,, | |
django-project-version,1707,0.19.0,DCOD,MIT,https://github.com/DCOD-OpenSource/django-project-version/,,"[Development Status :: 5 - Production/Stable,Environment :: Plugins,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,License :: OSI Approved :: MIT License,Operating System :: Unix,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Utilities]","[django <5.1,>=3.2,django-appconf >=1.0.3,gitpython >=3.0.2 ; extra == 'git',djangorestframework >=3.10.3 ; extra == 'rest',attrs ==23.2.0 ; extra == 'test',autoflake ==2.2.1 ; extra == 'test',bandit ==1.7.6 ; extra == 'test',black ==23.12.1 ; extra == 'test',check-manifest ==0.49 ; extra == 'test',check-wheel-contents ==0.6.0 ; extra == 'test',coverage ==6.5.0 ; extra == 'test',coveralls ==3.3.1 ; extra == 'test',curlylint ==0.13.1 ; extra == 'test',darglint ==1.8.1 ; extra == 'test',dennis ==1.1.0 ; extra == 'test',django-stubs ==4.2.7 ; extra == 'test',djangorestframework-stubs ==3.14.5 ; extra == 'test',dlint ==0.14.1 ; extra == 'test',dodgy ==0.2.1 ; extra == 'test',dotenv-linter ==0.4.0 ; extra == 'test',flake8-annotations-complexity ==0.0.8 ; extra == 'test',flake8-annotations-coverage ==0.0.6 ; extra == 'test',flake8-blind-except ==0.2.1 ; extra == 'test',flake8-boolean-trap ==1.0.1 ; extra == 'test',flake8-broken-line ==1.0.0 ; extra == 'test',flake8-bugbear ==23.12.2 ; extra == 'test',flake8-builtins ==2.2.0 ; extra == 'test',flake8-coding ==1.3.2 ; extra == 'test',flake8-cognitive-complexity ==0.1.0 ; extra == 'test',flake8-comprehensions ==3.14.0 ; extra == 'test',flake8-datetimez ==20.10.0 ; extra == 'test',flake8-debugger ==4.1.2 ; extra == 'test',flake8-django ==1.4 ; extra == 'test',flake8-docstrings ==1.7.0 ; extra == 'test',flake8-eradicate ==1.5.0 ; extra == 'test',flake8-executable ==2.1.3 ; extra == 'test',flake8-expression-complexity ==0.0.11 ; extra == 'test',flake8-fixme ==1.1.1 ; extra == 'test',flake8-functions ==0.0.8 ; extra == 'test',flake8-gettext ==0.0.0.1 ; extra == 'test',flake8-logging-format ==0.9.0 ; extra == 'test',flake8-mutable ==1.2.0 ; extra == 'test',flake8-no-implicit-concat ==0.3.5 ; extra == 'test',flake8-no-pep420 ==2.7.0 ; extra == 'test',flake8-pie ==0.16.0 ; extra == 'test',flake8-print ==5.0.0 ; extra == 'test',flake8-raise ==0.0.5 ; extra == 'test',flake8-return ==1.2.0 ; extra == 'test',flake8-self ==0.2.2 ; extra == 'test',flake8-simplify ==0.21.0 ; extra == 'test',flake8-spellcheck ==0.28.0 ; extra == 'test',flake8-super ==0.1.3 ; extra == 'test',flake8-tidy-imports ==4.10.0 ; extra == 'test',flake8-todos ==0.3.0 ; extra == 'test',flake8-typing-imports ==1.15.0 ; extra == 'test',flake8-use-fstring ==1.4 ; extra == 'test',flake8-use-pathlib ==0.3.0 ; extra == 'test',flake8-variables-names ==0.0.6 ; extra == 'test',flake8 ==6.0.0 ; extra == 'test',flynt ==1.0.1 ; extra == 'test',importlib-metadata ==7.0.1 ; extra == 'test',interrogate ==1.5.0 ; extra == 'test',isort ==5.13.2 ; extra == 'test',mypy ==1.8.0 ; extra == 'test',pep8-naming ==0.13.3 ; extra == 'test',perflint ==0.7.3 ; extra == 'test',pip-outdated ==0.6.0 ; extra == 'test',polint ==0.4 ; extra == 'test',pre-commit-hooks ==4.5.0 ; extra == 'test',pre-commit ==3.5.0 ; extra == 'test',pygments ==2.17.2 ; extra == 'test',pylint-django ==2.5.5 ; extra == 'test',pylint ==2.17.4 ; extra == 'test',pyroma ==4.2 ; extra == 'test',pytest-cov ==4.1.0 ; extra == 'test',pytest-django ==4.7.0 ; extra == 'test',pytest-extra-durations ==0.1.3 ; extra == 'test',pytest-instafail ==0.5.0 ; extra == 'test',pytest-sugar ==0.9.7 ; extra == 'test',pytest-timer[termcolor] ==1.00 ; extra == 'test',pytest ==7.4.4 ; extra == 'test',pymarkdownlnt ==0.9.15 ; extra == 'test',readme-renderer ==42.0 ; extra == 'test',removestar ==1.5 ; extra == 'test',rstcheck ==6.2.0 ; extra == 'test',seed-isort-config ==2.2.0 ; extra == 'test',tabulate ==0.9.0 ; extra == 'test',tox-gh-actions ==3.2.0 ; extra == 'test',tox ==4.11.4 ; extra == 'test',twine ==4.0.2 ; extra == 'test',tryceratops ==2.3.2 ; extra == 'test',wheel ==0.42.0 ; extra == 'test',yesqa ==1.5.0 ; extra == 'test']",2024-01-08 16:50:20.975518 UTC,,, | |
django-konst,1705,2.0.0,Luke Burden,MIT,https://github.com/lukeburden/django-konst,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8]",[django (>=2.2)],2020-02-29 01:56:57.573309 UTC,,, | |
django-side-effects,1705,3.0.1,YunoJuno,MIT,https://github.com/yunojuno/django-side-effects,">=3.9,<4.0","[Environment :: Web Environment,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Programming Language :: Python :: 3 :: Only]","[django (>=3.2,<6.0)]",2024-02-12 14:53:46.129866 UTC,,, | |
django-avishan,1701,0.5.34,Morteza Afshari,MIT,https://gitlab.com/afshari9978/avishan,,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[bcrypt (>=3.1.7),colour (>=0.1.5),Django (>=3.0.7),django-anymail[sendgrid] (>=7.2.1),django-cors-headers (>=3.2.1),django-crum (>=0.7.8),django-filter (>=2.3.0),django-money (>=1.3),docstring-parser (>=0.7.1),Faker (>=4.0.3),Khayyam (>=3.0.17),haversine (>=2.2.0),gunicorn (>=20.0.4),Pillow (>=7.1.0),PyJWT (==1.7.1),PyYAML (>=5.3.1),pytest (>=6.1.2),requests (>=2.22.0),schemathesis (>=2.8.4),stringcase (>=1.2.0)]",2021-06-15 20:43:10.725195 UTC,,, | |
django-fido,1699,1.2.1,Vlastimil Zíma,,https://github.com/CZ-NIC/django-fido,~=3.7,"[Development Status :: 4 - Beta,License :: OSI Approved :: MIT License,Framework :: Django,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+),Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Internet :: WWW/HTTP,Topic :: Security :: Cryptography,Topic :: Software Development :: Libraries :: Python Modules]","[Django (>=3.0),fido2 (~=1.1.0),django-app-settings (>=0.7.1),jwcrypto,requests,cryptography,pyopenssl,isort ; extra == 'quality',flake8 ; extra == 'quality',pydocstyle ; extra == 'quality',mypy ; extra == 'quality',polint ; extra == 'quality',mock ; extra == 'test',responses ; extra == 'test',types-requests ; extra == 'types',types-mock ; extra == 'types',types-pyOpenSSL ; extra == 'types']",2023-03-22 15:46:50.718131 UTC,,, | |
django-x-robots-tag-middleware,1699,1.3.3,Tim White,MIT,https://github.com/cyface/django-x-robots-tag-middleware,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Topic :: Internet :: WWW/HTTP]",[django (>=1.10)],2020-11-07 16:50:51.801607 UTC,,, | |
django-letsencrypt,1697,4.1.0,Peter Urda,"Apache License, Version 2.0",https://github.com/urda/django-letsencrypt,">=3.7, <4","[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3 :: Only,Topic :: Internet,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[Django (>=2.2.25),pytz (>=2021.3)]",2021-12-29 15:52:23.435455 UTC,,, | |
djorm-ext-pgfulltext,1695,0.9.2,Andrey Antukh,BSD,https://github.com/niwibe/djorm-ext-pgfulltext,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.2,Programming Language :: Python :: 3.3,Topic :: Software Development :: Libraries,Topic :: Utilities]",[],2015-03-31 17:16:44.457948 UTC,,, | |
django-activeurl,1691,0.1.12,hellysmile,Apache 2.0,https://github.com/hellysmile/django-activeurl/,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Natural Language :: English,Operating System :: MacOS :: MacOS X,Operating System :: Microsoft :: Windows,Operating System :: POSIX,Operating System :: Unix,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: Implementation :: CPython,Programming Language :: Python :: Implementation :: PyPy,Topic :: Internet :: WWW/HTTP]","[django,lxml,django-classy-tags,django-appconf]",2018-02-18 22:50:44.286752 UTC,,, | |
django-admincharts,1691,0.4.1,Dave Gaeddert,MIT,https://github.com/dropseed/django-admincharts,">=3.8,<4.0","[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3,Framework :: Django :: 4,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]",[],2022-08-01 15:12:59.259465 UTC,,, | |
django-herald,1687,0.3.0,Worthwhile,MIT,https://github.com/worthwhile/django-herald/,,"[Framework :: Django,Intended Audience :: Developers,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3 :: Only,License :: OSI Approved :: MIT License]","[django (>=3.2),six,jsonpickle,django (>=3.2) ; extra == 'dev',six ; extra == 'dev',jsonpickle ; extra == 'dev',pytz ; extra == 'dev',html2text ; extra == 'html2text',twilio ; extra == 'twilio']",2022-10-19 00:00:12.782084 UTC,,, | |
django-sortable-listview,1686,0.43,Aptivate,License :: OSI Approved :: MIT License,https://github.com/aptivate/django-sortable-listview,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[django (>1.11),six]",2020-01-22 22:16:10.575381 UTC,,, | |
django-singleton-admin-2,1664,1.0.4,porowns,MIT License,https://github.com/porowns/django-singleton-admin,,"[Environment :: Web Environment,Framework :: Django :: 2.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.6,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[],2020-02-26 19:51:18.789717 UTC,,, | |
google-apis-oauth-django,1656,1.0.0,Nishant Mittal,MIT License,https://github.com/nishantwrp/google-apis-oauth-django,,[],"[google-auth-httplib2,google-auth-oauthlib]",2021-08-25 18:17:45.096329 UTC,,, | |
dj-places,1655,5.2.1,,,,>=3.6,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3]",[django>=3.0],2023-02-20 19:30:21.434095 UTC,,, | |
django-postman,1653,4.3.2,,"Copyright (c) 2010, Patrick Samson. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. 3. Neither the name of django-postman 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. ",,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Topic :: Communications :: Email]",[Django],2023-07-19 20:46:32.210787 UTC,,, | |
django-maskpostgresdata,1648,0.2.1,Developer Society,BSD,https://github.com/developersociety/django-maskpostgresdata,,[],"[django (>=4.2),psycopg (>=3.1.8)]",2023-08-18 14:49:24.455180 UTC,,, | |
djem,1647,0.9.0a6,Alex Church,BSD,https://github.com/oogles/djem,>=3.7,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]",[Django >=3.2],2023-11-15 03:19:45.112348 UTC,,, | |
django-pagination-bootstrap,1646,2.4.6,staticdev,MIT,https://github.com/staticdev/django-pagination-bootstrap,">=3.7.0,<4.0.0","[Development Status :: 7 - Inactive,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development :: Libraries :: Python Modules]",[django (>=2.0)],2022-11-10 09:29:43.877565 UTC,,, | |
django-datatable-view,1633,2.1.6,Autumn Valenta,Apache License (2.0),https://github.com/pivotal-energy-solutions/django-datatable-view,>=3.8.*,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Topic :: Software Development]","[django (>=2.1),python-dateutil]",2021-05-28 21:21:43.278994 UTC,,, | |
django-rq-dashboard,1632,0.3.3,Bruno Renié,"BSD licence, see LICENCE file",https://github.com/brutasse/django-rq-dashboard,,"[Development Status :: 3 - Alpha,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5]","[Django (>=1.5),pytz,rq]",2017-06-13 15:10:35.882738 UTC,,, | |
django-mail-queue,1625,3.2.4,Privex Inc. (2019+) / Derek Stegelman (2011-2018),MIT,http://github.com/Privex/django-mail-queue,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries,Topic :: Utilities]",[],2020-03-18 11:58:12.816982 UTC,,, | |
django-mail-queue,1625,3.2.4,Privex Inc. (2019+) / Derek Stegelman (2011-2018),MIT,http://github.com/Privex/django-mail-queue,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries,Topic :: Utilities]",[],2020-03-18 11:58:12.816982 UTC,,, | |
django-idempotency-key,1615,1.3.0,YoyoDevs,MIT,https://github.com/yoyowallet/django-idempotency-key,">=3.7,<4","[License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[Django (>=2.2),djangorestframework (>=3.8),django-redis (>=5.2.0),redis (>=4.5.4)]",2023-05-02 12:00:20.059636 UTC,,, | |
django-email,1610,0.1.8,Andres Gonzalez,MIT,https://github.com/swappsco/django-email,,"[Development Status :: 3 - Alpha,Framework :: Django,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.2,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5]",[],2016-08-02 02:50:55.407374 UTC,,, | |
django-yaa-settings,1605,0.1.0,Richard Terry,BSD,http://radiac.net/projects/django-yaa-settings/,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 1.8,Framework :: Django :: 2.0,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6]",[tox; extra == 'dev'],2018-06-24 08:16:26.952584 UTC,,, | |
django-walletone,1601,1.0.0a5,Stanislav Otovchits,MIT,https://github.com/otov4its/django-walletone,,"[Development Status :: 3 - Alpha,Framework :: Django,Intended Audience :: Developers,Intended Audience :: System Administrators,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Topic :: Software Development]",[Django (>=1.7)],2016-04-24 03:52:40.269986 UTC,,, | |
django-generate-series,1599,0.5.0,Jack Linke,Apache-2.0,https://github.com/jacklinke/django-generate-series/,">=3.8,<4.0","[Development Status :: 3 - Alpha,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Database,Topic :: Software Development :: Libraries,Topic :: Utilities]",[django (>=3.2)],2023-01-22 00:36:49.903730 UTC,,, | |
django-adminlte-3,1598,0.1.6,d3n1z,MIT,https://github.com/d-demirci/django-adminlte3,>=3.6,[],[django],2020-04-15 19:34:01.154371 UTC,,, | |
django-adminlte-3,1598,0.1.6,d3n1z,MIT,https://github.com/d-demirci/django-adminlte3,>=3.6,[],[django],2020-04-15 19:34:01.154371 UTC,,, | |
django-gdpr-assist,1592,1.4.2,Wildfish,BSD,https://github.com/wildfish/django-gdpr-assist,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2]","[django-yaa-settings (>=1.1),tox ; extra == 'dev',pillow ; extra == 'dev',model-bakery ; extra == 'dev',freezegun ; extra == 'dev',sphinx ; extra == 'dev',sphinx-autobuild ; extra == 'dev',sphinx-rtd-theme ; extra == 'dev']",2022-04-28 14:25:57.310929 UTC,,, | |
django-streamfield,1591,2.1.2,Yury Lapshinov,,https://github.com/raagin/django-streamfield,>=3.7,"[Development Status :: 5 - Production/Stable,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2]",[],2023-06-05 16:03:31.244336 UTC,,, | |
inertia-django,1582,0.6.0,Brandon Shar,MIT,https://github.com/inertiajs/inertia-django,">=3.8,<4.0","[Framework :: Django :: 4,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Topic :: Software Development :: Libraries :: Python Modules]","[django (>=4),requests (>=2,<3)]",2024-01-27 02:03:13.708551 UTC,,, | |
django-markup-deprecated,1582,0.0.4,,BSD,https://github.com/fcurella/django-markup-deprecated,,"[Development Status :: 7 - Inactive,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python]",[],2021-08-09 19:26:40.646296 UTC,,, | |
django-azure-auth,1580,1.1.0,AgileTek Engineering,MIT,https://github.com/AgileTek/django-azure-auth,">=3.8,<4.0","[Development Status :: 5 - Production/Stable,Framework :: Django,Intended Audience :: Information Technology,License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[msal (>=1.18.0,<2.0.0),Django (>=3.2)]",2023-03-19 13:27:05.900623 UTC,,, | |
django-audit-log,1578,0.7.0,Vasil Vangelovski,New BSD License (http://www.opensource.org/licenses/bsd-license.php),https://github.com/Atomidata/django-audit-log,,"[Development Status :: 5 - Production/Stable,Environment :: Plugins,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Programming Language :: Python,Programming Language :: Python :: 2.6,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.2,Programming Language :: Python :: 3.3,Programming Language :: Python :: 3.4,Topic :: Software Development :: Libraries :: Python Modules]",[],2015-01-28 22:34:34.877415 UTC,,, | |
dj-url-filter,1578,0.4.4,Hat Dao,MIT,,">=3.9,<4.0","[Development Status :: 2 - Pre-Alpha,Framework :: Django,License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3]","[django (>=3.2.4),cached-property (>=1.5.2,<2.0.0)]",2023-01-12 08:30:26.151849 UTC,,, | |
django-contact-us,1573,1.1.0,Susan Dreher,BSD,https://github.com/ccnmtl/django-contact-us,,[],[Django],2022-08-25 17:00:32.885272 UTC,,, | |
django-emailit,1567,0.2.3,Stefan Foulis,BSD,http://github.com/divio/django-emailit,,"[Development Status :: 4 - Beta,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Topic :: Internet :: WWW/HTTP]",[],2018-02-01 14:52:37.478281 UTC,,, | |
django-tags-input,1562,6.0.0,Rick van Hattem,BSD,https://github.com/WoLpH/django-tags-input,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11]","[django ; extra == 'docs',mock ; extra == 'docs',sphinx (>=3.0.0) ; extra == 'docs',django-utils2 (>=3.0.0) ; extra == 'tests',pytest ; extra == 'tests',pytest-cov ; extra == 'tests',pytest-django ; extra == 'tests',pytest-flake8 ; extra == 'tests']",2023-03-01 01:18:14.582615 UTC,,, | |
django-editor-widgets,1557,4.2,Giorgi Kakulashvili,MIT,https://github.com/giorgi94/django-editor-widgets,,[],"[Django (>=3.0),Pillow (>=8),requests (>=2)]",2022-10-15 11:40:07.244668 UTC,,, | |
django-confy,1556,1.0.4,Eugene MechanisM,MIT,http://github.com/MechanisM/django-confy,,"[Development Status :: 4 - Beta,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3.4,Topic :: Software Development :: Build Tools]",[],2015-04-25 11:21:11.334919 UTC,,, | |
wagtailcodeblock,1554,1.29.0.2,,BSD-3-Clause,,>=3.7,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django,Framework :: Wagtail,Framework :: Wagtail :: 3,Framework :: Wagtail :: 4,Framework :: Wagtail :: 5,Framework :: Wagtail :: 6,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[wagtail >=4],2024-02-14 13:41:24.910223 UTC,,, | |
django-requestlogging-redux,1554,1.2.0,Joey Wilhelm,,https://github.com/tarkatronic/django-requestlogging,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5]",[Django (>=1.8)],2016-10-14 00:33:49.037608 UTC,,, | |
django-models-redis-cache,1552,4.4.3,Anton Nechaev,MIT,https://github.com/gh0st-work/django_models_redis_cache,">=3.6,<4.0","[Development Status :: 2 - Pre-Alpha,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Database :: Front-Ends,Topic :: Internet,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Internet :: WWW/HTTP :: HTTP Servers,Topic :: Internet :: WWW/HTTP :: Site Management,Topic :: Software Development,Topic :: Software Development :: Libraries,Topic :: Software Development :: Libraries :: Python Modules,Topic :: Software Development :: Object Brokering,Topic :: Utilities]","[redis (>=3.5.3,<4.0.0),Django (>=3.0,<4.0)]",2021-09-15 05:35:13.975296 UTC,,, | |
django-authority,1552,0.14,Jannis Leidel,BSD,https://github.com/jazzband/django-authority/,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7]",[django],2020-02-07 12:49:46.560397 UTC,,, | |
django-admin-fast-search,1550,0.1.2,Utkarsh Bansal,MIT,https://github.com/utkbansal/django-admin-fast-search,,"[Development Status :: 3 - Alpha,Framework :: Django :: 2.1,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10]",[],2022-05-30 10:24:18.663448 UTC,,, | |
django-otp-agents,1547,1.0.1,Peter Sagerson,BSD,https://github.com/django-otp/django-otp-agents,,"[Development Status :: 5 - Production/Stable,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Topic :: Security,Topic :: Software Development :: Libraries :: Python Modules,Framework :: Django]","[django-otp (>=1.0.1),django-agent-trust (>=1.0.1)]",2021-11-29 19:06:45.561930 UTC,,, | |
django-bootstrap-datepicker,1537,1.5.0,Paul Bucher,Apache License 2.0,https://github.com/pbucher/django-bootstrap-datepicker,,"[Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Programming Language :: Python,Programming Language :: Python :: 3,Operating System :: OS Independent,Topic :: Software Development :: Libraries,Topic :: Utilities,Environment :: Web Environment,Framework :: Django]",[django >=4.2],2023-08-10 18:46:05.457347 UTC,,, | |
django-expiring-token,1532,1.0.3,Klemen Štrajhar,MIT License,https://github.com/KlemenS189/django-expiring-token,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Topic :: Internet :: WWW/HTTP]",[djangorestframework >=3.4.0],2024-02-04 17:51:57.723545 UTC,,, | |
django-tables2-column-shifter,1532,2.2.0,Grzegorz Tężycki,BSD,https://github.com/djk2/django-tables2-column-shifter,,"[Environment :: Web Environment,Framework :: Django,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.8,Topic :: Utilities]","[Django (>=1.9),django-tables2 (>=1.5.0)]",2023-05-03 09:03:44.634310 UTC,,, | |
django-ufilter,1529,0.4.3,Miroslav Shubernetskiy,MIT,https://github.com/Qu4tro/django-ufilter,">=3.7,<4.0","[Development Status :: 2 - Pre-Alpha,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4]","[django (>=3.2),cached-property (>=1.5.2,<2.0.0)]",2023-05-04 22:45:24.835630 UTC,,, | |
django-permissions-auditor,1525,1.2.0,AAC Engineering,MIT,https://github.com/AACEngineering/django-permissions-auditor,>=3.5,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Topic :: Internet :: WWW/HTTP :: Site Management,Topic :: Internet :: WWW/HTTP :: Site Management :: Link Checking]","[django >=2.1,setuptools]",2024-01-09 20:04:40.035460 UTC,,, | |
wagtail-placeholder-images,1524,0.1.1,Andreas Bernacca,MIT License,,,"[Environment :: Web Environment,Intended Audience :: Developers,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Framework :: Django,License :: OSI Approved :: MIT License]","[wagtail (>=2.7),black ; extra == 'testing']",2020-09-01 17:09:56.362776 UTC,,, | |
django-htmx-autocomplete,1522,0.8.3,Luc Belliveau,MIT,https://github.com/PHACDataHub/django-htmx-autocomplete,>=3.8,"[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]",[Django (>=4.1)],2023-08-04 19:27:58.829710 UTC,,, | |
django-model-prefix,1521,1.0.1,Harald Nezbeda,MIT License,https://github.com/anexia/django-model-prefix,,"[Development Status :: 5 - Production/Stable,Framework :: Django,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10]",[],2022-10-21 10:27:23.770261 UTC,,, | |
django-perimeter,1518,0.16.0,YunoJuno,MIT,https://github.com/yunojuno/django-perimeter,">=3.8,<4.0","[Environment :: Web Environment,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.12]","[django (>=3.2,<6.0)]",2023-11-14 14:20:11.429017 UTC,,, | |
django-admin-508,1513,0.2.0,Raft,MIT,https://github.com/raft-tech/django-admin-508,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 1.7,Framework :: Django :: 1.8,Framework :: Django :: 1.9,Framework :: Django :: 1.10,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Operating System :: OS Independent,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Software Development :: Build Tools]","[django-colorfield (<1.0,>=0.2),django-flat-theme (<2.0,>=1.0),django-flat-responsive (<3.0,>=1.0),six (<2.0.0,>=1.9.0)]",2022-04-14 17:22:05.466607 UTC,,, | |
django-docutils,1513,0.23.0,Tony Narlock,MIT,https://django-docutils.git-pull.com,">=3.8,<4.0","[Development Status :: 2 - Pre-Alpha,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Natural Language :: English,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Typing :: Typed]","[Django (>=3.2),docutils,pygments (<3),pytz ; extra == ""pytz""]",2024-02-06 17:42:37.650588 UTC,,, | |
django-binary-database-files,1512,1.0.17,Roger Hunwicks,,https://github.com/kimetrica/django-binary-database-files/,">=3.6,<3.11","[Development Status :: 6 - Mature,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0]","[Django (<5,>=2.2)]",2022-07-18 10:54:15.512927 UTC,,, | |
django-command-log,1509,2.1,YunoJuno,MIT,https://github.com/yunojuno/django-management-command-log,">=3.8,<4.0","[Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.12]","[django (>=3.2,<6.0)]",2023-11-15 10:58:40.291204 UTC,,, | |
django-subdomains2,1509,4.1.2,,"Copyright (c) 2022 LeeHanYeong Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",,>=3.8,"[Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Programming Language :: Python]",[django],2022-11-28 23:16:41.041568 UTC,,, | |
django-reversion-rest-framework,1507,1.2.0,Denny Biasiolli,,https://github.com/dennybiasiolli/django-reversion-rest-framework,>=3.8,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Intended Audience :: Developers,Programming Language :: Python :: 3,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Framework :: Django]","[django-reversion >=4,djangorestframework >=3]",2024-01-29 07:50:56.441305 UTC,,, | |
django-cog,1503,1.3.10,David W Pettifor,MIT,https://github.com/david-pettifor-nd/django_cog.git,,"[License :: OSI Approved :: MIT License,Programming Language :: Python :: 3,Programming Language :: Python :: 3.11,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.1]","[celery (==5.2.7),django-celery-beat,django-nested-inline (>=0.4.2)]",2023-08-07 16:59:05.633614 UTC,,, | |
django-favicon-plus-reloaded,1503,1.2,arteria GmbH,MIT,https://edugit.org/AlekSIS/libs/django-favicon-plus,,"[Development Status :: 5 - Production/Stable,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content]","[django <6.0,>=4.2.0,pillow <11.0,>=10.0.0]",2023-12-05 21:11:28.886044 UTC,,, | |
django-json-ld,1497,0.0.5,Johnny Chang,,https://github.com/hiimdoublej/django-json-ld,,"[Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Framework :: Django,Environment :: Web Environment,License :: OSI Approved :: MIT License]",[],2022-02-01 15:08:05.987417 UTC,,, | |
django-pyfs,1496,3.2.0,Piotr Mitros,Apache 2.0,https://github.com/edx/django-pyfs,,"[Development Status :: 4 - Beta,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Topic :: Software Development :: Libraries :: Python Modules,License :: OSI Approved :: Apache Software License]","[django,fs (>=2.0.1),fs-s3fs]",2022-01-20 10:32:53.041479 UTC,,, | |
wagtail-bakery,1496,0.2.0,Rob Moorman,,,,"[Environment :: Web Environment,Framework :: Django,Operating System :: Unix,Programming Language :: Python :: 2,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6]","[django-bakery (==0.12.3),six (>=1.10.0),wagtail (>=1.6),factory-boy (==2.8.1); extra == 'test',flake8 (==3.2.1); extra == 'test',isort (==4.2.5); extra == 'test',pytest (==3.0.5); extra == 'test',pytest-cov (==2.4.0); extra == 'test',pytest-django (==3.1.2); extra == 'test']",2018-01-19 08:53:00.536454 UTC,,, | |
django-query-inspector,1490,1.2.6,Mario Orlandi,MIT,https://github.com/morlandi/django-query-inspector,,"[Framework :: Django,Development Status :: 5 - Production/Stable,Intended Audience :: Developers,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Framework :: Django,Framework :: Django :: 3.0]",[],2024-02-23 11:33:26.380096 UTC,,, | |
django-google-fonts,1490,0.0.3,,,,>=3.7,"[Programming Language :: Python :: 3,License :: OSI Approved :: MIT License,Operating System :: OS Independent]","[requests (>=2.31.0),tinycss2 (>=1.2.1)]",2023-07-07 18:46:41.854526 UTC,,, | |
django-s3-file-field-client,1490,1.0.0,,Apache 2.0,,>=3.8,"[Development Status :: 3 - Alpha,Environment :: Web Environment,Framework :: Django,Framework :: Django :: 3.2,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Intended Audience :: Developers,License :: OSI Approved :: Apache Software License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3.12]",[requests],2023-10-18 19:21:08.979362 UTC,,, | |
django-exiffield,1488,3.0.0,Alexander Frenzel,BSD-3-Clause,https://github.com/escaped/django-exiffield,">=3.6.1,<4.0","[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.6,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Topic :: Software Development :: Libraries :: Python Modules,Typing :: Typed]","[choicesenum (>=0.2.2),django (>=2.2),jsonfield (>=3.0),pillow (>=5.0)]",2020-10-31 03:48:12.773489 UTC,,, | |
django-appmail,1486,6,YunoJuno,MIT,https://github.com/yunojuno/django-appmail,">=3.9,<4.0","[Environment :: Web Environment,Framework :: Django :: 3.2,Framework :: Django :: 4.0,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Django :: 5.0,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Programming Language :: Python :: 3 :: Only,Programming Language :: Python :: 3.12]","[django (>=3.2,<6.0)]",2023-11-14 14:41:32.867534 UTC,,, | |
django-postgresql-setrole,1469,1.0.12,Jonas Maurus (@jdelic),,https://github.com/jdelic/django-postgresql-setrole/,,"[Development Status :: 5 - Production/Stable,Intended Audience :: Developers,Intended Audience :: System Administrators,Programming Language :: Python :: 3 :: Only,License :: OSI Approved :: BSD License,Operating System :: POSIX]",[],2022-09-04 20:12:28.622201 UTC,,, | |
eventsourcing-django,1467,0.3.1,John Bywater,BSD 3-Clause,https://eventsourcing.readthedocs.io/,">=3.7,<4.0","[Development Status :: 3 - Alpha,Framework :: Django,Framework :: Django :: 2.2,Framework :: Django :: 3.0,Framework :: Django :: 3.1,Framework :: Django :: 3.2,Framework :: Django :: 4.0,License :: OSI Approved :: BSD License,License :: Other/Proprietary License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.7,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9]","[eventsourcing (>=9.2.13,<9.3.0),Django (>=2.2.24,<5.0)]",2022-06-08 22:00:34.026926 UTC,,, | |
wagtail-footnotes,1464,0.10.0,,,,>=3.8,"[Development Status :: 4 - Beta,Environment :: Web Environment,Intended Audience :: Developers,Operating System :: OS Independent,License :: OSI Approved :: MIT License,Programming Language :: Python,Programming Language :: Python :: 3,Programming Language :: Python :: 3.8,Programming Language :: Python :: 3.9,Programming Language :: Python :: 3.10,Programming Language :: Python :: 3.11,Framework :: Django,Framework :: Django :: 3,Framework :: Django :: 3.2,Framework :: Django :: 4,Framework :: Django :: 4.1,Framework :: Django :: 4.2,Framework :: Wagtail,Framework :: Wagtail :: 4,Framework :: Wagtail :: 5]","[Wagtail>=4.1,Django>=3.2,pre-commit>=3.3.0,<4 ; extra == ""testing"",tox>=4.6.4,<5 ; extra == ""testing"",black==23.7.0 ; extra == ""testing"",ruff==0.0.280 ; extra == ""testing"",coverage[toml]>=7.2,<8.0 ; extra == ""testing""]",2023-07-28 16:28:39.834299 UTC,,, | |
django-threadedcomments,1464,2,Eric Florenzano,BSD,https://github.com/HonzaKral/django-threadedcomments,,"[Development Status :: 4 - Beta,Environment :: Web Environment,Framework :: Django,Intended Audience :: Developers,License :: OSI Approved :: BSD License,Operating System :: OS Independent,Programming Language :: Python,Programming Language :: Python :: 2.7,Programming Language :: Python :: 3,Programming Language :: Python :: 3.4,Programming Language :: Python :: 3.5,Programming Language :: Python :: 3.6,Framework :: Django,Framework :: Django :: 1.11,Framework :: Django :: 2.0,Framework :: Django :: 2.1,Topic :: Internet :: WWW/HTTP,Topic :: Internet :: WWW/HTTP :: Dynamic Content,Topic :: Software Development :: Libraries :: Python Modules]",[django-contrib-comments (>=1.9.0)],2021-11-17 11:44:51.399226 UTC,,, | |
django-xicon,1462,0.22.8,Alexei Andrushievich,GPLv3+,https://github.com/vint21h/django-xicon/,,"[Development Status :: 5 - Production/Stable,Environment :: Plugins,Framework :: Django :: 2.2,Framework :: Django :: 3.2,Framework :: Django :: 4.0,License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+),Opera |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment