https://github.com/romenrg/python-boilerplate
https://github.com/romenrg/python-boilerplate
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/romenrg/python-boilerplate
- Owner: romenrg
- Created: 2020-12-10T15:49:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-11T13:54:45.000Z (over 4 years ago)
- Last Synced: 2025-02-21T23:48:59.166Z (about 2 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python boilerplate
> Romén's Python boilerplate project## Executing tests
`python3 -m unittest`## Running the program
### As a Python module
`python3 -m my_module`