ras-commander 0.37.0__tar.gz → 0.38.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.
- {ras_commander-0.37.0/ras_commander.egg-info → ras_commander-0.38.0}/PKG-INFO +10 -20
- {ras_commander-0.37.0 → ras_commander-0.38.0/ras_commander.egg-info}/PKG-INFO +10 -20
- ras_commander-0.38.0/ras_commander.egg-info/requires.txt +8 -0
- {ras_commander-0.37.0 → ras_commander-0.38.0}/setup.py +10 -25
- ras_commander-0.37.0/ras_commander.egg-info/requires.txt +0 -16
- {ras_commander-0.37.0 → ras_commander-0.38.0}/LICENSE +0 -0
- {ras_commander-0.37.0 → ras_commander-0.38.0}/README.md +0 -0
- {ras_commander-0.37.0 → ras_commander-0.38.0}/pyproject.toml +0 -0
- {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander/RasCmdr.py +0 -0
- {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander/RasExamples.py +0 -0
- {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander/RasGeo.py +0 -0
- {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander/RasGpt.py +0 -0
- {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander/RasHdf.py +0 -0
- {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander/RasPlan.py +0 -0
- {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander/RasPrj.py +0 -0
- {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander/RasUnsteady.py +0 -0
- {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander/RasUtils.py +0 -0
- {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander/__init__.py +0 -0
- {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander/logging_config.py +0 -0
- {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander.egg-info/SOURCES.txt +0 -0
- {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander.egg-info/dependency_links.txt +0 -0
- {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander.egg-info/top_level.txt +0 -0
- {ras_commander-0.37.0 → ras_commander-0.38.0}/setup.cfg +0 -0
@@ -1,31 +1,21 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ras-commander
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.38.0
|
4
4
|
Summary: A Python library for automating HEC-RAS operations
|
5
5
|
Home-page: https://github.com/billk-FM/ras-commander
|
6
6
|
Author: William M. Katzenmeyer
|
7
7
|
Author-email: billk@fenstermaker.com
|
8
|
-
|
9
|
-
Classifier: License :: OSI Approved :: MIT License
|
10
|
-
Classifier: Operating System :: OS Independent
|
11
|
-
Requires-Python: >=3.11
|
8
|
+
Requires-Python: >=3.10
|
12
9
|
Description-Content-Type: text/markdown
|
13
10
|
License-File: LICENSE
|
14
|
-
Requires-Dist: pandas
|
15
|
-
Requires-Dist: numpy
|
16
|
-
Requires-Dist: h5py
|
17
|
-
Requires-Dist: requests
|
18
|
-
Requires-Dist: scipy
|
19
|
-
Requires-Dist: matplotlib
|
20
|
-
Requires-Dist: tqdm
|
21
|
-
Requires-Dist: psutil
|
22
|
-
Provides-Extra: dev
|
23
|
-
Requires-Dist: pytest>=8.3.3; extra == "dev"
|
24
|
-
Requires-Dist: flake8>=7.1.1; extra == "dev"
|
25
|
-
Requires-Dist: black>=24.8.0; extra == "dev"
|
26
|
-
Requires-Dist: sphinx>=7.4.7; extra == "dev"
|
27
|
-
Requires-Dist: sphinx-rtd-theme>=2.0.0; extra == "dev"
|
28
|
-
Requires-Dist: twine>=5.1.1; extra == "dev"
|
11
|
+
Requires-Dist: pandas
|
12
|
+
Requires-Dist: numpy
|
13
|
+
Requires-Dist: h5py
|
14
|
+
Requires-Dist: requests
|
15
|
+
Requires-Dist: scipy
|
16
|
+
Requires-Dist: matplotlib
|
17
|
+
Requires-Dist: tqdm
|
18
|
+
Requires-Dist: psutil
|
29
19
|
|
30
20
|
# RAS Commander (ras-commander)
|
31
21
|
|
@@ -1,31 +1,21 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ras-commander
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.38.0
|
4
4
|
Summary: A Python library for automating HEC-RAS operations
|
5
5
|
Home-page: https://github.com/billk-FM/ras-commander
|
6
6
|
Author: William M. Katzenmeyer
|
7
7
|
Author-email: billk@fenstermaker.com
|
8
|
-
|
9
|
-
Classifier: License :: OSI Approved :: MIT License
|
10
|
-
Classifier: Operating System :: OS Independent
|
11
|
-
Requires-Python: >=3.11
|
8
|
+
Requires-Python: >=3.10
|
12
9
|
Description-Content-Type: text/markdown
|
13
10
|
License-File: LICENSE
|
14
|
-
Requires-Dist: pandas
|
15
|
-
Requires-Dist: numpy
|
16
|
-
Requires-Dist: h5py
|
17
|
-
Requires-Dist: requests
|
18
|
-
Requires-Dist: scipy
|
19
|
-
Requires-Dist: matplotlib
|
20
|
-
Requires-Dist: tqdm
|
21
|
-
Requires-Dist: psutil
|
22
|
-
Provides-Extra: dev
|
23
|
-
Requires-Dist: pytest>=8.3.3; extra == "dev"
|
24
|
-
Requires-Dist: flake8>=7.1.1; extra == "dev"
|
25
|
-
Requires-Dist: black>=24.8.0; extra == "dev"
|
26
|
-
Requires-Dist: sphinx>=7.4.7; extra == "dev"
|
27
|
-
Requires-Dist: sphinx-rtd-theme>=2.0.0; extra == "dev"
|
28
|
-
Requires-Dist: twine>=5.1.1; extra == "dev"
|
11
|
+
Requires-Dist: pandas
|
12
|
+
Requires-Dist: numpy
|
13
|
+
Requires-Dist: h5py
|
14
|
+
Requires-Dist: requests
|
15
|
+
Requires-Dist: scipy
|
16
|
+
Requires-Dist: matplotlib
|
17
|
+
Requires-Dist: tqdm
|
18
|
+
Requires-Dist: psutil
|
29
19
|
|
30
20
|
# RAS Commander (ras-commander)
|
31
21
|
|
@@ -14,35 +14,20 @@ class CustomBuildPy(build_py):
|
|
14
14
|
|
15
15
|
setup(
|
16
16
|
name="ras-commander",
|
17
|
-
version="0.
|
17
|
+
version="0.38.0",
|
18
18
|
packages=["ras_commander"],
|
19
19
|
include_package_data=True,
|
20
20
|
install_requires=[
|
21
|
-
'pandas
|
22
|
-
'numpy
|
23
|
-
'h5py
|
24
|
-
'requests
|
25
|
-
'scipy
|
26
|
-
'matplotlib
|
27
|
-
'tqdm
|
28
|
-
'psutil
|
21
|
+
'pandas',
|
22
|
+
'numpy',
|
23
|
+
'h5py',
|
24
|
+
'requests',
|
25
|
+
'scipy',
|
26
|
+
'matplotlib',
|
27
|
+
'tqdm',
|
28
|
+
'psutil',
|
29
29
|
],
|
30
|
-
|
31
|
-
'dev': [
|
32
|
-
'pytest>=8.3.3',
|
33
|
-
'flake8>=7.1.1',
|
34
|
-
'black>=24.8.0',
|
35
|
-
'sphinx>=7.4.7',
|
36
|
-
'sphinx-rtd-theme>=2.0.0',
|
37
|
-
'twine>=5.1.1',
|
38
|
-
],
|
39
|
-
},
|
40
|
-
classifiers=[
|
41
|
-
"Programming Language :: Python :: 3.11",
|
42
|
-
"License :: OSI Approved :: MIT License",
|
43
|
-
"Operating System :: OS Independent",
|
44
|
-
],
|
45
|
-
python_requires='>=3.11',
|
30
|
+
python_requires='>=3.10',
|
46
31
|
author="William M. Katzenmeyer",
|
47
32
|
author_email="billk@fenstermaker.com",
|
48
33
|
description="A Python library for automating HEC-RAS operations",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|