pydaconf

View on PyPIReverse Dependencies (2)

0.3.0 pydaconf-0.3.0-py3-none-any.whl

Wheel Details

Project: pydaconf
Version: 0.3.0
Filename: pydaconf-0.3.0-py3-none-any.whl
Download: [link]
Size: 12832
MD5: 3ebccc0f8ee74a769f87bb70499b1c4a
SHA256: abc7bacf60ca29c764d3ee8d0ff42b4685d391e60df2d277fb90158a97a2b5c9
Uploaded: 2025-02-16 17:46:23 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: pydaconf
Version: 0.3.0
Summary: Configuration file provider that uses pydantic and type hints.
Author-Email: Borislav Varadinov <borislav.varadinov[at]outlook.com>
Project-Url: Documentation, https://varadinov.github.io/pydaconf/
Project-Url: Homepage, https://github.com/varadinov/pydaconf
Project-Url: Issues, https://github.com/varadinov/pydaconf/issues
Project-Url: Repository, https://github.com/varadinov/pydaconf
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: pydantic (>=2.0.1)
Requires-Dist: python-dotenv (>=1.0.1)
Requires-Dist: tomli (>=2.0.1); extra == "all"
Requires-Dist: pyyaml (>=6.0.1); extra == "all"
Requires-Dist: requests (>=2.32.3); extra == "all"
Requires-Dist: cryptography (>=44.0.0); extra == "all"
Requires-Dist: typer (==0.15.1); extra == "all"
Requires-Dist: typer (==0.15.1); extra == "cli"
Requires-Dist: cryptography (>=44.0.0); extra == "cryptography"
Requires-Dist: requests (>=2.32.3); extra == "requests"
Requires-Dist: tomli (>=2.0.1); extra == "toml"
Requires-Dist: pyyaml (>=6.0.1); extra == "yaml"
Provides-Extra: all
Provides-Extra: cli
Provides-Extra: cryptography
Provides-Extra: requests
Provides-Extra: toml
Provides-Extra: yaml
Description-Content-Type: text/markdown
[Description omitted; length: 4201 characters]

WHEEL

Wheel-Version: 1.0
Generator: flit 3.10.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pydaconf/__init__.py sha256=-KCMUwBjFubfy3ymeA4K-Vvftzg99TCRNH-SkgI4b6s 50
pydaconf/cli.py sha256=Ay18jzO4YfMrm7GJ8h9R7CJhQOwiulQnz4yUfhQuH4A 893
pydaconf/main.py sha256=mJG-QYEDwbogfpDN_3iuRRiPeoD0wzwxhbecU4sUiHA 9003
pydaconf/plugins/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pydaconf/plugins/base.py sha256=PXuJQUO4DWUFKriU8j_5otWrlHhPvzvTwCFsT5zzx4o 855
pydaconf/plugins/env.py sha256=-0Jxgbzd9OLKcdbGGHFsJD-ZVoFM3FvSN8uSO-voHc0 817
pydaconf/plugins/file_content.py sha256=O5wkt1Bz8HVNDAdFIsxnZJo3lr1WQYfmcTfWc9J-C5M 757
pydaconf/plugins/sealed.py sha256=Wr1azE4KJ98NWiY1dBe0F46HFxl-J6f5CXjiQErpIbk 1128
pydaconf/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pydaconf/utils/dict.py sha256=EmlGbXG5mWpQkIr_TSleU2aZftredePjsPigxJyJTtg 261
pydaconf/utils/exceptions.py sha256=p9iJsEKDC40MzcVT1zYUJUTeoRiuzoHIOpqV0az_cv0 181
pydaconf/utils/file.py sha256=6uPkJU0R2y53s-DBeYw5SapCrp8cPkQ5w4a96Xyv3ek 3499
pydaconf/utils/interpolation.py sha256=fulpRiYe2KWVPzJh703tzVKrXuHnLFO3dAU4SjZmkwU 830
pydaconf/utils/plugins.py sha256=ooUht4gi9NoVAz3iOTNi3nP36K-HztSUt5PG-d1c69o 1221
pydaconf-0.3.0.dist-info/entry_points.txt sha256=__qlLNAxZkgMgnboB9pwzv4EHz4B7ME-pmwtNXDuVEc 45
pydaconf-0.3.0.dist-info/LICENSE sha256=chl8wnHRx2A3YTihLEhXVvWwsjC61930WNyK9CwdBbU 1075
pydaconf-0.3.0.dist-info/WHEEL sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI 82
pydaconf-0.3.0.dist-info/METADATA sha256=XkO5Yx4OXdiJcFaEiVgYddMGaeU2JodvvLw6VO8wEmY 6183
pydaconf-0.3.0.dist-info/RECORD

entry_points.txt

pydaconf = pydaconf.cli:app