Metadata-Version: |
2.1 |
Name: |
django-routines |
Version: |
1.2.1 |
Summary: |
Define named groups of management commands in Django settings files for batched execution. |
Author: |
Brian Kohan |
Author-Email: |
bckohan[at]gmail.com |
Home-Page: |
https://django-routines.readthedocs.io |
Project-Url: |
Repository, https://github.com/bckohan/django-routines |
License: |
MIT |
Keywords: |
django,CLI,management,routine,routines,batch,commands,deploy,tasks,package,backup |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Environment :: Console |
Classifier: |
Framework :: Django |
Classifier: |
Framework :: Django :: 3.2 |
Classifier: |
Framework :: Django :: 4.0 |
Classifier: |
Framework :: Django :: 4.1 |
Classifier: |
Framework :: Django :: 4.2 |
Classifier: |
Framework :: Django :: 5.0 |
Classifier: |
Framework :: Django :: 5.1 |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Natural Language :: English |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
Classifier: |
Topic :: Internet :: WWW/HTTP |
Classifier: |
Topic :: Internet :: WWW/HTTP :: Site Management |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Python: |
>=3.8,<4.0 |
Requires-Dist: |
Django (<6.0,>=3.2) |
Requires-Dist: |
django-typer (<3.0.0,>=2.1.0) |
Requires-Dist: |
rich (<14.0.0,>=10.11.0); extra == "rich" |
Requires-Dist: |
typing-extensions (>=3.7.4.3); python_version < "3.10" |
Provides-Extra: |
rich |
Description-Content-Type: |
text/markdown |