python_test_project/README.md
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

24 lines
298 B
Markdown

# project_name
project_description
## Usage
```py
from project_name import BaseClass
from project_name import base_function
BaseClass().base_method()
base_function()
```
```bash
$ python -m project_name
#or
$ project_name
```
## Development
Read the [CONTRIBUTING.md](CONTRIBUTING.md) file.