Go to file
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
bugfix
2024-11-13 17:06:08 +01:00
.gitea bugfix 2024-11-13 17:06:08 +01:00
docs Initial commit 2024-11-11 06:11:21 -08:00
python_test_project alibi commit 2024-11-13 15:01:33 +01:00
tests Ready to clone and code. 2024-11-11 14:12:40 +00:00
.gitignore Initial commit 2024-11-11 06:11:21 -08:00
ABOUT_THIS_TEMPLATE.md Ready to clone and code. 2024-11-11 14:12:40 +00:00
Containerfile Ready to clone and code. 2024-11-11 14:12:40 +00:00
CONTRIBUTING.md Ready to clone and code. 2024-11-11 14:12:40 +00: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 Ready to clone and code. 2024-11-11 14:12:40 +00:00
MANIFEST.in Ready to clone and code. 2024-11-11 14:12:40 +00:00
mkdocs.yml Ready to clone and code. 2024-11-11 14:12:40 +00:00
README.md Ready to clone and code. 2024-11-11 14:12:40 +00: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 Ready to clone and code. 2024-11-11 14:12:40 +00:00

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.