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.
Files changed (23) hide show
  1. {ras_commander-0.37.0/ras_commander.egg-info → ras_commander-0.38.0}/PKG-INFO +10 -20
  2. {ras_commander-0.37.0 → ras_commander-0.38.0/ras_commander.egg-info}/PKG-INFO +10 -20
  3. ras_commander-0.38.0/ras_commander.egg-info/requires.txt +8 -0
  4. {ras_commander-0.37.0 → ras_commander-0.38.0}/setup.py +10 -25
  5. ras_commander-0.37.0/ras_commander.egg-info/requires.txt +0 -16
  6. {ras_commander-0.37.0 → ras_commander-0.38.0}/LICENSE +0 -0
  7. {ras_commander-0.37.0 → ras_commander-0.38.0}/README.md +0 -0
  8. {ras_commander-0.37.0 → ras_commander-0.38.0}/pyproject.toml +0 -0
  9. {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander/RasCmdr.py +0 -0
  10. {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander/RasExamples.py +0 -0
  11. {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander/RasGeo.py +0 -0
  12. {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander/RasGpt.py +0 -0
  13. {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander/RasHdf.py +0 -0
  14. {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander/RasPlan.py +0 -0
  15. {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander/RasPrj.py +0 -0
  16. {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander/RasUnsteady.py +0 -0
  17. {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander/RasUtils.py +0 -0
  18. {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander/__init__.py +0 -0
  19. {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander/logging_config.py +0 -0
  20. {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander.egg-info/SOURCES.txt +0 -0
  21. {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander.egg-info/dependency_links.txt +0 -0
  22. {ras_commander-0.37.0 → ras_commander-0.38.0}/ras_commander.egg-info/top_level.txt +0 -0
  23. {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.37.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
- Classifier: Programming Language :: Python :: 3.11
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>=2.0
15
- Requires-Dist: numpy>=2.0
16
- Requires-Dist: h5py>=3.1.0
17
- Requires-Dist: requests>=2.25.0
18
- Requires-Dist: scipy>=1.5.0
19
- Requires-Dist: matplotlib>=3.3.0
20
- Requires-Dist: tqdm>=4.50.0
21
- Requires-Dist: psutil>=5.7.0
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.37.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
- Classifier: Programming Language :: Python :: 3.11
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>=2.0
15
- Requires-Dist: numpy>=2.0
16
- Requires-Dist: h5py>=3.1.0
17
- Requires-Dist: requests>=2.25.0
18
- Requires-Dist: scipy>=1.5.0
19
- Requires-Dist: matplotlib>=3.3.0
20
- Requires-Dist: tqdm>=4.50.0
21
- Requires-Dist: psutil>=5.7.0
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
 
@@ -0,0 +1,8 @@
1
+ pandas
2
+ numpy
3
+ h5py
4
+ requests
5
+ scipy
6
+ matplotlib
7
+ tqdm
8
+ psutil
@@ -14,35 +14,20 @@ class CustomBuildPy(build_py):
14
14
 
15
15
  setup(
16
16
  name="ras-commander",
17
- version="0.37.0",
17
+ version="0.38.0",
18
18
  packages=["ras_commander"],
19
19
  include_package_data=True,
20
20
  install_requires=[
21
- 'pandas>=2.0',
22
- 'numpy>=2.0',
23
- 'h5py>=3.1.0',
24
- 'requests>=2.25.0',
25
- 'scipy>=1.5.0',
26
- 'matplotlib>=3.3.0',
27
- 'tqdm>=4.50.0',
28
- 'psutil>=5.7.0',
21
+ 'pandas',
22
+ 'numpy',
23
+ 'h5py',
24
+ 'requests',
25
+ 'scipy',
26
+ 'matplotlib',
27
+ 'tqdm',
28
+ 'psutil',
29
29
  ],
30
- extras_require={
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",
@@ -1,16 +0,0 @@
1
- pandas>=2.0
2
- numpy>=2.0
3
- h5py>=3.1.0
4
- requests>=2.25.0
5
- scipy>=1.5.0
6
- matplotlib>=3.3.0
7
- tqdm>=4.50.0
8
- psutil>=5.7.0
9
-
10
- [dev]
11
- pytest>=8.3.3
12
- flake8>=7.1.1
13
- black>=24.8.0
14
- sphinx>=7.4.7
15
- sphinx-rtd-theme>=2.0.0
16
- twine>=5.1.1
File without changes
File without changes
File without changes