foamlib 0.3.9__py3-none-any.whl → 0.3.10__py3-none-any.whl

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.
foamlib/__init__.py CHANGED
@@ -1,6 +1,6 @@
1
1
  """A Python interface for interacting with OpenFOAM."""
2
2
 
3
- __version__ = "0.3.9"
3
+ __version__ = "0.3.10"
4
4
 
5
5
  from ._cases import AsyncFoamCase, FoamCase, FoamCaseBase
6
6
  from ._files import FoamDict, FoamFieldFile, FoamFile
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: foamlib
3
- Version: 0.3.9
3
+ Version: 0.3.10
4
4
  Summary: A Python interface for interacting with OpenFOAM
5
5
  Author-email: "Gabriel S. Gerlero" <ggerlero@cimec.unl.edu.ar>
6
6
  Project-URL: Homepage, https://github.com/gerlero/foamlib
@@ -28,22 +28,28 @@ License-File: LICENSE.txt
28
28
  Requires-Dist: aioshutil <2,>=1
29
29
  Requires-Dist: pyparsing <4,>=3
30
30
  Requires-Dist: typing-extensions <5,>=4 ; python_version < "3.11"
31
+ Provides-Extra: dev
32
+ Requires-Dist: foamlib[numpy] ; extra == 'dev'
33
+ Requires-Dist: foamlib[lint] ; extra == 'dev'
34
+ Requires-Dist: foamlib[test] ; extra == 'dev'
35
+ Requires-Dist: foamlib[typing] ; extra == 'dev'
36
+ Requires-Dist: foamlib[docs] ; extra == 'dev'
31
37
  Provides-Extra: docs
38
+ Requires-Dist: foamlib[numpy] ; extra == 'docs'
32
39
  Requires-Dist: sphinx <8,>=7 ; extra == 'docs'
33
40
  Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
34
- Requires-Dist: numpy <2,>=1 ; extra == 'docs'
35
41
  Provides-Extra: lint
36
42
  Requires-Dist: ruff ; extra == 'lint'
43
+ Provides-Extra: numpy
44
+ Requires-Dist: numpy <2,>=1 ; extra == 'numpy'
37
45
  Provides-Extra: test
46
+ Requires-Dist: foamlib[numpy] ; extra == 'test'
38
47
  Requires-Dist: pytest <9,>=7 ; extra == 'test'
39
48
  Requires-Dist: pytest-asyncio <0.24,>=0.21 ; extra == 'test'
40
49
  Requires-Dist: pytest-cov ; extra == 'test'
41
- Requires-Dist: numpy <2,>=1 ; extra == 'test'
42
50
  Provides-Extra: typing
51
+ Requires-Dist: foamlib[test] ; extra == 'typing'
43
52
  Requires-Dist: mypy <2,>=1 ; extra == 'typing'
44
- Requires-Dist: pytest <9,>=7 ; extra == 'typing'
45
- Requires-Dist: pytest-asyncio <0.24,>=0.21 ; extra == 'typing'
46
- Requires-Dist: numpy <2,>=1 ; extra == 'typing'
47
53
 
48
54
  [<img alt="foamlib" src="https://github.com/gerlero/foamlib/raw/main/logo.png" height="50">](https://github.com/gerlero/foamlib)
49
55
 
@@ -1,4 +1,4 @@
1
- foamlib/__init__.py,sha256=VA5OODQTc1hOiKx4Hg0kYE_r9Q9num_-mR-wMHHhR1c,431
1
+ foamlib/__init__.py,sha256=OJLrmY7uGGxH91O7KRnS7BR1s254VtAqPYaVzI2CikA,432
2
2
  foamlib/_cases.py,sha256=4b9CCDAuKi5Dp8DUksIbaMsp0Yi0xv5QeZLVAUrKRh8,21417
3
3
  foamlib/_util.py,sha256=vL03aAzpWdZyYIhe2WTxHiz9b4lnttVnRuzqUmZvXXk,3047
4
4
  foamlib/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -8,8 +8,8 @@ foamlib/_files/_files.py,sha256=4rZb3HMJADmJBGmRpChiujJNX1UIxhgHI5YPEmEOWvE,1078
8
8
  foamlib/_files/_io.py,sha256=pGYMoLI5Dz2Y90EB1CtklZiffpDTGuQbbbkyqRe0JAo,2115
9
9
  foamlib/_files/_parsing.py,sha256=sWUeF9xiM6AriQjljl3jEpvoFRMmaS1h3bT3b0oor3U,7279
10
10
  foamlib/_files/_serialization.py,sha256=rmZW42Pyn1DIJbGMZqFG_lZ5DcLhPmfUgH24qsu2rIk,3400
11
- foamlib-0.3.9.dist-info/LICENSE.txt,sha256=5Dte9TUnLZzPRs4NQzl-Jc2-Ljd-t_v0ZR5Ng5r0UsY,35131
12
- foamlib-0.3.9.dist-info/METADATA,sha256=FmZVopicBSscMw3JI3D6dnpLLDfcHLn4BQkrhklp8Sw,5242
13
- foamlib-0.3.9.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
14
- foamlib-0.3.9.dist-info/top_level.txt,sha256=ZdVYtetXGwPwyfL-WhlhbTFQGAwKX5P_gXxtH9JYFPI,8
15
- foamlib-0.3.9.dist-info/RECORD,,
11
+ foamlib-0.3.10.dist-info/LICENSE.txt,sha256=5Dte9TUnLZzPRs4NQzl-Jc2-Ljd-t_v0ZR5Ng5r0UsY,35131
12
+ foamlib-0.3.10.dist-info/METADATA,sha256=tmwwFbw9VKAIMBeJ-W8nP6iEfKXFxIRYmW57yDVvyLc,5458
13
+ foamlib-0.3.10.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
14
+ foamlib-0.3.10.dist-info/top_level.txt,sha256=ZdVYtetXGwPwyfL-WhlhbTFQGAwKX5P_gXxtH9JYFPI,8
15
+ foamlib-0.3.10.dist-info/RECORD,,