Metadata-Version: |
2.1 |
Name: |
resconfig |
Version: |
20.4.3a0 |
Summary: |
A minimalistic application configuration library for Python |
Author: |
Taro Sato |
Author-Email: |
okomestudio[at]gmail.com |
Home-Page: |
https://github.com/okomestudio/resconfig |
License: |
Apache-2.0 |
Classifier: |
Development Status :: 3 - Alpha |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
Natural Language :: English |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: System :: Installation/Setup |
Classifier: |
Topic :: Utilities |
Platform: |
Linux |
Requires-Python: |
>=3.6 |
Requires-Dist: |
black (>=19.10b0); extra == "dev" |
Requires-Dist: |
flake8 (>=3.7.9); extra == "dev" |
Requires-Dist: |
isort[pyproject] (>=4.3.21); extra == "dev" |
Requires-Dist: |
pre-commit (>=2.2.0); extra == "dev" |
Requires-Dist: |
seed-isort-config (>=2.1.1); extra == "dev" |
Requires-Dist: |
toml (>=0.10.0); extra == "dev" |
Requires-Dist: |
PyYAML (>=5.3.1); extra == "dev" |
Requires-Dist: |
coverage[toml] (>=5.0.4); extra == "dev" |
Requires-Dist: |
pytest (>=5.4.1); extra == "dev" |
Requires-Dist: |
pytest-cov (>=2.8.1); extra == "dev" |
Requires-Dist: |
sphinx (>=3.0.1); extra == "doc" |
Requires-Dist: |
sphinx-autodoc-typehints (>=1.10.3); extra == "doc" |
Requires-Dist: |
coverage[toml] (>=5.0.4); extra == "tests" |
Requires-Dist: |
pytest (>=5.4.1); extra == "tests" |
Requires-Dist: |
pytest-cov (>=2.8.1); extra == "tests" |
Requires-Dist: |
toml (>=0.10.0); extra == "tests" |
Requires-Dist: |
PyYAML (>=5.3.1); extra == "tests" |
Requires-Dist: |
toml (>=0.10.0); extra == "toml" |
Requires-Dist: |
PyYAML (>=5.3.1); extra == "yaml" |
Provides-Extra: |
dev |
Provides-Extra: |
doc |
Provides-Extra: |
tests |
Provides-Extra: |
toml |
Provides-Extra: |
yaml |
Description-Content-Type: |
text/x-rst |