generated from Templates/Python
Simon Diesenreiter
1b84f5064c
Some checks failed
CI / linter (ubuntu-latest, 3.9) (pull_request) Successful in 34s
SonarQube Scan / SonarQube Trigger (pull_request) Successful in 50s
CI / tests_linux (ubuntu-latest, 3.9) (pull_request) Successful in 38s
Upload Python Package / Create Release (push) Successful in 31s
Rename the project from template / rename-project (push) Successful in 25s
Upload Python Package / deploy (push) Failing after 43s
|
||
---|---|---|
.gitea | ||
docs | ||
python_test_project | ||
tests | ||
.gitignore | ||
ABOUT_THIS_TEMPLATE.md | ||
Containerfile | ||
CONTRIBUTING.md | ||
HISTORY.md | ||
LICENSE | ||
Makefile | ||
MANIFEST.in | ||
mkdocs.yml | ||
README.md | ||
requirements-test.txt | ||
requirements.txt | ||
setup.py |
python_test_project
Awesome python_test_project created by Projects
Usage
from python_test_project import BaseClass
from python_test_project import base_function
BaseClass().base_method()
base_function()
$ python -m python_test_project
#or
$ python_test_project
Development
Read the CONTRIBUTING.md file.