cfg4py

View on PyPIReverse Dependencies (5)

0.9.4 cfg4py-0.9.4-py3-none-any.whl

Wheel Details

Project: cfg4py
Version: 0.9.4
Filename: cfg4py-0.9.4-py3-none-any.whl
Download: [link]
Size: 16172
MD5: 002430cc640cc4028c13a6871c4d5e72
SHA256: 02a451c83e6c770ad5ebae7fc656c24fe1bab8d264e44691b95165e730fcb2f6
Uploaded: 2022-08-25 08:23:16 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: cfg4py
Version: 0.9.4
Summary: Easy config (template, auto-complete), hierarchichal design, monitor config change and load on-the-fly .
Author: Aaron Yang
Author-Email: aaron_yang[at]jieyu.ai
Home-Page: https://github.com/zillionare/cfg4py
License: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7.1,<4.0
Requires-Dist: APScheduler (<4.0.0,>=3.9.1)
Requires-Dist: black (<23.0.0,>=22.3.0); extra == "dev"
Requires-Dist: fire (==0.4.0)
Requires-Dist: flake8 (==4.0.1); extra == "test"
Requires-Dist: flake8-docstrings (<2.0.0,>=1.6.0); extra == "test"
Requires-Dist: isort (==5.10.1); extra == "test"
Requires-Dist: livereload (<3.0.0,>=2.6.3)
Requires-Dist: mike (<2.0.0,>=1.1.2); extra == "doc"
Requires-Dist: mkdocs (<2.0.0,>=1.2.3); extra == "doc"
Requires-Dist: mkdocs-autorefs (<0.5.0,>=0.4.1); extra == "doc"
Requires-Dist: mkdocs-include-markdown-plugin (<4.0.0,>=3.2.3); extra == "doc"
Requires-Dist: mkdocs-material (<9.0.0,>=8.1.11); extra == "doc"
Requires-Dist: mkdocs-material-extensions (<2.0.0,>=1.0.3)
Requires-Dist: mkdocstrings (<0.19.0,>=0.18.0); extra == "doc"
Requires-Dist: pip (<23.0.0,>=22.0.3); extra == "dev"
Requires-Dist: pre-commit (<3.0.0,>=2.17.0); extra == "dev"
Requires-Dist: pyreadline (<3.0,>=2.1)
Requires-Dist: pytest (<8.0.0,>=7.0.1); extra == "test"
Requires-Dist: pytest-cov (<4.0.0,>=3.0.0); extra == "test"
Requires-Dist: redis (<5.0.0,>=4.3.4); extra == "test"
Requires-Dist: ruamel.yaml (<0.18.0,>=0.17.21)
Requires-Dist: toml (<0.11.0,>=0.10.2); extra == "dev"
Requires-Dist: tox (<4.0.0,>=3.24.5); extra == "dev"
Requires-Dist: twine (<4.0.0,>=3.8.0); extra == "dev"
Requires-Dist: virtualenv (<21.0.0,>=20.13.1); extra == "dev"
Requires-Dist: watchdog (<3.0.0,>=2.1.9)
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test
Description-Content-Type: text/markdown
[Description omitted; length: 6027 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.8
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
cfg4py/__init__.py sha256=1eINyU-9BXAHQ8171sSRYz0O2PY_LQoSzMGuAV-qkxs 615
cfg4py/cli.py sha256=27BplnwfKud1tXNYv84e0DbP-45rE12rGFH2hEHS7T8 8270
cfg4py/config.py sha256=7wL7K0RDnkaVPXnP2LEakmwolBOEkLod9z12YjTuWDw 447
cfg4py/core.py sha256=CPWVIcH-xrYZJHFY7OffE0WZ_5qxVcW9-XbYahSaYoQ 11434
cfg4py/resources/defaults.yaml sha256=NquZTuay2pbKQwxj7e6Rf0jqVN5YPnjXHk97nqamAXU 664
cfg4py/resources/production.yaml sha256=-6GAmJ4CfzHLfPqiM5gSCfcPufGIawCSk3chrKldwqk 117
cfg4py/resources/schema.py sha256=4UX3go4lqEw6Y6AGSTcxBPI1Cares8d8PmJbgnO5i4E 781
cfg4py/resources/template.yaml sha256=lvkHNAPqse_6jF_v5P39uvwIN3Wpc4BNJUIgUssg2Yo 5109
cfg4py/resources/test.yaml sha256=RAosaaHB7wuWXJe_CkqxZ07RZ1UWi-9Hyjsmgxqg4Dc 197
cfg4py-0.9.4.dist-info/entry_points.txt sha256=jkNR0VWMisownm3I-QKnO12Cc4wBiPBM_1gWizFjvyc 42
cfg4py-0.9.4.dist-info/LICENSE sha256=BgKWXqUtVShnm5_Y5tI-bv3sFcZEzvHRrRtoEhAt1r8 1069
cfg4py-0.9.4.dist-info/WHEEL sha256=DA86_h4QwwzGeRoz62o1svYt5kGEXpoUTuTtwzoTb30 83
cfg4py-0.9.4.dist-info/METADATA sha256=Mo04ovpnUfJj3uXL_aOHfViLQzhuFbzv-mga1WJnE_g 8281
cfg4py-0.9.4.dist-info/RECORD

entry_points.txt

cfg4py = cfg4py.cli:main