ExtraFunctions 0.1.2__tar.gz → 0.1.4__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,6 @@
1
+ Metadata-Version: 2.4
2
+ Name: ExtraFunctions
3
+ Version: 0.1.4
4
+ Summary: A collection of useful Python utility functions. - 0.1.3 Adds a bug fix on save.
5
+ Requires-Python: >=3.8
6
+ Requires-Dist: Pillow==11.9.0
@@ -1,8 +1,8 @@
1
1
  README.md
2
2
  pyproject.toml
3
+ ExtraFunctions/__init__.py
3
4
  ExtraFunctions.egg-info/PKG-INFO
4
5
  ExtraFunctions.egg-info/SOURCES.txt
5
6
  ExtraFunctions.egg-info/dependency_links.txt
6
7
  ExtraFunctions.egg-info/requires.txt
7
- ExtraFunctions.egg-info/top_level.txt
8
- ExtraFunctions/ExtraFunctions/__init__.py
8
+ ExtraFunctions.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ Pillow==11.9.0
@@ -0,0 +1,6 @@
1
+ Metadata-Version: 2.4
2
+ Name: ExtraFunctions
3
+ Version: 0.1.4
4
+ Summary: A collection of useful Python utility functions. - 0.1.3 Adds a bug fix on save.
5
+ Requires-Python: >=3.8
6
+ Requires-Dist: Pillow==11.9.0
@@ -0,0 +1 @@
1
+ #DONT README
@@ -0,0 +1,15 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "ExtraFunctions"
7
+ version = "0.1.4"
8
+ description = "A collection of useful Python utility functions. - 0.1.3 Adds a bug fix on save."
9
+ requires-python = ">=3.8"
10
+ dependencies = [
11
+ "Pillow==11.9.0"
12
+ ]
13
+
14
+ [tool.setuptools.packages.find]
15
+ where = ["."]
@@ -1,7 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: ExtraFunctions
3
- Version: 0.1.2
4
- Summary: A collection of useful Python utility functions including negative (reverses both integers and strings), DistanceTranslate (Translates distances) and PlanetInfo (Self Explanetary).
5
- Requires-Python: >=3.8
6
- Description-Content-Type: text/markdown
7
- Requires-Dist: Pillow
@@ -1,7 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: ExtraFunctions
3
- Version: 0.1.2
4
- Summary: A collection of useful Python utility functions including negative (reverses both integers and strings), DistanceTranslate (Translates distances) and PlanetInfo (Self Explanetary).
5
- Requires-Python: >=3.8
6
- Description-Content-Type: text/markdown
7
- Requires-Dist: Pillow
File without changes
@@ -1,16 +0,0 @@
1
- [build-system]
2
- requires = ["setuptools>=61"]
3
- build-backend = "setuptools.build_meta"
4
-
5
- [project]
6
- name = "ExtraFunctions"
7
- version = "0.1.2"
8
- description = "A collection of useful Python utility functions including negative (reverses both integers and strings), DistanceTranslate (Translates distances) and PlanetInfo (Self Explanetary)."
9
- readme = "README.md"
10
- requires-python = ">=3.8"
11
- dependencies = [
12
- "Pillow"
13
- ]
14
-
15
- [tool.setuptools.packages.find]
16
- where = ["."]
File without changes