Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Latest commit

 

History

History
38 lines (26 loc) · 1.37 KB

README.rst

File metadata and controls

38 lines (26 loc) · 1.37 KB

goto-ru/template-simplepython

GoTo project Apache 2 license MIT license

A simple Python project template intended for small, non-packaged, documented or tested code bases. Enforces a code style (PEP8, 200 chars) and provides static analysis / linting.

Licensed under Apache 2 and MIT.

Features

  • editorconfig for coherent editor code style configuration
  • yapf for code auto-formatting
  • prospector for static analysis / linting
  • pre-commit for yapf and prospector pre-commit hooks

How do I get started with all this goodness??

See CONTRIBUTING.rst. Also note your contributors will be hinted to look at this file while filing an issue or creating a merge request :)

What next?

You might want to set up CI-style static analysis over at https://landscape.io (it's basically prospector in the cloud, with a nice UI and - oh my - a shiny badge!).