A Twisted coding standard compliance checker.
Project Links
Meta
Author: Twisted Matrix Laboratories
Classifiers
Development Status
- 3 - Alpha
Environment
- Console
Intended Audience
- Developers
License
- OSI Approved :: MIT License
Programming Language
- Python
- Python :: 3
- Python :: 3 :: Only
- Python :: 3.5
- Python :: 3.6
- Python :: 3.7
Topic
- Software Development :: Quality Assurance
TwistedChecker checks Python code for compliance with the Twisted coding standard <https://twistedmatrix.com/documents/current/core/development/policy/coding-standard.html>.
This was originally a project of Google Summer of Code 2012.
TwistedChecker’s dependencies are recorded in setup.py.
Development
Get a development environment:
virtualenv build . build/bin/activate pip install -Ue '.[dev]'
To test twistedchecker, run the following in the source directory:
trial twistedchecker
Check pyflakes status ignoring functional tests (#68 some day we might use twistedchecker on itself):
python check_pyflakes.py twistedchecker/
Releasing a new version is done via Travis-CI. First commit the version update in a master and wait for test to pass. Create a tag on local branch and then push it:
git tag 1.2.3 git push --tags
Apr 15, 2020
0.7.4
Apr 10, 2020
0.7.3
Oct 19, 2017
0.7.2
Mar 05, 2017
0.7.1
Jul 10, 2016
0.6.0
Oct 20, 2015
0.5.0
Jun 16, 2015
0.4.0
Nov 12, 2014
0.3.0
Sep 12, 2013
0.2.0
Dec 21, 2012
0.1.0