wry 0.0.1.dev0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,43 @@
1
+ Metadata-Version: 2.4
2
+ Name: wry
3
+ Version: 0.0.1.dev0
4
+ Summary: A DRY approach to building type-safe CLI applications with Pydantic and Click
5
+ Author-email: Tyler House <26489166+tahouse@users.noreply.github.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/tahouse/wry
8
+ Project-URL: Repository, https://github.com/tahouse/wry
9
+ Project-URL: Issues, https://github.com/tahouse/wry/issues
10
+ Project-URL: Documentation, https://github.com/tahouse/wry#readme
11
+ Keywords: cli,pydantic,click,dry,configuration,type-safe
12
+ Classifier: Development Status :: 1 - Planning
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: License :: OSI Approved :: MIT License
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.10
17
+ Classifier: Programming Language :: Python :: 3.11
18
+ Classifier: Programming Language :: Python :: 3.12
19
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
20
+ Classifier: Topic :: System :: System Shells
21
+ Classifier: Topic :: Utilities
22
+ Requires-Python: >=3.10
23
+ Description-Content-Type: text/markdown
24
+ Requires-Dist: click>=8.0
25
+ Requires-Dist: pydantic>=2.0
26
+ Requires-Dist: annotated-types>=0.5.0
27
+ Requires-Dist: pydantic-core>=2.0
28
+ Provides-Extra: dev
29
+ Requires-Dist: pytest>=6.0; extra == "dev"
30
+ Requires-Dist: pytest-cov; extra == "dev"
31
+ Requires-Dist: pytest-xdist; extra == "dev"
32
+ Requires-Dist: ruff; extra == "dev"
33
+ Requires-Dist: mypy; extra == "dev"
34
+ Requires-Dist: build; extra == "dev"
35
+ Requires-Dist: twine; extra == "dev"
36
+ Requires-Dist: setuptools-scm>=8.0; extra == "dev"
37
+ Requires-Dist: pre-commit; extra == "dev"
38
+ Requires-Dist: safety; extra == "dev"
39
+ Requires-Dist: bandit[toml]; extra == "dev"
40
+ Provides-Extra: test
41
+ Requires-Dist: pytest>=6.0; extra == "test"
42
+ Requires-Dist: pytest-cov; extra == "test"
43
+ Requires-Dist: pytest-xdist; extra == "test"
@@ -0,0 +1,4 @@
1
+ wry-0.0.1.dev0.dist-info/METADATA,sha256=DYe05G_7CRwMCzerTpt8cwkh7NIumW-WBh85nD9iGzE,1820
2
+ wry-0.0.1.dev0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
3
+ wry-0.0.1.dev0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
4
+ wry-0.0.1.dev0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+