scriptconfig

View on PyPIReverse Dependencies (14)

0.8.1 scriptconfig-0.8.1-py3-none-any.whl

Wheel Details

Project: scriptconfig
Version: 0.8.1
Filename: scriptconfig-0.8.1-py3-none-any.whl
Download: [link]
Size: 69091
MD5: b96b9556fa06450119e44c5fe6fc9089
SHA256: 4a16c848c3528b8cb120c97bedd54c49c26d8ea50a0e3bfd164028a70ab8e5bf
Uploaded: 2024-10-18 22:06:03 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: scriptconfig
Version: 0.8.1
Summary: Easy dict-based script configuration with CLI support
Author: Kitware Inc., Jon Crall
Author-Email: kitware[at]kitware.com, jon.crall[at]kitware.com
Home-Page: https://gitlab.kitware.com/utils/scriptconfig
License: Apache 2
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software 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: Programming Language :: Python :: 3.13
Requires-Python: >=3.8
Requires-Dist: ubelt (>=1.3.6)
Requires-Dist: PyYAML (>=5.4.1); python_version < "3.10" and python_version >= "3.9"
Requires-Dist: PyYAML (>=6.0); python_version < "3.11" and python_version >= "3.10"
Requires-Dist: PyYAML (>=6.0); python_version < "3.12" and python_version >= "3.11"
Requires-Dist: PyYAML (>=5.4.1); python_version < "3.7" and python_version >= "3.6"
Requires-Dist: PyYAML (>=5.4.1); python_version < "3.8" and python_version >= "3.7"
Requires-Dist: PyYAML (>=5.4.1); python_version < "3.9" and python_version >= "3.8"
Requires-Dist: PyYAML (>=6.0.1); python_version < "4.0" and python_version >= "3.12"
Requires-Dist: ubelt (>=1.3.6); extra == "all"
Requires-Dist: xdoctest (>=1.1.5); extra == "all"
Requires-Dist: argcomplete (>=3.0.5); extra == "all"
Requires-Dist: ubelt (==1.3.6); extra == "all-strict"
Requires-Dist: xdoctest (==1.1.5); extra == "all-strict"
Requires-Dist: argcomplete (==3.0.5); extra == "all-strict"
Requires-Dist: coverage (==4.5); (python_version < "2.7" and python_version >= "2.6") and extra == "all-strict"
Requires-Dist: pytest (<=4.6.11,==4.6.0); (python_version < "2.8.0" and python_version >= "2.7.0") and extra == "all-strict"
Requires-Dist: pytest-cov (==2.8.1); (python_version < "2.8.0" and python_version >= "2.7.0") and extra == "all-strict"
Requires-Dist: PyYAML (==5.4.1); (python_version < "3.10" and python_version >= "3.9") and extra == "all-strict"
Requires-Dist: coverage (==5.3.1); (python_version < "3.10" and python_version >= "3.9") and extra == "all-strict"
Requires-Dist: numpy (==1.19.3); (python_version < "3.10" and python_version >= "3.9") and extra == "all-strict"
Requires-Dist: pytest (==4.6.0); (python_version < "3.10.0" and python_version >= "3.7.0") and extra == "all-strict"
Requires-Dist: PyYAML (==6.0); (python_version < "3.11" and python_version >= "3.10") and extra == "all-strict"
Requires-Dist: numpy (==1.21.6); (python_version < "3.11" and python_version >= "3.10") and extra == "all-strict"
Requires-Dist: PyYAML (==6.0); (python_version < "3.12" and python_version >= "3.11") and extra == "all-strict"
Requires-Dist: numpy (==1.23.2); (python_version < "3.12" and python_version >= "3.11") and extra == "all-strict"
Requires-Dist: numpy (==1.26.0); (python_version < "3.13" and python_version >= "3.12") and extra == "all-strict"
Requires-Dist: coverage (==5.3.1); (python_version < "3.4" and python_version >= "2.7") and extra == "all-strict"
Requires-Dist: numpy (==1.11.1); (python_version < "3.4" and python_version >= "2.7") and extra == "all-strict"
Requires-Dist: coverage (==4.3.4); (python_version < "3.5" and python_version >= "3.4") and extra == "all-strict"
Requires-Dist: numpy (==1.11.1); (python_version < "3.5" and python_version >= "3.4") and extra == "all-strict"
Requires-Dist: pytest (<=4.6.11,==4.6.0); (python_version < "3.5.0" and python_version >= "3.4.0") and extra == "all-strict"
Requires-Dist: pytest-cov (==2.8.1); (python_version < "3.5.0" and python_version >= "3.4.0") and extra == "all-strict"
Requires-Dist: coverage (==5.3.1); (python_version < "3.6" and python_version >= "3.5") and extra == "all-strict"
Requires-Dist: numpy (==1.11.1); (python_version < "3.6" and python_version >= "3.5") and extra == "all-strict"
Requires-Dist: pytest (<=6.1.2,==4.6.0); (python_version < "3.6.0" and python_version >= "3.5.0") and extra == "all-strict"
Requires-Dist: pytest-cov (==2.9.0); (python_version < "3.6.0" and python_version >= "3.5.0") and extra == "all-strict"
Requires-Dist: PyYAML (==5.4.1); (python_version < "3.7" and python_version >= "3.6") and extra == "all-strict"
Requires-Dist: coverage (==6.1.1); (python_version < "3.7" and python_version >= "3.6") and extra == "all-strict"
Requires-Dist: numpy (==1.12.0); (python_version < "3.7" and python_version >= "3.6") and extra == "all-strict"
Requires-Dist: pytest (==4.6.0); (python_version < "3.7.0" and python_version >= "3.6.0") and extra == "all-strict"
Requires-Dist: PyYAML (==5.4.1); (python_version < "3.8" and python_version >= "3.7") and extra == "all-strict"
Requires-Dist: coverage (==6.1.1); (python_version < "3.8" and python_version >= "3.7") and extra == "all-strict"
Requires-Dist: numpy (==1.14.5); (python_version < "3.8" and python_version >= "3.7") and extra == "all-strict"
Requires-Dist: PyYAML (==5.4.1); (python_version < "3.9" and python_version >= "3.8") and extra == "all-strict"
Requires-Dist: coverage (==6.1.1); (python_version < "3.9" and python_version >= "3.8") and extra == "all-strict"
Requires-Dist: numpy (==1.19.2); (python_version < "3.9" and python_version >= "3.8") and extra == "all-strict"
Requires-Dist: PyYAML (==6.0.1); (python_version < "4.0" and python_version >= "3.12") and extra == "all-strict"
Requires-Dist: numpy (==2.1.0); (python_version < "4.0" and python_version >= "3.13") and extra == "all-strict"
Requires-Dist: coverage (==6.1.1); python_version >= "3.10" and extra == "all-strict"
Requires-Dist: pytest (==6.2.5); python_version >= "3.10.0" and extra == "all-strict"
Requires-Dist: omegaconf (==2.2.2); python_version >= "3.6" and extra == "all-strict"
Requires-Dist: pytest-cov (==3.0.0); python_version >= "3.6.0" and extra == "all-strict"
Requires-Dist: rich-argparse (==1.1.0); python_version >= "3.7" and extra == "all-strict"
Requires-Dist: coverage (>=4.5); (python_version < "2.7" and python_version >= "2.6") and extra == "all"
Requires-Dist: pytest (<=4.6.11,>=4.6.0); (python_version < "2.8.0" and python_version >= "2.7.0") and extra == "all"
Requires-Dist: pytest-cov (>=2.8.1); (python_version < "2.8.0" and python_version >= "2.7.0") and extra == "all"
Requires-Dist: PyYAML (>=5.4.1); (python_version < "3.10" and python_version >= "3.9") and extra == "all"
Requires-Dist: coverage (>=5.3.1); (python_version < "3.10" and python_version >= "3.9") and extra == "all"
Requires-Dist: numpy (>=1.19.3); (python_version < "3.10" and python_version >= "3.9") and extra == "all"
Requires-Dist: pytest (>=4.6.0); (python_version < "3.10.0" and python_version >= "3.7.0") and extra == "all"
Requires-Dist: PyYAML (>=6.0); (python_version < "3.11" and python_version >= "3.10") and extra == "all"
Requires-Dist: numpy (>=1.21.6); (python_version < "3.11" and python_version >= "3.10") and extra == "all"
Requires-Dist: PyYAML (>=6.0); (python_version < "3.12" and python_version >= "3.11") and extra == "all"
Requires-Dist: numpy (>=1.23.2); (python_version < "3.12" and python_version >= "3.11") and extra == "all"
Requires-Dist: numpy (>=1.26.0); (python_version < "3.13" and python_version >= "3.12") and extra == "all"
Requires-Dist: coverage (>=5.3.1); (python_version < "3.4" and python_version >= "2.7") and extra == "all"
Requires-Dist: numpy (>=1.11.1); (python_version < "3.4" and python_version >= "2.7") and extra == "all"
Requires-Dist: coverage (>=4.3.4); (python_version < "3.5" and python_version >= "3.4") and extra == "all"
Requires-Dist: numpy (>=1.11.1); (python_version < "3.5" and python_version >= "3.4") and extra == "all"
Requires-Dist: pytest (<=4.6.11,>=4.6.0); (python_version < "3.5.0" and python_version >= "3.4.0") and extra == "all"
Requires-Dist: pytest-cov (>=2.8.1); (python_version < "3.5.0" and python_version >= "3.4.0") and extra == "all"
Requires-Dist: coverage (>=5.3.1); (python_version < "3.6" and python_version >= "3.5") and extra == "all"
Requires-Dist: numpy (>=1.11.1); (python_version < "3.6" and python_version >= "3.5") and extra == "all"
Requires-Dist: pytest (<=6.1.2,>=4.6.0); (python_version < "3.6.0" and python_version >= "3.5.0") and extra == "all"
Requires-Dist: pytest-cov (>=2.9.0); (python_version < "3.6.0" and python_version >= "3.5.0") and extra == "all"
Requires-Dist: PyYAML (>=5.4.1); (python_version < "3.7" and python_version >= "3.6") and extra == "all"
Requires-Dist: coverage (>=6.1.1); (python_version < "3.7" and python_version >= "3.6") and extra == "all"
Requires-Dist: numpy (>=1.12.0); (python_version < "3.7" and python_version >= "3.6") and extra == "all"
Requires-Dist: pytest (>=4.6.0); (python_version < "3.7.0" and python_version >= "3.6.0") and extra == "all"
Requires-Dist: PyYAML (>=5.4.1); (python_version < "3.8" and python_version >= "3.7") and extra == "all"
Requires-Dist: coverage (>=6.1.1); (python_version < "3.8" and python_version >= "3.7") and extra == "all"
Requires-Dist: numpy (>=1.14.5); (python_version < "3.8" and python_version >= "3.7") and extra == "all"
Requires-Dist: PyYAML (>=5.4.1); (python_version < "3.9" and python_version >= "3.8") and extra == "all"
Requires-Dist: coverage (>=6.1.1); (python_version < "3.9" and python_version >= "3.8") and extra == "all"
Requires-Dist: numpy (>=1.19.2); (python_version < "3.9" and python_version >= "3.8") and extra == "all"
Requires-Dist: PyYAML (>=6.0.1); (python_version < "4.0" and python_version >= "3.12") and extra == "all"
Requires-Dist: numpy (>=2.1.0); (python_version < "4.0" and python_version >= "3.13") and extra == "all"
Requires-Dist: coverage (>=6.1.1); python_version >= "3.10" and extra == "all"
Requires-Dist: pytest (>=6.2.5); python_version >= "3.10.0" and extra == "all"
Requires-Dist: omegaconf (>=2.2.2); python_version >= "3.6" and extra == "all"
Requires-Dist: pytest-cov (>=3.0.0); python_version >= "3.6.0" and extra == "all"
Requires-Dist: rich-argparse (>=1.1.0); python_version >= "3.7" and extra == "all"
Requires-Dist: sphinx (>=5.0.1); extra == "docs"
Requires-Dist: sphinx-autobuild (>=2021.3.14); extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=1.0.0); extra == "docs"
Requires-Dist: sphinxcontrib-napoleon (>=0.7); extra == "docs"
Requires-Dist: sphinx-autoapi (>=1.8.4); extra == "docs"
Requires-Dist: Pygments (>=2.9.0); extra == "docs"
Requires-Dist: myst-parser (>=0.18.0); extra == "docs"
Requires-Dist: sphinx-reredirects (>=0.0.1); extra == "docs"
Requires-Dist: sphinx (==5.0.1); extra == "docs-strict"
Requires-Dist: sphinx-autobuild (==2021.3.14); extra == "docs-strict"
Requires-Dist: sphinx-rtd-theme (==1.0.0); extra == "docs-strict"
Requires-Dist: sphinxcontrib-napoleon (==0.7); extra == "docs-strict"
Requires-Dist: sphinx-autoapi (==1.8.4); extra == "docs-strict"
Requires-Dist: Pygments (==2.9.0); extra == "docs-strict"
Requires-Dist: myst-parser (==0.18.0); extra == "docs-strict"
Requires-Dist: sphinx-reredirects (==0.0.1); extra == "docs-strict"
Requires-Dist: flake8 (>=5.0.0); extra == "linting"
Requires-Dist: flake8 (==5.0.0); extra == "linting-strict"
Requires-Dist: argcomplete (>=3.0.5); extra == "optional"
Requires-Dist: argcomplete (==3.0.5); extra == "optional-strict"
Requires-Dist: numpy (==1.19.3); (python_version < "3.10" and python_version >= "3.9") and extra == "optional-strict"
Requires-Dist: numpy (==1.21.6); (python_version < "3.11" and python_version >= "3.10") and extra == "optional-strict"
Requires-Dist: numpy (==1.23.2); (python_version < "3.12" and python_version >= "3.11") and extra == "optional-strict"
Requires-Dist: numpy (==1.26.0); (python_version < "3.13" and python_version >= "3.12") and extra == "optional-strict"
Requires-Dist: numpy (==1.11.1); (python_version < "3.4" and python_version >= "2.7") and extra == "optional-strict"
Requires-Dist: numpy (==1.11.1); (python_version < "3.5" and python_version >= "3.4") and extra == "optional-strict"
Requires-Dist: numpy (==1.11.1); (python_version < "3.6" and python_version >= "3.5") and extra == "optional-strict"
Requires-Dist: numpy (==1.12.0); (python_version < "3.7" and python_version >= "3.6") and extra == "optional-strict"
Requires-Dist: numpy (==1.14.5); (python_version < "3.8" and python_version >= "3.7") and extra == "optional-strict"
Requires-Dist: numpy (==1.19.2); (python_version < "3.9" and python_version >= "3.8") and extra == "optional-strict"
Requires-Dist: numpy (==2.1.0); (python_version < "4.0" and python_version >= "3.13") and extra == "optional-strict"
Requires-Dist: omegaconf (==2.2.2); python_version >= "3.6" and extra == "optional-strict"
Requires-Dist: rich-argparse (==1.1.0); python_version >= "3.7" and extra == "optional-strict"
Requires-Dist: numpy (>=1.19.3); (python_version < "3.10" and python_version >= "3.9") and extra == "optional"
Requires-Dist: numpy (>=1.21.6); (python_version < "3.11" and python_version >= "3.10") and extra == "optional"
Requires-Dist: numpy (>=1.23.2); (python_version < "3.12" and python_version >= "3.11") and extra == "optional"
Requires-Dist: numpy (>=1.26.0); (python_version < "3.13" and python_version >= "3.12") and extra == "optional"
Requires-Dist: numpy (>=1.11.1); (python_version < "3.4" and python_version >= "2.7") and extra == "optional"
Requires-Dist: numpy (>=1.11.1); (python_version < "3.5" and python_version >= "3.4") and extra == "optional"
Requires-Dist: numpy (>=1.11.1); (python_version < "3.6" and python_version >= "3.5") and extra == "optional"
Requires-Dist: numpy (>=1.12.0); (python_version < "3.7" and python_version >= "3.6") and extra == "optional"
Requires-Dist: numpy (>=1.14.5); (python_version < "3.8" and python_version >= "3.7") and extra == "optional"
Requires-Dist: numpy (>=1.19.2); (python_version < "3.9" and python_version >= "3.8") and extra == "optional"
Requires-Dist: numpy (>=2.1.0); (python_version < "4.0" and python_version >= "3.13") and extra == "optional"
Requires-Dist: omegaconf (>=2.2.2); python_version >= "3.6" and extra == "optional"
Requires-Dist: rich-argparse (>=1.1.0); python_version >= "3.7" and extra == "optional"
Requires-Dist: ubelt (>=1.3.6); extra == "runtime"
Requires-Dist: ubelt (==1.3.6); extra == "runtime-strict"
Requires-Dist: PyYAML (==5.4.1); (python_version < "3.10" and python_version >= "3.9") and extra == "runtime-strict"
Requires-Dist: PyYAML (==6.0); (python_version < "3.11" and python_version >= "3.10") and extra == "runtime-strict"
Requires-Dist: PyYAML (==6.0); (python_version < "3.12" and python_version >= "3.11") and extra == "runtime-strict"
Requires-Dist: PyYAML (==5.4.1); (python_version < "3.7" and python_version >= "3.6") and extra == "runtime-strict"
Requires-Dist: PyYAML (==5.4.1); (python_version < "3.8" and python_version >= "3.7") and extra == "runtime-strict"
Requires-Dist: PyYAML (==5.4.1); (python_version < "3.9" and python_version >= "3.8") and extra == "runtime-strict"
Requires-Dist: PyYAML (==6.0.1); (python_version < "4.0" and python_version >= "3.12") and extra == "runtime-strict"
Requires-Dist: PyYAML (>=5.4.1); (python_version < "3.10" and python_version >= "3.9") and extra == "runtime"
Requires-Dist: PyYAML (>=6.0); (python_version < "3.11" and python_version >= "3.10") and extra == "runtime"
Requires-Dist: PyYAML (>=6.0); (python_version < "3.12" and python_version >= "3.11") and extra == "runtime"
Requires-Dist: PyYAML (>=5.4.1); (python_version < "3.7" and python_version >= "3.6") and extra == "runtime"
Requires-Dist: PyYAML (>=5.4.1); (python_version < "3.8" and python_version >= "3.7") and extra == "runtime"
Requires-Dist: PyYAML (>=5.4.1); (python_version < "3.9" and python_version >= "3.8") and extra == "runtime"
Requires-Dist: PyYAML (>=6.0.1); (python_version < "4.0" and python_version >= "3.12") and extra == "runtime"
Requires-Dist: xdoctest (>=1.1.5); extra == "tests"
Requires-Dist: xdoctest (==1.1.5); extra == "tests-strict"
Requires-Dist: coverage (==4.5); (python_version < "2.7" and python_version >= "2.6") and extra == "tests-strict"
Requires-Dist: pytest (<=4.6.11,==4.6.0); (python_version < "2.8.0" and python_version >= "2.7.0") and extra == "tests-strict"
Requires-Dist: pytest-cov (==2.8.1); (python_version < "2.8.0" and python_version >= "2.7.0") and extra == "tests-strict"
Requires-Dist: coverage (==5.3.1); (python_version < "3.10" and python_version >= "3.9") and extra == "tests-strict"
Requires-Dist: pytest (==4.6.0); (python_version < "3.10.0" and python_version >= "3.7.0") and extra == "tests-strict"
Requires-Dist: coverage (==5.3.1); (python_version < "3.4" and python_version >= "2.7") and extra == "tests-strict"
Requires-Dist: coverage (==4.3.4); (python_version < "3.5" and python_version >= "3.4") and extra == "tests-strict"
Requires-Dist: pytest (<=4.6.11,==4.6.0); (python_version < "3.5.0" and python_version >= "3.4.0") and extra == "tests-strict"
Requires-Dist: pytest-cov (==2.8.1); (python_version < "3.5.0" and python_version >= "3.4.0") and extra == "tests-strict"
Requires-Dist: coverage (==5.3.1); (python_version < "3.6" and python_version >= "3.5") and extra == "tests-strict"
Requires-Dist: pytest (<=6.1.2,==4.6.0); (python_version < "3.6.0" and python_version >= "3.5.0") and extra == "tests-strict"
Requires-Dist: pytest-cov (==2.9.0); (python_version < "3.6.0" and python_version >= "3.5.0") and extra == "tests-strict"
Requires-Dist: coverage (==6.1.1); (python_version < "3.7" and python_version >= "3.6") and extra == "tests-strict"
Requires-Dist: pytest (==4.6.0); (python_version < "3.7.0" and python_version >= "3.6.0") and extra == "tests-strict"
Requires-Dist: coverage (==6.1.1); (python_version < "3.8" and python_version >= "3.7") and extra == "tests-strict"
Requires-Dist: coverage (==6.1.1); (python_version < "3.9" and python_version >= "3.8") and extra == "tests-strict"
Requires-Dist: coverage (==6.1.1); python_version >= "3.10" and extra == "tests-strict"
Requires-Dist: pytest (==6.2.5); python_version >= "3.10.0" and extra == "tests-strict"
Requires-Dist: pytest-cov (==3.0.0); python_version >= "3.6.0" and extra == "tests-strict"
Requires-Dist: coverage (>=4.5); (python_version < "2.7" and python_version >= "2.6") and extra == "tests"
Requires-Dist: pytest (<=4.6.11,>=4.6.0); (python_version < "2.8.0" and python_version >= "2.7.0") and extra == "tests"
Requires-Dist: pytest-cov (>=2.8.1); (python_version < "2.8.0" and python_version >= "2.7.0") and extra == "tests"
Requires-Dist: coverage (>=5.3.1); (python_version < "3.10" and python_version >= "3.9") and extra == "tests"
Requires-Dist: pytest (>=4.6.0); (python_version < "3.10.0" and python_version >= "3.7.0") and extra == "tests"
Requires-Dist: coverage (>=5.3.1); (python_version < "3.4" and python_version >= "2.7") and extra == "tests"
Requires-Dist: coverage (>=4.3.4); (python_version < "3.5" and python_version >= "3.4") and extra == "tests"
Requires-Dist: pytest (<=4.6.11,>=4.6.0); (python_version < "3.5.0" and python_version >= "3.4.0") and extra == "tests"
Requires-Dist: pytest-cov (>=2.8.1); (python_version < "3.5.0" and python_version >= "3.4.0") and extra == "tests"
Requires-Dist: coverage (>=5.3.1); (python_version < "3.6" and python_version >= "3.5") and extra == "tests"
Requires-Dist: pytest (<=6.1.2,>=4.6.0); (python_version < "3.6.0" and python_version >= "3.5.0") and extra == "tests"
Requires-Dist: pytest-cov (>=2.9.0); (python_version < "3.6.0" and python_version >= "3.5.0") and extra == "tests"
Requires-Dist: coverage (>=6.1.1); (python_version < "3.7" and python_version >= "3.6") and extra == "tests"
Requires-Dist: pytest (>=4.6.0); (python_version < "3.7.0" and python_version >= "3.6.0") and extra == "tests"
Requires-Dist: coverage (>=6.1.1); (python_version < "3.8" and python_version >= "3.7") and extra == "tests"
Requires-Dist: coverage (>=6.1.1); (python_version < "3.9" and python_version >= "3.8") and extra == "tests"
Requires-Dist: coverage (>=6.1.1); python_version >= "3.10" and extra == "tests"
Requires-Dist: pytest (>=6.2.5); python_version >= "3.10.0" and extra == "tests"
Requires-Dist: pytest-cov (>=3.0.0); python_version >= "3.6.0" and extra == "tests"
Provides-Extra: all
Provides-Extra: all-strict
Provides-Extra: docs
Provides-Extra: docs-strict
Provides-Extra: linting
Provides-Extra: linting-strict
Provides-Extra: optional
Provides-Extra: optional-strict
Provides-Extra: runtime
Provides-Extra: runtime-strict
Provides-Extra: tests
Provides-Extra: tests-strict
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 23436 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.2.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
scriptconfig/__init__.py sha256=B3JmLnI8uHWMZqaqZTKwrzTxNMa4ML0VBSObNTTGR18 5792
scriptconfig/_ubelt_repr_extension.py sha256=nCy5pXxlpiXaYlD7kYn6qK5XUmSYvAfaMoIU63XTaus 748
scriptconfig/_ubelt_repr_extension.pyi sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs 1
scriptconfig/argparse_ext.py sha256=J0fJ4OkPtCkAffokETSYpWea7xdFEhU_41Bil3h4Kf4 27552
scriptconfig/argparse_ext.pyi sha256=Td-o8YEYGF2c3SqQdO9f3Fgi4awIqpoRUwfO1gVMNfo 1521
scriptconfig/cli.py sha256=Rm5IBIgRiTp_sJqm2QjSKt_YpCsUalsm_DMZ7LczWwE 881
scriptconfig/cli.pyi sha256=JjGmHDwl1b5rcYK625DrHwhZqh_7lRMd9gEUoRGayaM 98
scriptconfig/config.py sha256=BHTIvIm4dFcQSnb3UQ-B2yy8iAG_MyCpOA-vxLCV7Is 74242
scriptconfig/config.pyi sha256=g4mse2QuPKMrcZ8GyoPwILE8f-5rZIs6TTIrIL3flfA 2888
scriptconfig/dataconfig.py sha256=-W2O5uON5i2pnHCqs2QnleYSkAEc4OV7jBQWksZkDwE 18844
scriptconfig/dataconfig.pyi sha256=RWYX9VxBp8MctvMKr7e_hzoCfs2MJE38bDRGbxc53Mc 1230
scriptconfig/dict_like.py sha256=6_3epaacLGQqTpIrPic_U4FSUstZsWqdHH9mnIJcHT0 3588
scriptconfig/dict_like.pyi sha256=fzSQUa4Pqy-3c-r7tGS7n7mElGqH7hJpEAJX-Eso3Wg 1002
scriptconfig/file_like.py sha256=EGpfwMMmFtbv4iRcqLmKU1ebgkpLhN08Oid_ho0z0SQ 1162
scriptconfig/file_like.pyi sha256=7wiTB0ApSlXo4BE3UWUj28vWQofvh1SdTa0NsNB4fKo 238
scriptconfig/modal.py sha256=gnsGYnhOIaW6umpbeDd17sg9Mfh7M1Q_fEuws9hWyPs 16574
scriptconfig/modal.pyi sha256=qduXYNdhroxbLTTZaWu0Mc4AEUc5q2zUOngR062ORoc 860
scriptconfig/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
scriptconfig/smartcast.py sha256=Hppw1Cg8Vr-Lnzp_vM4VhG2Ilan8Ib_PyhpToBavfxg 8874
scriptconfig/smartcast.pyi sha256=_FiA9HL-5_5S7aowX0WmSG8RsoaV7FwjK8PUqu03jIo 229
scriptconfig/value.py sha256=4kYlCoXjxTPUhJs5JjZjgnovlb0jkSC1p0MbmoRw0mw 19691
scriptconfig/value.pyi sha256=A1jSnr494hMNyNuLRA8YnDGvP49Njwx8VLmb9W8Qhrk 1870
scriptconfig/util/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
scriptconfig/util/util_class.py sha256=dC-kQgp2caUQgpBIawQVOarc0QrEvdAwhNV649F36ng 3571
scriptconfig/util/util_class.pyi sha256=EKMEujeTZSGT6G37IXOlfGlEAOQL-3vFxfDNxvy8LyQ 157
scriptconfig/util/util_exception.py sha256=3PsZfrBwaf89-omfr0lHfVl0wlFuKqox-rrljusWy2w 1067
scriptconfig-0.8.1.dist-info/LICENSE sha256=o6jcFk_bwjiPUz6vHK0Ju7RwbFp9eXMwAS2BDnwER-4 11343
scriptconfig-0.8.1.dist-info/METADATA sha256=-65MA8xa84-szhwPBBWG44HbtmdQJozEHiMinutPAGw 43963
scriptconfig-0.8.1.dist-info/WHEEL sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA 91
scriptconfig-0.8.1.dist-info/top_level.txt sha256=lT9CMmcZkxEHt4wUGNDG0fNJvpBNYyfrW1CG3x3zyC4 13
scriptconfig-0.8.1.dist-info/RECORD

top_level.txt

scriptconfig