Metadata-Version: 2.4
Name: restmachine-web
Version: 0.1.1
Summary: Static file serving extension for RestMachine framework
Author-email: Ryan Festag <rfestag@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/rfestag/restmachine-python
Project-URL: Repository, https://github.com/rfestag/restmachine-python
Project-URL: Bug Reports, https://github.com/rfestag/restmachine-python/issues
Keywords: rest,api,static,files,web,http
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Programming Language :: Python :: 3
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
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: restmachine>=0.1.0
Provides-Extra: s3
Requires-Dist: boto3>=1.26.0; extra == "s3"
Provides-Extra: test
Requires-Dist: pytest>=6.0; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: mypy; extra == "dev"
