generated from Templates/Python
|
||
---|---|---|
.gitea | ||
docs | ||
project_name | ||
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 |
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.