An open API service indexing awesome lists of open source software.

https://github.com/romenrg/python-boilerplate


https://github.com/romenrg/python-boilerplate

Last synced: about 2 months ago
JSON representation

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`