Skip to content

Commit f36e0cb

Browse files
committed
refactor vlab to CFPy-associated package
1 parent 0096778 commit f36e0cb

18 files changed

Lines changed: 561 additions & 651 deletions

CFPy_vlab.egg-info/PKG-INFO

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Metadata-Version: 2.4
2+
Name: CFPy-vlab
3+
Version: 0.1.0
4+
Summary: Virtual karst laboratory built on top of CFPy_TUD.
5+
Author-email: "M.G. Rudolph" <max_gustav.rudolph@tu-dresden.de>
6+
License: CC0-1.0
7+
Project-URL: Homepage, https://github.com/iGW-TU-Dresden/CFPy
8+
Requires-Python: <3.12,>=3.9
9+
Requires-Dist: CFPy_TUD>=0.0.2
10+
Requires-Dist: pykasso
11+
Requires-Dist: scipy>=1.7
12+
Requires-Dist: numpy<2.7,>=1.26.4
13+
Requires-Dist: pandas>=1.2.1
14+
Requires-Dist: matplotlib>=3.3.4
15+
Requires-Dist: flopy>=3.3.3

CFPy_vlab.egg-info/SOURCES.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
pyproject.toml
2+
../CFPy_vlab.egg-info/PKG-INFO
3+
../CFPy_vlab.egg-info/SOURCES.txt
4+
../CFPy_vlab.egg-info/dependency_links.txt
5+
../CFPy_vlab.egg-info/requires.txt
6+
../CFPy_vlab.egg-info/top_level.txt
7+
../vlab/Q_out.csv
8+
../vlab/__init__.py
9+
../vlab/core.py
10+
../vlab/evap.csv
11+
../vlab/prec.csv
12+
../vlab/recharge.py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

CFPy_vlab.egg-info/requires.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
CFPy_TUD>=0.0.2
2+
pykasso
3+
scipy>=1.7
4+
numpy<2.7,>=1.26.4
5+
pandas>=1.2.1
6+
matplotlib>=3.3.4
7+
flopy>=3.3.3

CFPy_vlab.egg-info/top_level.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
vlab
2+
vlab_examples

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Homepage = "https://github.com/iGW-TU-Dresden/CFPy"
3636

3737
[tool.setuptools.packages.find]
3838
where = ["."]
39+
exclude = ["vlab*"]
3940

4041
[tool.ruff]
4142
line-length = 120

vlab/CFPy_vlab.egg-info/PKG-INFO

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Metadata-Version: 2.4
2+
Name: CFPy-vlab
3+
Version: 0.1.0
4+
Summary: Virtual karst laboratory built on top of CFPy_TUD.
5+
Author-email: "M.G. Rudolph" <max_gustav.rudolph@tu-dresden.de>
6+
License: CC0-1.0
7+
Project-URL: Homepage, https://github.com/iGW-TU-Dresden/CFPy
8+
Requires-Python: <3.12,>=3.9
9+
Requires-Dist: CFPy_TUD>=0.0.2
10+
Requires-Dist: pykasso
11+
Requires-Dist: scipy>=1.7
12+
Requires-Dist: numpy<2.7,>=1.26.4
13+
Requires-Dist: pandas>=1.2.1
14+
Requires-Dist: matplotlib>=3.3.4
15+
Requires-Dist: flopy>=3.3.3
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Q_out.csv
2+
__init__.py
3+
core.py
4+
evap.csv
5+
prec.csv
6+
pyproject.toml
7+
recharge.py
8+
./Q_out.csv
9+
./__init__.py
10+
./core.py
11+
./evap.csv
12+
./prec.csv
13+
./recharge.py
14+
CFPy_vlab.egg-info/PKG-INFO
15+
CFPy_vlab.egg-info/SOURCES.txt
16+
CFPy_vlab.egg-info/dependency_links.txt
17+
CFPy_vlab.egg-info/requires.txt
18+
CFPy_vlab.egg-info/top_level.txt
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
CFPy_TUD>=0.0.2
2+
pykasso
3+
scipy>=1.7
4+
numpy<2.7,>=1.26.4
5+
pandas>=1.2.1
6+
matplotlib>=3.3.4
7+
flopy>=3.3.3

0 commit comments

Comments
 (0)