Metadata-Version: |
2.1 |
Name: |
fastenv |
Version: |
0.6.0 |
Summary: |
Unified environment variable and settings management for FastAPI and beyond. |
Author-Email: |
Brendon Smith <bws[at]bws.bio> |
Project-Url: |
Documentation, https://fastenv.bws.bio |
Project-Url: |
Homepage, https://github.com/br3ndonland/fastenv |
Project-Url: |
Repository, https://github.com/br3ndonland/fastenv |
Keywords: |
asgi,dotenv,environment variables,fastapi,settings |
Classifier: |
Environment :: Web Environment |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Natural Language :: English |
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: |
Topic :: Internet :: WWW/HTTP :: HTTP Servers |
Classifier: |
Topic :: Software Development :: Libraries :: Application Frameworks |
Classifier: |
Topic :: System :: Installation/Setup |
Classifier: |
Topic :: System :: Systems Administration |
Classifier: |
Topic :: Utilities |
Classifier: |
Typing :: Typed |
Requires-Python: |
<4,>=3.9 |
Requires-Dist: |
anyio (<5,>=3.3) |
Requires-Dist: |
mypy (==1.11.2); extra == "checks" |
Requires-Dist: |
ruff (<0.7,>=0.6); extra == "checks" |
Requires-Dist: |
httpx (<1,>=0.23); extra == "cloud" |
Requires-Dist: |
mkdocs-material (<10,>=9); extra == "docs" |
Requires-Dist: |
httpx (<1,>=0.23); extra == "httpx" |
Requires-Dist: |
coverage[toml] (<8,>=7); extra == "tests" |
Requires-Dist: |
fastapi (<0.116,>=0.110.1); extra == "tests" |
Requires-Dist: |
freezegun (<2,>=1); extra == "tests" |
Requires-Dist: |
httpx (<1,>=0.23); extra == "tests" |
Requires-Dist: |
pytest-mock (<4,>=3); extra == "tests" |
Requires-Dist: |
pytest (<9,>=8.1.1); extra == "tests" |
Provides-Extra: |
checks |
Provides-Extra: |
cloud |
Provides-Extra: |
docs |
Provides-Extra: |
httpx |
Provides-Extra: |
tests |
Description-Content-Type: |
text/markdown |
License-Expression: |
MIT |
License-File: |
LICENSE |