batch24-28 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,7 @@
1
+ Metadata-Version: 2.4
2
+ Name: batch24-28
3
+ Version: 0.1.0
4
+ Summary: A simple tool for terminal ASCII art
5
+ Author-email: Your Name <your@email.com>
6
+ Requires-Python: >=3.7
7
+ Description-Content-Type: text/markdown
@@ -0,0 +1,11 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "batch24-28"
7
+ version = "0.1.0"
8
+ authors = [{name = "Your Name", email = "your@email.com"}]
9
+ description = "A simple tool for terminal ASCII art"
10
+ readme = "README.md"
11
+ requires-python = ">=3.7"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
File without changes
@@ -0,0 +1,4 @@
1
+ def print_hello():
2
+ print("*******************")
3
+ print(" Hello from my lib!")
4
+ print("*******************")
@@ -0,0 +1,7 @@
1
+ Metadata-Version: 2.4
2
+ Name: batch24-28
3
+ Version: 0.1.0
4
+ Summary: A simple tool for terminal ASCII art
5
+ Author-email: Your Name <your@email.com>
6
+ Requires-Python: >=3.7
7
+ Description-Content-Type: text/markdown
@@ -0,0 +1,7 @@
1
+ pyproject.toml
2
+ src/batch24_28/__init__.py
3
+ src/batch24_28/art.py
4
+ src/batch24_28.egg-info/PKG-INFO
5
+ src/batch24_28.egg-info/SOURCES.txt
6
+ src/batch24_28.egg-info/dependency_links.txt
7
+ src/batch24_28.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ batch24_28