thrift/lib/py/coding_standards.md

8 lines
281 B
Markdown
Raw Normal View History

## Python Coding Standards
Please follow:
* [Thrift General Coding Standards](/doc/coding_standards.md)
* Code Style for Python Code [PEP8](http://legacy.python.org/dev/peps/pep-0008/)
When in doubt - check with <http://www.pylint.org/> or online with <http://pep8online.com>.