ras-commander 0.36.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.36.0/ras_commander.egg-info → ras_commander-0.38.0}/PKG-INFO +10 -21
- {ras_commander-0.36.0 → ras_commander-0.38.0/ras_commander.egg-info}/PKG-INFO +10 -21
- ras_commander-0.38.0/ras_commander.egg-info/requires.txt +8 -0
- {ras_commander-0.36.0 → ras_commander-0.38.0}/setup.py +11 -26
- ras_commander-0.36.0/ras_commander.egg-info/requires.txt +0 -16
- {ras_commander-0.36.0 → ras_commander-0.38.0}/LICENSE +0 -0
- {ras_commander-0.36.0 → ras_commander-0.38.0}/README.md +0 -0
- {ras_commander-0.36.0 → ras_commander-0.38.0}/pyproject.toml +0 -0
- {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander/RasCmdr.py +0 -0
- {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander/RasExamples.py +0 -0
- {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander/RasGeo.py +0 -0
- {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander/RasGpt.py +0 -0
- {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander/RasHdf.py +0 -0
- {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander/RasPlan.py +0 -0
- {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander/RasPrj.py +0 -0
- {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander/RasUnsteady.py +0 -0
- {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander/RasUtils.py +0 -0
- {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander/__init__.py +0 -0
- {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander/logging_config.py +0 -0
- {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander.egg-info/SOURCES.txt +0 -0
- {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander.egg-info/dependency_links.txt +0 -0
- {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander.egg-info/top_level.txt +0 -0
- {ras_commander-0.36.0 → ras_commander-0.38.0}/setup.cfg +0 -0
@@ -1,32 +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: Programming Language :: Python :: 3.11
|
10
|
-
Classifier: License :: OSI Approved :: MIT License
|
11
|
-
Classifier: Operating System :: OS Independent
|
12
|
-
Requires-Python: >=3.9
|
8
|
+
Requires-Python: >=3.10
|
13
9
|
Description-Content-Type: text/markdown
|
14
10
|
License-File: LICENSE
|
15
|
-
Requires-Dist: pandas
|
16
|
-
Requires-Dist: numpy
|
17
|
-
Requires-Dist: h5py
|
18
|
-
Requires-Dist: requests
|
19
|
-
Requires-Dist: scipy
|
20
|
-
Requires-Dist: matplotlib
|
21
|
-
Requires-Dist: tqdm
|
22
|
-
Requires-Dist: psutil
|
23
|
-
Provides-Extra: dev
|
24
|
-
Requires-Dist: pytest>=6.2.0; extra == "dev"
|
25
|
-
Requires-Dist: flake8>=3.9.0; extra == "dev"
|
26
|
-
Requires-Dist: black>=21.5b1; extra == "dev"
|
27
|
-
Requires-Dist: sphinx>=3.5.0; extra == "dev"
|
28
|
-
Requires-Dist: sphinx-rtd-theme>=0.5.0; extra == "dev"
|
29
|
-
Requires-Dist: twine>=3.3.0; 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
|
30
19
|
|
31
20
|
# RAS Commander (ras-commander)
|
32
21
|
|
@@ -1,32 +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: Programming Language :: Python :: 3.11
|
10
|
-
Classifier: License :: OSI Approved :: MIT License
|
11
|
-
Classifier: Operating System :: OS Independent
|
12
|
-
Requires-Python: >=3.9
|
8
|
+
Requires-Python: >=3.10
|
13
9
|
Description-Content-Type: text/markdown
|
14
10
|
License-File: LICENSE
|
15
|
-
Requires-Dist: pandas
|
16
|
-
Requires-Dist: numpy
|
17
|
-
Requires-Dist: h5py
|
18
|
-
Requires-Dist: requests
|
19
|
-
Requires-Dist: scipy
|
20
|
-
Requires-Dist: matplotlib
|
21
|
-
Requires-Dist: tqdm
|
22
|
-
Requires-Dist: psutil
|
23
|
-
Provides-Extra: dev
|
24
|
-
Requires-Dist: pytest>=6.2.0; extra == "dev"
|
25
|
-
Requires-Dist: flake8>=3.9.0; extra == "dev"
|
26
|
-
Requires-Dist: black>=21.5b1; extra == "dev"
|
27
|
-
Requires-Dist: sphinx>=3.5.0; extra == "dev"
|
28
|
-
Requires-Dist: sphinx-rtd-theme>=0.5.0; extra == "dev"
|
29
|
-
Requires-Dist: twine>=3.3.0; 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
|
30
19
|
|
31
20
|
# RAS Commander (ras-commander)
|
32
21
|
|
@@ -14,36 +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>=6.2.0',
|
33
|
-
'flake8>=3.9.0',
|
34
|
-
'black>=21.5b1',
|
35
|
-
'sphinx>=3.5.0',
|
36
|
-
'sphinx-rtd-theme>=0.5.0',
|
37
|
-
'twine>=3.3.0',
|
38
|
-
],
|
39
|
-
},
|
40
|
-
classifiers=[
|
41
|
-
"Programming Language :: Python :: 3.10",
|
42
|
-
"Programming Language :: Python :: 3.11",
|
43
|
-
"License :: OSI Approved :: MIT License",
|
44
|
-
"Operating System :: OS Independent",
|
45
|
-
],
|
46
|
-
python_requires='>=3.9',
|
30
|
+
python_requires='>=3.10',
|
47
31
|
author="William M. Katzenmeyer",
|
48
32
|
author_email="billk@fenstermaker.com",
|
49
33
|
description="A Python library for automating HEC-RAS operations",
|
@@ -82,6 +66,7 @@ To build and publish this package, follow these steps:
|
|
82
66
|
7. Upload to PyPI:
|
83
67
|
twine upload dist/* --username __token__ --password <your_api_key>
|
84
68
|
|
69
|
+
|
85
70
|
8. Install from PyPI to verify:
|
86
71
|
pip install ras-commander
|
87
72
|
|
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
|