Project's Code Base¶
The code base of the project has following structure:
.devcontainer/
- Developer's container configuration for VSCode Remote Containers. Just reopen project in remote container to get ready-to-development environment.-
.github/
- GitHub settingsworkflows/
- GitHub Actions Workflows settings. Used to run tests and build the documentation.
-
docs/
- Mkdocs documentation. src/gufo/thor/
- Project's source code.samples
-thor.yml
condif samples.services
- services definitions.targets
- targets implementations.tests/
- Project's Pytest test suite.tools/
- Various scripts..gitignore
- Gitignore file.Dockerfile
- Dockerfile for development container.mkdocs.yml
- Mkdocs configuration file.pyproject.toml
- pyproject.toml file for python tools configuration.