Repository URL to install this package:
|
Version:
0.11.0 ▾
|
aioitertools
/
CONTRIBUTING.md
|
|---|
You'll need to have Python 3.6 available for testing. I recommend using pyenv for this:
$ pyenv install 3.6.5
$ pyenv shell 3.6.5
Create a fresh development enviroment, and install the appropriate tools and dependencies:
$ cd <path/to/aioitertools>
$ make venv
$ source .venv/bin/activate
Before submitting a pull request, please ensure that you have done the following:
make format to format code appropriatelymake lint test