Skip to content

Latest commit

History

History
20 lines (14 loc) 路 290 Bytes

File metadata and controls

20 lines (14 loc) 路 290 Bytes

Python-ReplAPI-It

Python package that mirrors the original Nodejs ReplAPI-It.

Contributing

  1. Fork the repo:
$ git clone https://github.com/ReplAPI-it/Python-ReplAPI-It.$ poetry install
  1. Edit the project
  2. Clean up:
$ isort .
$ flake8
  1. Create a PR!