This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
0.3.0
Travis CI
- Switched to sudo-less containers
- Upgraded to
ubuntu:trusty
- Simplified
pip install
stage withci-requirements.txt
- Added
convert_readme.py
to convertREADME.md
toREADME.rst
forPyPI
- Added strict enforcement of:
mypy
(typing)flake8
(PEP8 coding style)vulture
(dead code)bandit
(security issues)pydocstyle
(docstrings)pipdeptree
(dependencies)
Misc
- Removed
PyPI
downloads fromREADME
(deprecated) - Simplified
README
- Added logo
- Added
pyup
service - Added
QuantifiedCode
service - Added
Scrutinizer CI
service - Discontinued
Python
3.2
and3.3
support - Updated docstring and typing