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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pytypeform
3
- Version: 0.2.1
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
- [![PyPI version](https://img.shields.io/pypi/v/typeform.svg)](https://pypi.org/project/typeform/)
46
- [![Python](https://img.shields.io/pypi/pyversions/typeform.svg)](https://pypi.org/project/typeform/)
47
- [![CI](https://github.com/sthitaprajnas/typeform/actions/workflows/ci.yml/badge.svg)](https://github.com/sthitaprajnas/typeform/actions/workflows/ci.yml)
45
+ [![PyPI version](https://img.shields.io/pypi/v/pytypeform.svg)](https://pypi.org/project/pytypeform/)
46
+ [![Python](https://img.shields.io/pypi/pyversions/pytypeform.svg)](https://pypi.org/project/pytypeform/)
47
+ [![CI](https://github.com/STHITAPRAJNAS/typeform/actions/workflows/ci.yml/badge.svg)](https://github.com/STHITAPRAJNAS/typeform/actions/workflows/ci.yml)
48
48
  [![License](https://img.shields.io/badge/license-Apache%202.0-green)](LICENSE)
49
49
  [![Typed](https://img.shields.io/badge/typing-py.typed-informational)](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 typeform
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/sthitaprajnas/typeform.git
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
- [![PyPI version](https://img.shields.io/pypi/v/typeform.svg)](https://pypi.org/project/typeform/)
6
- [![Python](https://img.shields.io/pypi/pyversions/typeform.svg)](https://pypi.org/project/typeform/)
7
- [![CI](https://github.com/sthitaprajnas/typeform/actions/workflows/ci.yml/badge.svg)](https://github.com/sthitaprajnas/typeform/actions/workflows/ci.yml)
5
+ [![PyPI version](https://img.shields.io/pypi/v/pytypeform.svg)](https://pypi.org/project/pytypeform/)
6
+ [![Python](https://img.shields.io/pypi/pyversions/pytypeform.svg)](https://pypi.org/project/pytypeform/)
7
+ [![CI](https://github.com/STHITAPRAJNAS/typeform/actions/workflows/ci.yml/badge.svg)](https://github.com/STHITAPRAJNAS/typeform/actions/workflows/ci.yml)
8
8
  [![License](https://img.shields.io/badge/license-Apache%202.0-green)](LICENSE)
9
9
  [![Typed](https://img.shields.io/badge/typing-py.typed-informational)](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 typeform
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/sthitaprajnas/typeform.git
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
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
8
8
 
9
9
  [project]
10
10
  name = "pytypeform"
11
- version = "0.2.1"
11
+ version = "0.2.2"
12
12
  description = "A Type-Safe UI/CLI Generator powered by Pydantic."
13
13
  readme = "README.md"
14
14
  requires-python = ">=3.10,<3.14"
File without changes
File without changes
File without changes