Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 855 Bytes

CONTRIBUTING.rst

File metadata and controls

18 lines (15 loc) · 855 Bytes

Contributing

Pull requests are most welcome, but I'd appreciate it if you could follow the guidelines below to make it easier to integrate your changes. These are guidelines however, and as such can be broken if the need arises or you just want to convince me that your style is better.

  • PEP 8, the style guide, should be followed where possible.
  • PEP 257, the docstring style guide, should be followed at all times
  • While support for Python versions prior to v2.6 may be added in the future if such a need were to arise, you are encouraged to use v2.6 features now.
  • All new classes and methods should be accompanied by new tests, and Sphinx autodoc-compatible descriptions.