pyfluids 2.7.2__tar.gz → 2.8.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.
Files changed (26) hide show
  1. {pyfluids-2.7.2 → pyfluids-2.8.1}/PKG-INFO +6 -6
  2. {pyfluids-2.7.2 → pyfluids-2.8.1}/pyfluids/enums/fluids_list.py +1 -0
  3. {pyfluids-2.7.2 → pyfluids-2.8.1}/pyproject.toml +7 -7
  4. {pyfluids-2.7.2 → pyfluids-2.8.1}/LICENSE +0 -0
  5. {pyfluids-2.7.2 → pyfluids-2.8.1}/PyPI.md +0 -0
  6. {pyfluids-2.7.2 → pyfluids-2.8.1}/pyfluids/__init__.py +0 -0
  7. {pyfluids-2.7.2 → pyfluids-2.8.1}/pyfluids/config/__init__.py +0 -0
  8. {pyfluids-2.7.2 → pyfluids-2.8.1}/pyfluids/config/pyfluids_config.py +0 -0
  9. {pyfluids-2.7.2 → pyfluids-2.8.1}/pyfluids/config/pyfluids_config_builder.py +0 -0
  10. {pyfluids-2.7.2 → pyfluids-2.8.1}/pyfluids/config/singleton.py +0 -0
  11. {pyfluids-2.7.2 → pyfluids-2.8.1}/pyfluids/config/unit_converter.py +0 -0
  12. {pyfluids-2.7.2 → pyfluids-2.8.1}/pyfluids/config/units_system.py +0 -0
  13. {pyfluids-2.7.2 → pyfluids-2.8.1}/pyfluids/enums/__init__.py +0 -0
  14. {pyfluids-2.7.2 → pyfluids-2.8.1}/pyfluids/enums/mix.py +0 -0
  15. {pyfluids-2.7.2 → pyfluids-2.8.1}/pyfluids/enums/phases.py +0 -0
  16. {pyfluids-2.7.2 → pyfluids-2.8.1}/pyfluids/fluids/__init__.py +0 -0
  17. {pyfluids-2.7.2 → pyfluids-2.8.1}/pyfluids/fluids/abstract_fluid.py +0 -0
  18. {pyfluids-2.7.2 → pyfluids-2.8.1}/pyfluids/fluids/fluid.py +0 -0
  19. {pyfluids-2.7.2 → pyfluids-2.8.1}/pyfluids/fluids/mixture.py +0 -0
  20. {pyfluids-2.7.2 → pyfluids-2.8.1}/pyfluids/humid_air/__init__.py +0 -0
  21. {pyfluids-2.7.2 → pyfluids-2.8.1}/pyfluids/humid_air/humid_air.py +0 -0
  22. {pyfluids-2.7.2 → pyfluids-2.8.1}/pyfluids/io/__init__.py +0 -0
  23. {pyfluids-2.7.2 → pyfluids-2.8.1}/pyfluids/io/abstract_input.py +0 -0
  24. {pyfluids-2.7.2 → pyfluids-2.8.1}/pyfluids/io/input.py +0 -0
  25. {pyfluids-2.7.2 → pyfluids-2.8.1}/pyfluids/io/input_humid_air.py +0 -0
  26. {pyfluids-2.7.2 → pyfluids-2.8.1}/pyfluids/io/outputs_validator.py +0 -0
@@ -1,13 +1,12 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: pyfluids
3
- Version: 2.7.2
3
+ Version: 2.8.1
4
4
  Summary: Simple, full-featured, lightweight CoolProp wrapper for Python
5
- Home-page: https://github.com/portyanikhin/PyFluids
6
5
  License: MIT
7
6
  Keywords: CoolProp,fluids,mixtures,humid,air,thermophysical,properties,thermodynamics
8
7
  Author: Vladimir Portyanikhin
9
8
  Author-email: v.portyanikhin@ya.ru
10
- Requires-Python: >=3.8,<3.13
9
+ Requires-Python: >=3.9,<3.14
11
10
  Classifier: Development Status :: 5 - Production/Stable
12
11
  Classifier: Intended Audience :: Developers
13
12
  Classifier: Intended Audience :: Education
@@ -21,11 +20,11 @@ Classifier: Operating System :: POSIX :: Linux
21
20
  Classifier: Operating System :: Unix
22
21
  Classifier: Programming Language :: Python
23
22
  Classifier: Programming Language :: Python :: 3
24
- Classifier: Programming Language :: Python :: 3.8
25
23
  Classifier: Programming Language :: Python :: 3.9
26
24
  Classifier: Programming Language :: Python :: 3.10
27
25
  Classifier: Programming Language :: Python :: 3.11
28
26
  Classifier: Programming Language :: Python :: 3.12
27
+ Classifier: Programming Language :: Python :: 3.13
29
28
  Classifier: Programming Language :: Python :: 3 :: Only
30
29
  Classifier: Programming Language :: Python :: Implementation
31
30
  Classifier: Programming Language :: Python :: Implementation :: PyPy
@@ -34,9 +33,10 @@ Classifier: Topic :: Scientific/Engineering
34
33
  Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
35
34
  Classifier: Topic :: Scientific/Engineering :: Chemistry
36
35
  Classifier: Topic :: Scientific/Engineering :: Physics
37
- Requires-Dist: CoolProp (==6.6.0)
36
+ Requires-Dist: CoolProp (==6.8.0)
38
37
  Requires-Dist: tomli (==2.2.1)
39
38
  Project-URL: Documentation, https://github.com/portyanikhin/PyFluids
39
+ Project-URL: Homepage, https://github.com/portyanikhin/PyFluids
40
40
  Project-URL: Repository, https://github.com/portyanikhin/PyFluids
41
41
  Description-Content-Type: text/markdown
42
42
 
@@ -128,6 +128,7 @@ class FluidsList(Enum):
128
128
  R1243zf = "R1243zf"
129
129
  R125 = "R125"
130
130
  R13 = "R13"
131
+ R1336mzzE = "R1336mzz(E)"
131
132
  R134a = "R134a"
132
133
  R13I1 = "R13I1"
133
134
  R14 = "R14"
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pyfluids"
3
- version = "2.7.2"
3
+ version = "2.8.1"
4
4
  description = "Simple, full-featured, lightweight CoolProp wrapper for Python"
5
5
  authors = [
6
6
  "Vladimir Portyanikhin <v.portyanikhin@ya.ru>",
@@ -35,11 +35,11 @@ classifiers = [
35
35
  "Programming Language :: Python",
36
36
  "Programming Language :: Python :: 3",
37
37
  "Programming Language :: Python :: 3 :: Only",
38
- "Programming Language :: Python :: 3.8",
39
38
  "Programming Language :: Python :: 3.9",
40
39
  "Programming Language :: Python :: 3.10",
41
40
  "Programming Language :: Python :: 3.11",
42
41
  "Programming Language :: Python :: 3.12",
42
+ "Programming Language :: Python :: 3.13",
43
43
  "Programming Language :: Python :: Implementation",
44
44
  "Programming Language :: Python :: Implementation :: PyPy",
45
45
  "Topic :: Education",
@@ -53,14 +53,14 @@ packages = [
53
53
  ]
54
54
 
55
55
  [tool.poetry.dependencies]
56
- python = ">=3.8, <3.13"
57
- CoolProp = "6.6.0"
56
+ python = ">=3.9, <3.14"
57
+ CoolProp = "6.8.0"
58
58
  tomli = "2.2.1"
59
59
 
60
60
  [tool.poetry.group.test.dependencies]
61
- pytest = "8.3.4"
62
- pytest-asyncio = "0.24.0"
63
- pytest-cov = "5.0.0"
61
+ pytest = "8.3.5"
62
+ pytest-asyncio = "0.26.0"
63
+ pytest-cov = "6.1.1"
64
64
 
65
65
  [tool.pytest.ini_options]
66
66
  asyncio_default_fixture_loop_scope = "function"
File without changes
File without changes
File without changes
File without changes
File without changes