ras-commander 0.54.0__tar.gz → 0.55.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 (40) hide show
  1. {ras_commander-0.54.0/ras_commander.egg-info → ras_commander-0.55.0}/PKG-INFO +18 -5
  2. {ras_commander-0.54.0 → ras_commander-0.55.0}/README.md +1 -1
  3. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/__init__.py +1 -1
  4. {ras_commander-0.54.0 → ras_commander-0.55.0/ras_commander.egg-info}/PKG-INFO +18 -5
  5. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander.egg-info/SOURCES.txt +1 -0
  6. ras_commander-0.55.0/ras_commander.egg-info/requires.txt +12 -0
  7. {ras_commander-0.54.0 → ras_commander-0.55.0}/setup.py +25 -7
  8. {ras_commander-0.54.0 → ras_commander-0.55.0}/LICENSE +0 -0
  9. {ras_commander-0.54.0 → ras_commander-0.55.0}/pyproject.toml +0 -0
  10. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/Decorators.py +0 -0
  11. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/HdfBase.py +0 -0
  12. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/HdfBndry.py +0 -0
  13. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/HdfFluvialPluvial.py +0 -0
  14. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/HdfInfiltration.py +0 -0
  15. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/HdfMesh.py +0 -0
  16. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/HdfPipe.py +0 -0
  17. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/HdfPlan.py +0 -0
  18. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/HdfPlot.py +0 -0
  19. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/HdfPump.py +0 -0
  20. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/HdfResultsMesh.py +0 -0
  21. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/HdfResultsPlan.py +0 -0
  22. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/HdfResultsPlot.py +0 -0
  23. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/HdfResultsXsec.py +0 -0
  24. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/HdfStruc.py +0 -0
  25. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/HdfUtils.py +0 -0
  26. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/HdfXsec.py +0 -0
  27. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/LoggingConfig.py +0 -0
  28. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/RasCmdr.py +0 -0
  29. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/RasExamples.py +0 -0
  30. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/RasGeo.py +0 -0
  31. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/RasGpt.py +0 -0
  32. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/RasMapper.py +0 -0
  33. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/RasPlan.py +0 -0
  34. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/RasPrj.py +0 -0
  35. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/RasToGo.py +0 -0
  36. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/RasUnsteady.py +0 -0
  37. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander/RasUtils.py +0 -0
  38. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander.egg-info/dependency_links.txt +0 -0
  39. {ras_commander-0.54.0 → ras_commander-0.55.0}/ras_commander.egg-info/top_level.txt +0 -0
  40. {ras_commander-0.54.0 → ras_commander-0.55.0}/setup.cfg +0 -0
@@ -1,18 +1,31 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: ras-commander
3
- Version: 0.54.0
4
- Summary: A Python library for automating HEC-RAS operations
5
- Home-page: https://github.com/billk-FM/ras-commander
3
+ Version: 0.55.0
4
+ Summary: A Python library for automating HEC-RAS 6.x operations
5
+ Home-page: https://github.com/gpt-cmdr/ras-commander
6
6
  Author: William M. Katzenmeyer
7
- Author-email: billk@fenstermaker.com
7
+ Author-email: heccommander@gmail.com
8
8
  Requires-Python: >=3.10
9
9
  Description-Content-Type: text/markdown
10
10
  License-File: LICENSE
11
+ Requires-Dist: h5py
12
+ Requires-Dist: numpy
13
+ Requires-Dist: pandas
14
+ Requires-Dist: requests
15
+ Requires-Dist: tqdm
16
+ Requires-Dist: scipy
17
+ Requires-Dist: xarray
18
+ Requires-Dist: geopandas
19
+ Requires-Dist: matplotlib
20
+ Requires-Dist: shapely
21
+ Requires-Dist: pathlib
22
+ Requires-Dist: rasterstats
11
23
  Dynamic: author
12
24
  Dynamic: author-email
13
25
  Dynamic: description
14
26
  Dynamic: description-content-type
15
27
  Dynamic: home-page
28
+ Dynamic: requires-dist
16
29
  Dynamic: requires-python
17
30
  Dynamic: summary
18
31
 
@@ -85,7 +98,7 @@ First, create a virtual environment with conda or venv (ask ChatGPT if you need
85
98
 
86
99
  In your virtual environment, install ras-commander using pip:
87
100
  ```
88
- pip install h5py numpy pandas requests tqdm scipy xarray geopandas matplotlib ras-commander ipython tqdm psutil shapely fiona pathlib rtree rasterstats
101
+ pip install h5py numpy pandas requests tqdm scipy xarray geopandas matplotlib ipython tqdm psutil shapely fiona pathlib rtree rasterstats
89
102
  pip install --upgrade ras-commander
90
103
  ```
91
104
  If you have dependency issues with pip (especially if you have errors with numpy), try clearing your local pip packages 'C:\Users\your_username\AppData\Roaming\Python\' and then creating a new virtual environment.
@@ -67,7 +67,7 @@ First, create a virtual environment with conda or venv (ask ChatGPT if you need
67
67
 
68
68
  In your virtual environment, install ras-commander using pip:
69
69
  ```
70
- pip install h5py numpy pandas requests tqdm scipy xarray geopandas matplotlib ras-commander ipython tqdm psutil shapely fiona pathlib rtree rasterstats
70
+ pip install h5py numpy pandas requests tqdm scipy xarray geopandas matplotlib ipython tqdm psutil shapely fiona pathlib rtree rasterstats
71
71
  pip install --upgrade ras-commander
72
72
  ```
73
73
  If you have dependency issues with pip (especially if you have errors with numpy), try clearing your local pip packages 'C:\Users\your_username\AppData\Roaming\Python\' and then creating a new virtual environment.
@@ -76,4 +76,4 @@ __all__ = [
76
76
  "log_call",
77
77
  ]
78
78
 
79
- __version__ = "0.1.0"
79
+ __version__ = "0.54.0"
@@ -1,18 +1,31 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: ras-commander
3
- Version: 0.54.0
4
- Summary: A Python library for automating HEC-RAS operations
5
- Home-page: https://github.com/billk-FM/ras-commander
3
+ Version: 0.55.0
4
+ Summary: A Python library for automating HEC-RAS 6.x operations
5
+ Home-page: https://github.com/gpt-cmdr/ras-commander
6
6
  Author: William M. Katzenmeyer
7
- Author-email: billk@fenstermaker.com
7
+ Author-email: heccommander@gmail.com
8
8
  Requires-Python: >=3.10
9
9
  Description-Content-Type: text/markdown
10
10
  License-File: LICENSE
11
+ Requires-Dist: h5py
12
+ Requires-Dist: numpy
13
+ Requires-Dist: pandas
14
+ Requires-Dist: requests
15
+ Requires-Dist: tqdm
16
+ Requires-Dist: scipy
17
+ Requires-Dist: xarray
18
+ Requires-Dist: geopandas
19
+ Requires-Dist: matplotlib
20
+ Requires-Dist: shapely
21
+ Requires-Dist: pathlib
22
+ Requires-Dist: rasterstats
11
23
  Dynamic: author
12
24
  Dynamic: author-email
13
25
  Dynamic: description
14
26
  Dynamic: description-content-type
15
27
  Dynamic: home-page
28
+ Dynamic: requires-dist
16
29
  Dynamic: requires-python
17
30
  Dynamic: summary
18
31
 
@@ -85,7 +98,7 @@ First, create a virtual environment with conda or venv (ask ChatGPT if you need
85
98
 
86
99
  In your virtual environment, install ras-commander using pip:
87
100
  ```
88
- pip install h5py numpy pandas requests tqdm scipy xarray geopandas matplotlib ras-commander ipython tqdm psutil shapely fiona pathlib rtree rasterstats
101
+ pip install h5py numpy pandas requests tqdm scipy xarray geopandas matplotlib ipython tqdm psutil shapely fiona pathlib rtree rasterstats
89
102
  pip install --upgrade ras-commander
90
103
  ```
91
104
  If you have dependency issues with pip (especially if you have errors with numpy), try clearing your local pip packages 'C:\Users\your_username\AppData\Roaming\Python\' and then creating a new virtual environment.
@@ -34,4 +34,5 @@ ras_commander/__init__.py
34
34
  ras_commander.egg-info/PKG-INFO
35
35
  ras_commander.egg-info/SOURCES.txt
36
36
  ras_commander.egg-info/dependency_links.txt
37
+ ras_commander.egg-info/requires.txt
37
38
  ras_commander.egg-info/top_level.txt
@@ -0,0 +1,12 @@
1
+ h5py
2
+ numpy
3
+ pandas
4
+ requests
5
+ tqdm
6
+ scipy
7
+ xarray
8
+ geopandas
9
+ matplotlib
10
+ shapely
11
+ pathlib
12
+ rasterstats
@@ -16,27 +16,45 @@ class CustomBuildPy(build_py):
16
16
 
17
17
  # Run the summary_knowledge_bases.py script
18
18
  script_path = Path(__file__).parent / 'ai_tools' / 'generate_llm_knowledge_bases.py'
19
- subprocess.run(['python', str(script_path)], check=True)
19
+ try:
20
+ subprocess.run(['python', str(script_path)], check=True)
21
+ except subprocess.CalledProcessError:
22
+ print("Warning: Knowledge base generation script failed, continuing with build")
23
+ except FileNotFoundError:
24
+ print("Warning: Knowledge base generation script not found, continuing with build")
20
25
 
21
26
  # Continue with the regular build process
22
27
  super().run()
23
28
 
24
29
  setup(
25
30
  name="ras-commander",
26
- version="0.54.0",
27
- packages=["ras_commander"],
31
+ version="0.55.0",
32
+ packages=find_packages(),
28
33
  include_package_data=True,
29
34
  python_requires='>=3.10',
30
35
  author="William M. Katzenmeyer",
31
- author_email="billk@fenstermaker.com",
32
- description="A Python library for automating HEC-RAS operations",
36
+ author_email="heccommander@gmail.com",
37
+ description="A Python library for automating HEC-RAS 6.x operations",
33
38
  long_description=open('README.md').read(),
34
39
  long_description_content_type="text/markdown",
35
- url="https://github.com/billk-FM/ras-commander",
40
+ url="https://github.com/gpt-cmdr/ras-commander",
36
41
  cmdclass={
37
42
  'build_py': CustomBuildPy,
38
43
  },
39
- )
44
+ install_requires=[
45
+ 'h5py',
46
+ 'numpy',
47
+ 'pandas',
48
+ 'requests',
49
+ 'tqdm',
50
+ 'scipy',
51
+ 'xarray',
52
+ 'geopandas',
53
+ 'matplotlib',
54
+ 'shapely',
55
+ 'pathlib',
56
+ 'rasterstats',
57
+ ])
40
58
 
41
59
  """
42
60
  ras-commander setup.py
File without changes
File without changes