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.
Files changed (23) hide show
  1. {ras_commander-0.36.0/ras_commander.egg-info → ras_commander-0.38.0}/PKG-INFO +10 -21
  2. {ras_commander-0.36.0 → ras_commander-0.38.0/ras_commander.egg-info}/PKG-INFO +10 -21
  3. ras_commander-0.38.0/ras_commander.egg-info/requires.txt +8 -0
  4. {ras_commander-0.36.0 → ras_commander-0.38.0}/setup.py +11 -26
  5. ras_commander-0.36.0/ras_commander.egg-info/requires.txt +0 -16
  6. {ras_commander-0.36.0 → ras_commander-0.38.0}/LICENSE +0 -0
  7. {ras_commander-0.36.0 → ras_commander-0.38.0}/README.md +0 -0
  8. {ras_commander-0.36.0 → ras_commander-0.38.0}/pyproject.toml +0 -0
  9. {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander/RasCmdr.py +0 -0
  10. {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander/RasExamples.py +0 -0
  11. {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander/RasGeo.py +0 -0
  12. {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander/RasGpt.py +0 -0
  13. {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander/RasHdf.py +0 -0
  14. {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander/RasPlan.py +0 -0
  15. {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander/RasPrj.py +0 -0
  16. {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander/RasUnsteady.py +0 -0
  17. {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander/RasUtils.py +0 -0
  18. {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander/__init__.py +0 -0
  19. {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander/logging_config.py +0 -0
  20. {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander.egg-info/SOURCES.txt +0 -0
  21. {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander.egg-info/dependency_links.txt +0 -0
  22. {ras_commander-0.36.0 → ras_commander-0.38.0}/ras_commander.egg-info/top_level.txt +0 -0
  23. {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.36.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.10
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>=2.0
16
- Requires-Dist: numpy>=2.0
17
- Requires-Dist: h5py>=3.1.0
18
- Requires-Dist: requests>=2.25.0
19
- Requires-Dist: scipy>=1.5.0
20
- Requires-Dist: matplotlib>=3.3.0
21
- Requires-Dist: tqdm>=4.50.0
22
- Requires-Dist: psutil>=5.7.0
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.36.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.10
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>=2.0
16
- Requires-Dist: numpy>=2.0
17
- Requires-Dist: h5py>=3.1.0
18
- Requires-Dist: requests>=2.25.0
19
- Requires-Dist: scipy>=1.5.0
20
- Requires-Dist: matplotlib>=3.3.0
21
- Requires-Dist: tqdm>=4.50.0
22
- Requires-Dist: psutil>=5.7.0
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
 
@@ -0,0 +1,8 @@
1
+ pandas
2
+ numpy
3
+ h5py
4
+ requests
5
+ scipy
6
+ matplotlib
7
+ tqdm
8
+ psutil
@@ -14,36 +14,20 @@ class CustomBuildPy(build_py):
14
14
 
15
15
  setup(
16
16
  name="ras-commander",
17
- version="0.36.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>=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
 
@@ -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>=6.2.0
12
- flake8>=3.9.0
13
- black>=21.5b1
14
- sphinx>=3.5.0
15
- sphinx-rtd-theme>=0.5.0
16
- twine>=3.3.0
File without changes
File without changes
File without changes