Metadata-Version: |
2.1 |
Name: |
django-esm |
Version: |
0.4.2 |
Summary: |
Lightweight JavaScript ESM module loader for Django. |
Author-Email: |
Johannes Maron <johannes[at]maron.family> |
Project-Url: |
Changelog, https://github.com/codingjoe/django-esm/releases |
Project-Url: |
Documentation, https://github.com/codingjoe/django-esm#django-esm |
Project-Url: |
Issue-Tracker, https://github.com/codingjoe/django-esm/issues |
Project-Url: |
Project-URL, https://github.com/codingjoe/django-esm |
Project-Url: |
Source, https://github.com/codingjoe/django-esm |
Keywords: |
ESM,JavaScript,importmap,Django,module |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Programming Language :: Python |
Classifier: |
Environment :: Web Environment |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Topic :: Software Development |
Classifier: |
Programming Language :: JavaScript |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Framework :: Django |
Classifier: |
Framework :: Django :: 3.2 |
Classifier: |
Framework :: Django :: 4.2 |
Classifier: |
Framework :: Django :: 5.0 |
Requires-Python: |
>=3.9 |
Requires-Dist: |
django (>=3.2.0) |
Requires-Dist: |
bandit (==1.7.7); extra == "lint" |
Requires-Dist: |
black (==23.12.1); extra == "lint" |
Requires-Dist: |
flake8 (==7.0.0); extra == "lint" |
Requires-Dist: |
isort (==5.13.2); extra == "lint" |
Requires-Dist: |
pydocstyle[toml] (==6.3.0); extra == "lint" |
Requires-Dist: |
pytest; extra == "test" |
Requires-Dist: |
pytest-cov; extra == "test" |
Requires-Dist: |
pytest-django; extra == "test" |
Requires-Dist: |
pytest-playwright; extra == "test" |
Provides-Extra: |
lint |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |