mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
113b638790
This closes #491
8 lines
281 B
Markdown
8 lines
281 B
Markdown
## 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>.
|