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
- Host: GitHub
- URL: https://github.com/iamflowz/python-starter
- Owner: IamFlowZ
- License: other
- Created: 2019-11-19T22:59:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T18:55:29.000Z (about 5 years ago)
- Last Synced: 2025-01-22T16:47:25.840Z (over 1 year ago)
- Topics: boilerplate, boilerplate-application, lint, linting, python3, test, testing
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.md
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.