3 Commits

Author SHA1 Message Date
Alberto Soutullo
e74babf6c5 Replace requirements.txt with uv and cleanup (#130)
* Removed mesh_creation from the repo

* Removed visualizer from the repo

* Removed old python files

* Rename kubernetes.py file to avoid clashes with kubernetes library import

* Update kubernetes imports

* Add uv files

* Update README.md

* Update pyproject.toml

Co-authored-by: PearsonWhite <PearsonWhite602@gmail.com>

* Delete old requirements.txt

---------

Co-authored-by: PearsonWhite <PearsonWhite602@gmail.com>
2025-08-19 15:30:21 +02:00
Alberto Soutullo
1bb251d6a2 Parse all special characters, not only whitespaces (#128) 2025-08-13 17:37:08 +02:00
PearsonWhite
2be0c1f05a Reorganize repo and update documentation (#124)
- Move old experiment shell scripts into deployment-utilities/experiment_scripts/

- Gather all waku kubernetes services in deployment-utilities/kubernetes-utilities/waku/zerotesting-services

- Rename ./experiments/ -> ./deployments/

- Move waku cleanup.sh with other shell scripts in
  deployment-utilities/experiment_scripts/waku

- Move analysis files to <root>/analysis/

- Add README.md to root folder

- Cleanup unused experiments/regression_tests/

- Update READMEs
2025-08-12 12:58:25 -04:00