Skip to content

RedForester/python_rf_api_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedForester API client

Asynchronous client for RedForester API.

PyPI package

Development

Install all requirements

pip install -e .[dev]

Lint

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

Run tests

Setup environment variables:

  • rf_api_client_username
  • rf_api_client_password
  • rf_api_client_base_url (optional)

And run with

pytest