Go to file
Simon Diesenreiter e0913490c3
All checks were successful
CI / linter (ubuntu-latest, 3.9) (push) Successful in 15s
Rename the project from template / rename-project (push) Successful in 8s
SonarQube Scan / SonarQube Trigger (push) Successful in 36s
CI / tests_linux (ubuntu-latest, 3.9) (push) Successful in 15s
initial commit
2024-11-11 06:12:15 -08:00
.gitea Initial commit 2024-11-11 06:11:21 -08:00
docs Initial commit 2024-11-11 06:11:21 -08:00
project_name Initial commit 2024-11-11 06:11:21 -08:00
tests Initial commit 2024-11-11 06:11:21 -08:00
.gitignore Initial commit 2024-11-11 06:11:21 -08:00
ABOUT_THIS_TEMPLATE.md Initial commit 2024-11-11 06:11:21 -08:00
Containerfile Initial commit 2024-11-11 06:11:21 -08:00
CONTRIBUTING.md Initial commit 2024-11-11 06:11:21 -08:00
HISTORY.md Initial commit 2024-11-11 06:11:21 -08:00
LICENSE Initial commit 2024-11-11 06:11:21 -08:00
Makefile Initial commit 2024-11-11 06:11:21 -08:00
MANIFEST.in Initial commit 2024-11-11 06:11:21 -08:00
mkdocs.yml Initial commit 2024-11-11 06:11:21 -08:00
README.md initial commit 2024-11-11 06:12:15 -08:00
requirements-test.txt Initial commit 2024-11-11 06:11:21 -08:00
requirements.txt Initial commit 2024-11-11 06:11:21 -08:00
setup.py Initial commit 2024-11-11 06:11:21 -08:00

project_name

project_description

Usage

from project_name import BaseClass
from project_name import base_function

BaseClass().base_method()
base_function()
$ python -m project_name
#or
$ project_name

Development

Read the CONTRIBUTING.md file.