typer-tools 0.1.0__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.
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.1
2
+ Name: typer-tools
3
+ Version: 0.1.0
4
+ Summary: package_description
5
+ Author-email: Marcel Claramunt <marcel@moveread.com>
6
+ Project-URL: repo, https://github.com/moveread/REPO.git
7
+ Requires-Python: >=3.10
8
+ Description-Content-Type: text/markdown
9
+
10
+ # Typer Tools
11
+
12
+ > package_description
@@ -0,0 +1,3 @@
1
+ # Typer Tools
2
+
3
+ > package_description
@@ -0,0 +1,25 @@
1
+ [build-system]
2
+ requires = ["setuptools", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "typer-tools"
7
+ version = "0.1.0"
8
+ authors = [
9
+ {name="Marcel Claramunt", email="marcel@moveread.com"}
10
+ ]
11
+ description = "package_description"
12
+ dependencies = [
13
+
14
+ ]
15
+ requires-python = ">=3.10"
16
+ readme = {file="README.md", content-type="text/markdown"}
17
+
18
+ [project.urls]
19
+ repo = "https://github.com/moveread/REPO.git"
20
+
21
+ # [project.optional-dependencies]
22
+ # test = [
23
+ # "pytest < 5.0.0",
24
+ # "pytest-cov[all]"
25
+ # ]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,6 @@
1
+ """
2
+ ### Typer Tools
3
+ > package_description
4
+
5
+ - Details
6
+ """
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.1
2
+ Name: typer-tools
3
+ Version: 0.1.0
4
+ Summary: package_description
5
+ Author-email: Marcel Claramunt <marcel@moveread.com>
6
+ Project-URL: repo, https://github.com/moveread/REPO.git
7
+ Requires-Python: >=3.10
8
+ Description-Content-Type: text/markdown
9
+
10
+ # Typer Tools
11
+
12
+ > package_description
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/typer_tools/__init__.py
4
+ src/typer_tools.egg-info/PKG-INFO
5
+ src/typer_tools.egg-info/SOURCES.txt
6
+ src/typer_tools.egg-info/dependency_links.txt
7
+ src/typer_tools.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ typer_tools