https://github.com/ateliedocodigo/python-module-boilerplate
https://github.com/ateliedocodigo/python-module-boilerplate
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ateliedocodigo/python-module-boilerplate
- Owner: ateliedocodigo
- License: mit
- Created: 2016-12-06T01:09:53.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2017-02-21T00:45:12.000Z (almost 9 years ago)
- Last Synced: 2025-10-12T04:42:39.927Z (2 months ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Boilerplate
===========
[](https://travis-ci.org/ateliedocodigo/python-module-boilerplate)
[](https://requires.io/github/ateliedocodigo/python-module-boilerplate/requirements/?branch=master)
[](https://coveralls.io/github/ateliedocodigo/python-module-boilerplate?branch=master)
This project servers as an example of a Python package with some boilerplate
code already in place.
Running tests with `tox`
----
Install `tox`
```
$ pip install tox
```
Run tests
```
tox
```
TODO
----
* [x] .editorconfig
* [x] .bumpversion
* [x] .gitignore
* [x] CHANGELOG
* [x] Makefile
* [ ] README