typer-cli 0.12.1.dev2__tar.gz → 0.12.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.
- {typer_cli-0.12.1.dev2 → typer_cli-0.12.2}/PKG-INFO +3 -3
- {typer_cli-0.12.1.dev2 → typer_cli-0.12.2}/pyproject.toml +2 -2
- {typer_cli-0.12.1.dev2 → typer_cli-0.12.2}/typer-cli/README.md +1 -1
- {typer_cli-0.12.1.dev2 → typer_cli-0.12.2}/LICENSE +0 -0
- {typer_cli-0.12.1.dev2 → typer_cli-0.12.2}/pdm_build.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: typer-cli
|
|
3
|
-
Version: 0.12.
|
|
3
|
+
Version: 0.12.2
|
|
4
4
|
Summary: Typer, build great CLIs. Easy to code. Based on Python type hints.
|
|
5
5
|
Home-page: https://github.com/tiangolo/typer
|
|
6
6
|
Author-Email: Sebastián Ramírez <tiangolo@gmail.com>
|
|
@@ -26,7 +26,7 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
26
26
|
Project-URL: Documentation, https://typer.tiangolo.com/
|
|
27
27
|
Project-URL: Homepage, https://github.com/tiangolo/typer
|
|
28
28
|
Requires-Python: >=3.7
|
|
29
|
-
Requires-Dist: typer==0.12.
|
|
29
|
+
Requires-Dist: typer==0.12.2
|
|
30
30
|
Description-Content-Type: text/markdown
|
|
31
31
|
|
|
32
32
|
<p align="center">
|
|
@@ -67,7 +67,7 @@ This package, `typer-cli`, does nothing other than depend on `typer`.
|
|
|
67
67
|
|
|
68
68
|
All the functionality has been integrated into `typer`.
|
|
69
69
|
|
|
70
|
-
The only reason this package exists is as a migration path for old projects that used to depend on `typer-cli`, so that they can
|
|
70
|
+
The only reason this package exists is as a migration path for old projects that used to depend on `typer-cli`, so that they can get the latest version of `typer`.
|
|
71
71
|
|
|
72
72
|
You probably **should not** install this package.
|
|
73
73
|
|
|
@@ -34,10 +34,10 @@ classifiers = [
|
|
|
34
34
|
"License :: OSI Approved :: MIT License",
|
|
35
35
|
]
|
|
36
36
|
dependencies = [
|
|
37
|
-
"typer==0.12.
|
|
37
|
+
"typer==0.12.2",
|
|
38
38
|
]
|
|
39
39
|
readme = "typer-cli/README.md"
|
|
40
|
-
version = "0.12.
|
|
40
|
+
version = "0.12.2"
|
|
41
41
|
|
|
42
42
|
[project.urls]
|
|
43
43
|
Documentation = "https://typer.tiangolo.com/"
|
|
@@ -36,7 +36,7 @@ This package, `typer-cli`, does nothing other than depend on `typer`.
|
|
|
36
36
|
|
|
37
37
|
All the functionality has been integrated into `typer`.
|
|
38
38
|
|
|
39
|
-
The only reason this package exists is as a migration path for old projects that used to depend on `typer-cli`, so that they can
|
|
39
|
+
The only reason this package exists is as a migration path for old projects that used to depend on `typer-cli`, so that they can get the latest version of `typer`.
|
|
40
40
|
|
|
41
41
|
You probably **should not** install this package.
|
|
42
42
|
|
|
File without changes
|
|
File without changes
|