Dev Guide#
This section is for developers who want to contribute to the project. It contains information about the source code, testing, and CI/CD.
Project Structure#
.
├── .azure/
├── .github/
├── docs/
├── api-24sea/
│ └── ai/
│ ├── __init__.py
│ ├── core.py
│ ├── schemas.py
│ ├── utils.py
│ └── version.py
├── notebooks/
├── tasks/
├── tests/
├── .flake8
├── .gitignore
├── .pre-commit-config.yaml
├── .pylintrc
├── .bitbucket-pipelines.yml
├── bumpversion.py
├── invoke.yaml
├── pyproject.toml
├── README.md
├── VERSION
└── LICENSE
Contact the author, Pietro D’Antuono, at pietro.dantuono@24sea.eu, for more information.