/python-ruqqus

Ruqqus API Wrapper

Primary LanguagePythonMIT LicenseMIT

python-ruqqus

Python Wrapper for Ruqqus API

Installation

From withing a Python virtualenv.

pip install ruqqus

For development:

pip install -r requirements-dev.txt
python setup.py develop

Example Usage

See example.py.

Making a new release

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

Code formatting

This project uses the brunette code formatter.

How to use:

brunette *.py