Skip to content

Commit 8271db8

Browse files
docs: add gds-sim, gds-psuu, gds-software to README package table
1 parent 984fe36 commit 8271db8

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Monorepo for the **Generalized Dynamical Systems** ecosystem — typed compositi
1414
| [gds-games](packages/gds-games/) | [![PyPI](https://img.shields.io/pypi/v/gds-games)](https://pypi.org/project/gds-games/) | Typed DSL for compositional game theory (Open Games) |
1515
| [gds-stockflow](packages/gds-stockflow/) | [![PyPI](https://img.shields.io/pypi/v/gds-stockflow)](https://pypi.org/project/gds-stockflow/) | Declarative stock-flow DSL over GDS semantics |
1616
| [gds-control](packages/gds-control/) | [![PyPI](https://img.shields.io/pypi/v/gds-control)](https://pypi.org/project/gds-control/) | State-space control DSL over GDS semantics |
17+
| [gds-software](packages/gds-software/) | [![PyPI](https://img.shields.io/pypi/v/gds-software)](https://pypi.org/project/gds-software/) | Software architecture DSL (DFD, SM, C4, ERD, Dependency) |
18+
| [gds-sim](packages/gds-sim/) | [![PyPI](https://img.shields.io/pypi/v/gds-sim)](https://pypi.org/project/gds-sim/) | Simulation engine for GDS models |
19+
| [gds-psuu](packages/gds-psuu/) | [![PyPI](https://img.shields.io/pypi/v/gds-psuu)](https://pypi.org/project/gds-psuu/) | Parameter space search under uncertainty |
1720
| [gds-examples](packages/gds-examples/) | [![PyPI](https://img.shields.io/pypi/v/gds-examples)](https://pypi.org/project/gds-examples/) | Tutorial models demonstrating framework features |
1821

1922
## Quick Start
@@ -28,7 +31,7 @@ uv sync --all-packages
2831
uv run --package gds-framework pytest packages/gds-framework/tests -v
2932

3033
# Run all tests
31-
uv run --package gds-framework pytest packages/gds-framework/tests packages/gds-viz/tests packages/gds-games/tests packages/gds-stockflow/tests packages/gds-control/tests packages/gds-examples -v
34+
uv run --package gds-framework pytest packages/gds-framework/tests packages/gds-viz/tests packages/gds-games/tests packages/gds-stockflow/tests packages/gds-control/tests packages/gds-software/tests packages/gds-sim/tests packages/gds-psuu/tests packages/gds-examples -v
3235

3336
# Lint & format
3437
uv run ruff check packages/
@@ -37,7 +40,7 @@ uv run ruff format --check packages/
3740

3841
## Development
3942

40-
This is a [uv workspace](https://docs.astral.sh/uv/concepts/workspaces/) monorepo. All six packages are developed together with shared tooling:
43+
This is a [uv workspace](https://docs.astral.sh/uv/concepts/workspaces/) monorepo. All nine packages are developed together with shared tooling:
4144

4245
- **Linting/formatting**: Ruff (configured at root, line-length 88)
4346
- **Testing**: pytest per-package

0 commit comments

Comments
 (0)