Metadata-Version: |
2.1 |
Name: |
artless-framework |
Version: |
0.1.4 |
Summary: |
Artless and minimalistic web framework without dependencies, working over WSGI. |
Author-Email: |
Peter Bro <p3t3rbr0[at]gmail.com> |
Project-Url: |
Homepage, https://github.com/p3t3rbr0/py3-artless-framework |
Project-Url: |
Documentation, https://github.com/p3t3rbr0/py3-artless-framework/blob/master/README.md |
Project-Url: |
Repository, https://github.com/p3t3rbr0/py3-artless-framework.git |
Project-Url: |
Issues, https://github.com/p3t3rbr0/py3-artless-framework/issues |
Project-Url: |
Changelog, https://github.com/p3t3rbr0/py3-artless-framework/blob/master/CHANGELOG.md |
Keywords: |
artless,minimalistic,web,framework |
Classifier: |
Development Status :: 2 - Pre-Alpha |
Classifier: |
Environment :: Web Environment |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Topic :: Internet :: WWW/HTTP |
Classifier: |
Topic :: Internet :: WWW/HTTP :: WSGI :: Application |
Classifier: |
Topic :: Software Development |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Software Development :: Libraries :: Application Frameworks |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.10 |
Requires-Dist: |
build (==1.2.1); extra == "build" |
Requires-Dist: |
twine (==5.1.1); extra == "build" |
Requires-Dist: |
coverage (==7.6.1); extra == "dev" |
Requires-Dist: |
mypy (==1.11.1); extra == "dev" |
Requires-Dist: |
isort (==5.13.2); extra == "dev" |
Requires-Dist: |
flake8 (==7.1.1); extra == "dev" |
Requires-Dist: |
black (==24.8.0); extra == "dev" |
Requires-Dist: |
pydocstyle (==6.3.0); extra == "dev" |
Provides-Extra: |
build |
Provides-Extra: |
dev |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |