pytypeform 0.2.1__tar.gz → 0.2.2__tar.gz
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.
- {pytypeform-0.2.1 → pytypeform-0.2.2}/PKG-INFO +6 -6
- {pytypeform-0.2.1 → pytypeform-0.2.2}/README.md +5 -5
- {pytypeform-0.2.1 → pytypeform-0.2.2}/pyproject.toml +1 -1
- {pytypeform-0.2.1 → pytypeform-0.2.2}/.gitignore +0 -0
- {pytypeform-0.2.1 → pytypeform-0.2.2}/LICENSE +0 -0
- {pytypeform-0.2.1 → pytypeform-0.2.2}/NOTICE +0 -0
- {pytypeform-0.2.1 → pytypeform-0.2.2}/src/pytypeform/__init__.py +0 -0
- {pytypeform-0.2.1 → pytypeform-0.2.2}/src/pytypeform/core.py +0 -0
- {pytypeform-0.2.1 → pytypeform-0.2.2}/src/typeform/__init__.py +0 -0
- {pytypeform-0.2.1 → pytypeform-0.2.2}/src/typeform/core.py +0 -0
- {pytypeform-0.2.1 → pytypeform-0.2.2}/tests/test_core.py +0 -0
- {pytypeform-0.2.1 → pytypeform-0.2.2}/tests/test_extended.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pytypeform
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: A Type-Safe UI/CLI Generator powered by Pydantic.
|
|
5
5
|
Project-URL: Homepage, https://github.com/sthitaprajnas/pytypeform
|
|
6
6
|
Project-URL: Repository, https://github.com/sthitaprajnas/pytypeform
|
|
@@ -42,9 +42,9 @@ Description-Content-Type: text/markdown
|
|
|
42
42
|
|
|
43
43
|
A Type-Safe UI/CLI Generator powered by Pydantic and Prompt-Toolkit.
|
|
44
44
|
|
|
45
|
-
[](https://pypi.org/project/pytypeform/)
|
|
46
|
+
[](https://pypi.org/project/pytypeform/)
|
|
47
|
+
[](https://github.com/STHITAPRAJNAS/typeform/actions/workflows/ci.yml)
|
|
48
48
|
[](LICENSE)
|
|
49
49
|
[](src/typeform/py.typed)
|
|
50
50
|
|
|
@@ -66,7 +66,7 @@ Typerform transforms your Pydantic models into professional, interactive CLI wiz
|
|
|
66
66
|
## Installation
|
|
67
67
|
|
|
68
68
|
```bash
|
|
69
|
-
pip install
|
|
69
|
+
pip install pytypeform
|
|
70
70
|
```
|
|
71
71
|
|
|
72
72
|
## Quick Start
|
|
@@ -130,7 +130,7 @@ config = form(MyModel, hydrate_from=[os.environ])
|
|
|
130
130
|
Contributions are welcome! Whether it's bug reports, feature requests, or new prompt engines.
|
|
131
131
|
|
|
132
132
|
```bash
|
|
133
|
-
git clone https://github.com/
|
|
133
|
+
git clone https://github.com/STHITAPRAJNAS/typeform.git
|
|
134
134
|
cd typeform
|
|
135
135
|
pip install -e ".[dev]"
|
|
136
136
|
pytest # run test suite
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
A Type-Safe UI/CLI Generator powered by Pydantic and Prompt-Toolkit.
|
|
4
4
|
|
|
5
|
-
[](https://pypi.org/project/pytypeform/)
|
|
6
|
+
[](https://pypi.org/project/pytypeform/)
|
|
7
|
+
[](https://github.com/STHITAPRAJNAS/typeform/actions/workflows/ci.yml)
|
|
8
8
|
[](LICENSE)
|
|
9
9
|
[](src/typeform/py.typed)
|
|
10
10
|
|
|
@@ -26,7 +26,7 @@ Typerform transforms your Pydantic models into professional, interactive CLI wiz
|
|
|
26
26
|
## Installation
|
|
27
27
|
|
|
28
28
|
```bash
|
|
29
|
-
pip install
|
|
29
|
+
pip install pytypeform
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
## Quick Start
|
|
@@ -90,7 +90,7 @@ config = form(MyModel, hydrate_from=[os.environ])
|
|
|
90
90
|
Contributions are welcome! Whether it's bug reports, feature requests, or new prompt engines.
|
|
91
91
|
|
|
92
92
|
```bash
|
|
93
|
-
git clone https://github.com/
|
|
93
|
+
git clone https://github.com/STHITAPRAJNAS/typeform.git
|
|
94
94
|
cd typeform
|
|
95
95
|
pip install -e ".[dev]"
|
|
96
96
|
pytest # run test suite
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|