ras-commander 0.20.dev0__tar.gz → 0.21.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.20.dev0 → ras_commander-0.21.0}/Comprehensive_Library_Guide.md +1 -1
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/PKG-INFO +1 -1
- ras_commander-0.20.dev0/dist/ras_commander-0.0.0-py2.py3-none-any.whl → ras_commander-0.21.0/dist/ras_commander-0.21.0-py2.py3-none-any.whl +0 -0
- ras_commander-0.21.0/dist/ras_commander-0.21.0.tar.gz +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/pyproject.toml +3 -1
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/ras_commander.egg-info/PKG-INFO +1 -1
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/ras_commander.egg-info/SOURCES.txt +2 -3
- ras_commander-0.21.0/setup.py +7 -0
- ras_commander-0.20.dev0/dist/ras_commander-0.0.0.tar.gz +0 -0
- ras_commander-0.20.dev0/ras_commander/_version.py +0 -16
- ras_commander-0.20.dev0/setup.py +0 -3
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/.cursorrules.txt +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/.github/workflows/publish-to-pypi.yml +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/.gitignore/.gitignore +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/LICENSE +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/README.md +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/STYLE_GUIDE.md +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/examples/01_project_initialization.py +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/examples/02_plan_operations.py +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/examples/03_geometry_operations.py +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/examples/04_unsteady_flow_operations.py +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/examples/05_utility_functions.py +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/examples/06_single_plan_execution.py +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/examples/07_sequential_plan_execution.py +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/examples/08_parallel_execution.py +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/examples/09_specifying_plans.py +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/examples/10_arguments_for_compute.py +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/examples/11_Using_RasExamples.ipynb +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/examples/12_plan_set_execution.py +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/examples/13_multiple_project_operations.py +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/examples/example_projects.csv +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/examples/example_projects.ipynb +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/ras_commander/README.md +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/ras_commander/RasCommander.py +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/ras_commander/RasExamples.py +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/ras_commander/RasGeo.py +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/ras_commander/RasPlan.py +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/ras_commander/RasPrj.py +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/ras_commander/RasUnsteady.py +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/ras_commander/RasUtils.py +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/ras_commander/__init__.py +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/ras_commander.egg-info/dependency_links.txt +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/ras_commander.egg-info/top_level.txt +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/requirements.txt +0 -0
- {ras_commander-0.20.dev0 → ras_commander-0.21.0}/setup.cfg +0 -0
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
RAS-Commander is a Python library designed to automate and streamline operations with HEC-RAS projects. This guide provides a comprehensive overview of the library's key concepts, best practices, and usage patterns.
|
6
6
|
|
7
|
-
## Key Concepts
|
7
|
+
## Key Concepts for ras_commander
|
8
8
|
|
9
9
|
1. **RAS Objects**:
|
10
10
|
- RAS objects represent HEC-RAS projects and contain information about plans, geometries, and flow files.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ras_commander
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.21.0
|
4
4
|
Summary: A library for automating HEC-RAS operations using python functions.
|
5
5
|
Author-email: "William Katzenmeyer, P.E., C.F.M." <heccommander@gmail.com>
|
6
6
|
Project-URL: Homepage, https://github.com/yourusername/ras_commander
|
Binary file
|
Binary file
|
@@ -19,8 +19,10 @@ classifiers = [
|
|
19
19
|
Homepage = "https://github.com/yourusername/ras_commander"
|
20
20
|
|
21
21
|
[tool.setuptools_scm]
|
22
|
-
|
22
|
+
version_scheme = "release-branch-semver" # This ensures clean, stable version numbers
|
23
|
+
local_scheme = "no-local-version" # Avoid any local identifiers like +g684fd17
|
23
24
|
write_to = "ras_commander/_version.py"
|
24
25
|
|
26
|
+
|
25
27
|
[tool.setuptools]
|
26
28
|
packages = ["ras_commander"]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ras_commander
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.21.0
|
4
4
|
Summary: A library for automating HEC-RAS operations using python functions.
|
5
5
|
Author-email: "William Katzenmeyer, P.E., C.F.M." <heccommander@gmail.com>
|
6
6
|
Project-URL: Homepage, https://github.com/yourusername/ras_commander
|
@@ -9,8 +9,8 @@ setup.cfg
|
|
9
9
|
setup.py
|
10
10
|
.github/workflows/publish-to-pypi.yml
|
11
11
|
.gitignore/.gitignore
|
12
|
-
dist/ras_commander-0.
|
13
|
-
dist/ras_commander-0.
|
12
|
+
dist/ras_commander-0.21.0-py2.py3-none-any.whl
|
13
|
+
dist/ras_commander-0.21.0.tar.gz
|
14
14
|
examples/01_project_initialization.py
|
15
15
|
examples/02_plan_operations.py
|
16
16
|
examples/03_geometry_operations.py
|
@@ -35,7 +35,6 @@ ras_commander/RasPrj.py
|
|
35
35
|
ras_commander/RasUnsteady.py
|
36
36
|
ras_commander/RasUtils.py
|
37
37
|
ras_commander/__init__.py
|
38
|
-
ras_commander/_version.py
|
39
38
|
ras_commander.egg-info/PKG-INFO
|
40
39
|
ras_commander.egg-info/SOURCES.txt
|
41
40
|
ras_commander.egg-info/dependency_links.txt
|
Binary file
|
@@ -1,16 +0,0 @@
|
|
1
|
-
# file generated by setuptools_scm
|
2
|
-
# don't change, don't track in version control
|
3
|
-
TYPE_CHECKING = False
|
4
|
-
if TYPE_CHECKING:
|
5
|
-
from typing import Tuple, Union
|
6
|
-
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
7
|
-
else:
|
8
|
-
VERSION_TUPLE = object
|
9
|
-
|
10
|
-
version: str
|
11
|
-
__version__: str
|
12
|
-
__version_tuple__: VERSION_TUPLE
|
13
|
-
version_tuple: VERSION_TUPLE
|
14
|
-
|
15
|
-
__version__ = version = '0.20.dev0'
|
16
|
-
__version_tuple__ = version_tuple = (0, 20, 'dev0')
|
ras_commander-0.20.dev0/setup.py
DELETED
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
|
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
|
{ras_commander-0.20.dev0 → ras_commander-0.21.0}/ras_commander.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|