Python Wrapper for Ruqqus API
From withing a Python virtualenv.
pip install ruqqus
For development:
pip install -r requirements-dev.txt
python setup.py develop
See example.py
.
Run the below command and follow the wizard instructions. This will package the release and upload to pypi.
pip install -r requirements-dev.txt
fullrelease
This project uses the brunette code formatter.
How to use:
brunette *.py