TeTueGeneric#

Pytest Pylint sphinx-docs

Overview#

This template project serves as a foundational structure for future projects, ensuring consistency and best practices in code organization, configuration management, documentation and testing. It is designed to be scalable and adaptable to various project requirements.

Documentation#

A detailed documentation is generated with sphinx and can be found in the repository under About. The direct link is: TeTueGeneric

Project Structure#

TeTueGeneric
│
├── github actions
│   ├── documentation
│   ├── pylint
│   └── pytest
├── docs
│   └── requirements
├── src
│   ├── tetue generic
│   │   └── generic modules
│   └── application
│       └── configuration and validation
├── default environment variables
├── main
├── README.md
└── requirements