Metadata-Version: |
2.1 |
Name: |
svcs |
Version: |
24.1.0 |
Summary: |
A Flexible Service Locator |
Author-Email: |
Hynek Schlawack <hs[at]ox.cx> |
Project-Url: |
Changelog, https://github.com/hynek/svcs/blob/main/CHANGELOG.md |
Project-Url: |
Documentation, https://svcs.hynek.me/ |
Project-Url: |
GitHub, https://github.com/hynek/svcs |
Project-Url: |
Funding, https://github.com/sponsors/hynek |
Project-Url: |
Mastodon, https://mastodon.social/@hynek |
Project-Url: |
Twitter, https://twitter.com/hynek |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
License :: OSI Approved :: MIT License |
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: |
Typing :: Typed |
Requires-Python: |
>=3.8 |
Requires-Dist: |
attrs (>=21.3.0) |
Requires-Dist: |
httpx; extra == "dev" |
Requires-Dist: |
svcs[tests,typing]; extra == "dev" |
Requires-Dist: |
tox (>4); extra == "dev" |
Requires-Dist: |
aiohttp; extra == "docs" |
Requires-Dist: |
fastapi; extra == "docs" |
Requires-Dist: |
flask; extra == "docs" |
Requires-Dist: |
furo (>=2023.8.17); extra == "docs" |
Requires-Dist: |
httpx; extra == "docs" |
Requires-Dist: |
myst-parser; extra == "docs" |
Requires-Dist: |
pyramid; extra == "docs" |
Requires-Dist: |
pytest; extra == "docs" |
Requires-Dist: |
sphinx-copybutton; extra == "docs" |
Requires-Dist: |
sphinx-design; extra == "docs" |
Requires-Dist: |
sphinx-notfound-page; extra == "docs" |
Requires-Dist: |
sphinx (>=7.2.2); extra == "docs" |
Requires-Dist: |
sphinxext-opengraph; extra == "docs" |
Requires-Dist: |
sqlalchemy; extra == "docs" |
Requires-Dist: |
starlette; extra == "docs" |
Requires-Dist: |
sybil; extra == "docs" |
Requires-Dist: |
pytest; extra == "tests" |
Requires-Dist: |
pytest-asyncio; extra == "tests" |
Requires-Dist: |
sybil (>=6); extra == "tests" |
Requires-Dist: |
typing-extensions; python_version < "3.9" and extra == "tests" |
Requires-Dist: |
aiohttp; extra == "typing" |
Requires-Dist: |
fastapi; extra == "typing" |
Requires-Dist: |
flask; extra == "typing" |
Requires-Dist: |
mypy (>=1.4); extra == "typing" |
Requires-Dist: |
pyramid; extra == "typing" |
Requires-Dist: |
starlette; extra == "typing" |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
tests |
Provides-Extra: |
typing |
Description-Content-Type: |
text/markdown |
License-Expression: |
MIT |
License-File: |
LICENSE |