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/- Project's source code.tests/- Project's Pytest test suite..gitignore- Gitignore file.Dockerfile- Dockerfile for development container.mkdocs.yml- Mkdocs configuration file.pyproject.toml- pyproject.toml file for python tools configuration.