thermoprop 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,13 @@
1
+ Metadata-Version: 2.3
2
+ Name: thermoprop
3
+ Version: 0.1.0
4
+ Summary: A Python thermodynamic property wrapper for fluids and mixtures.
5
+ Author: Saaketh Ramoju
6
+ Author-email: Saaketh Ramoju <rsaaketh@icloud.com>
7
+ Requires-Dist: coolprop>=7.2.0
8
+ Requires-Dist: numpy>=2.4.6
9
+ Requires-Dist: pyromat>=2.2.6
10
+ Requires-Dist: scipy>=1.17.1
11
+ Requires-Python: >=3.13
12
+ Description-Content-Type: text/markdown
13
+
File without changes
@@ -0,0 +1,19 @@
1
+ [project]
2
+ name = "thermoprop"
3
+ version = "0.1.0"
4
+ description = "A Python thermodynamic property wrapper for fluids and mixtures."
5
+ readme = "README.md"
6
+ authors = [
7
+ { name = "Saaketh Ramoju", email = "rsaaketh@icloud.com" }
8
+ ]
9
+ requires-python = ">=3.13"
10
+ dependencies = [
11
+ "coolprop>=7.2.0",
12
+ "numpy>=2.4.6",
13
+ "pyromat>=2.2.6",
14
+ "scipy>=1.17.1",
15
+ ]
16
+
17
+ [build-system]
18
+ requires = ["uv_build>=0.11.18,<0.12.0"]
19
+ build-backend = "uv_build"