Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 305 Bytes

CONTRIBUTING.rst

File metadata and controls

20 lines (14 loc) · 305 Bytes

How To Contribute

Installation

  • git clone <repository-url> this repository
  • cd ratelimit
  • pip install -r requirements.txt

Linting

  • pylint ratelimit
  • pylint tests

Running tests

  • py.test – Runs the pytest test suite