scriptconfig

View on PyPIReverse Dependencies (13)

0.7.14 scriptconfig-0.7.14-py3-none-any.whl

Wheel Details

Project: scriptconfig
Version: 0.7.14
Filename: scriptconfig-0.7.14-py3-none-any.whl
Download: [link]
Size: 67443
MD5: c9582d63cadd5f8d843f2086b21a60d8
SHA256: 3919b22df9f2b930330302a1c96ec92a05b1e2383101a1bd1d35b97c0dd700fe
Uploaded: 2024-04-15 23:59:36 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: scriptconfig
Version: 0.7.14
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.6
Requires-Dist: ubelt (>=1.2.3)
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.2.3); extra == "all"
Requires-Dist: xdoctest (>=1.1.3); extra == "all"
Requires-Dist: argcomplete (>=3.0.5); extra == "all"
Requires-Dist: ubelt (==1.2.3); extra == "all-strict"
Requires-Dist: xdoctest (==1.1.3); 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: 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 (==1.26.0); (python_version < "4.0" and python_version >= "3.12") 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: 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 (>=1.26.0); (python_version < "4.0" and python_version >= "3.12") 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: 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.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 (==1.26.0); (python_version < "4.0" and python_version >= "3.12") 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.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 (>=1.26.0); (python_version < "4.0" and python_version >= "3.12") 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.2.3); 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: xdoctest (>=1.1.3); extra == "tests"
Requires-Dist: xdoctest (==1.1.3); 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: optional
Provides-Extra: optional-strict
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: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
scriptconfig/__init__.py sha256=m6VXJ7O1a1FxrMzBNbTavdiS0bhV4FVRpsJ4MVWmAdo 5894
scriptconfig/_ubelt_repr_extension.py sha256=nCy5pXxlpiXaYlD7kYn6qK5XUmSYvAfaMoIU63XTaus 748
scriptconfig/_ubelt_repr_extension.pyi sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs 1
scriptconfig/argparse_ext.py sha256=K-Cu8MFkRQanigNAMdowWC-oSDQs-EF4k6Fdx75BjWg 27532
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=UoEO7Ge48fK4GC_bFAk_glogh1Hj9i6NUMSLkIavek4 68621
scriptconfig/config.pyi sha256=g4mse2QuPKMrcZ8GyoPwILE8f-5rZIs6TTIrIL3flfA 2888
scriptconfig/dataconfig.py sha256=7YCYOI3mrtFwf2_VCn3Sum9GVCUm79V9isFCsZ-orzM 18411
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=pZN9CzaAugA69hhMohpb_d1fXYiJDyi1H5yYp4n5wDM 16456
scriptconfig/modal.pyi sha256=qduXYNdhroxbLTTZaWu0Mc4AEUc5q2zUOngR062ORoc 860
scriptconfig/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
scriptconfig/smartcast.py sha256=iDPoiy4qFWZECsKeicTu5rvqSw2mDgbPN09TWDY2X58 8874
scriptconfig/smartcast.pyi sha256=_FiA9HL-5_5S7aowX0WmSG8RsoaV7FwjK8PUqu03jIo 229
scriptconfig/value.py sha256=qKppVZbSuudHJCDYyk2Drna7lMFGtzOY8AHvbpB3bKs 19664
scriptconfig/value.pyi sha256=A1jSnr494hMNyNuLRA8YnDGvP49Njwx8VLmb9W8Qhrk 1870
scriptconfig/util/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
scriptconfig/util/util_class.py sha256=VKuHlGSUtM-8PgirgszK830YFBEjub141rC9WNguYew 3571
scriptconfig/util/util_class.pyi sha256=EKMEujeTZSGT6G37IXOlfGlEAOQL-3vFxfDNxvy8LyQ 157
scriptconfig/util/util_exception.py sha256=M8NugeKRp9ti2sgtmumqNPfeEWwG66W-qBZYUms5N2k 1068
scriptconfig-0.7.14.dist-info/LICENSE sha256=o6jcFk_bwjiPUz6vHK0Ju7RwbFp9eXMwAS2BDnwER-4 11343
scriptconfig-0.7.14.dist-info/METADATA sha256=MBqdvS4V2bmabo_GQUFAlVtZT7IRmtiTiezJ2XI9S5c 41518
scriptconfig-0.7.14.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
scriptconfig-0.7.14.dist-info/top_level.txt sha256=lT9CMmcZkxEHt4wUGNDG0fNJvpBNYyfrW1CG3x3zyC4 13
scriptconfig-0.7.14.dist-info/RECORD

top_level.txt

scriptconfig