algebro 0.0.1__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.
algebro-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,9 @@
1
+ Metadata-Version: 2.4
2
+ Name: algebro
3
+ Version: 0.0.1
4
+ Summary: A unified suite of high-precision engineering mathematics tools.
5
+ Author: Anwer Sayeed, Tasneem Koushar
6
+ Requires-Python: >=3.7
7
+ Description-Content-Type: text/markdown
8
+
9
+ Algebro: High-precision engineering mathematics tools. Full documentation at github.com/KinetiCore-Labs/algebro
@@ -0,0 +1,15 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "algebro"
7
+ version = "0.0.1"
8
+ description = "A unified suite of high-precision engineering mathematics tools."
9
+ authors = [
10
+ { name="Anwer Sayeed" },
11
+ { name="Tasneem Koushar" },
12
+ ]
13
+ # Replace the file reference with this:
14
+ readme = {text = "Algebro: High-precision engineering mathematics tools. Full documentation at github.com/KinetiCore-Labs/algebro", content-type = "text/markdown"}
15
+ 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,9 @@
1
+ Metadata-Version: 2.4
2
+ Name: algebro
3
+ Version: 0.0.1
4
+ Summary: A unified suite of high-precision engineering mathematics tools.
5
+ Author: Anwer Sayeed, Tasneem Koushar
6
+ Requires-Python: >=3.7
7
+ Description-Content-Type: text/markdown
8
+
9
+ Algebro: High-precision engineering mathematics tools. Full documentation at github.com/KinetiCore-Labs/algebro
@@ -0,0 +1,6 @@
1
+ pyproject.toml
2
+ src/algebro/__init__.py
3
+ src/algebro.egg-info/PKG-INFO
4
+ src/algebro.egg-info/SOURCES.txt
5
+ src/algebro.egg-info/dependency_links.txt
6
+ src/algebro.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ algebro