Skip to content

RedForester/python_rf_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedForester client

Asynchronous high level client for RedForester.

PyPI package

Development

Install all requirements

pip install -e .[dev]

Lint

flake8 --max-line-length=120 examples rf_client tests

Run tests

pytest