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

https://github.com/iamflowz/python-starter

Small boilerplate for python projects
https://github.com/iamflowz/python-starter

boilerplate boilerplate-application lint linting python3 test testing

Last synced: over 1 year ago
JSON representation

Small boilerplate for python projects

Awesome Lists containing this project

README

          

# Python Starter
Simple repository containing my setup/dependencies for small-medium scale python projects.

## Getting started
Clone this repository and either...
* purge the history and setup a new remote origin
* remove and reinitilize the git repository
* ```bash
$ chmod +x scripts/*
```
* So you can run the scripts specified in the 'scripts' folder

## Prerequisites
* Python 3.x>

## Built with
* [Python](https://www.python.org/) - The language we're boilerplating
* [Pytest](https://docs.pytest.org/en/latest/) - The testing framework
* [Pylint](https://www.pylint.org/) - The linting tool

## Contributing
Pull requests, issues. Whatever floats your boat

## Authors
* Dakota Lewallen [IamFlowz](https://gist.github.com/IamFlowZ/)

## License
MIT.