Query data from Rune Labs APIs
Project description
runeq-python
Python 3 Standard Development Kit (SDK) for Rune Lab's Query API: runeq
References
- Library documentation: https://runeq.readthedocs.io/en/latest
- API documentation: https://docs.runelabs.io
- Rune Labs home page: https://runelabs.io
Installation
Python 3.6+ is required.
To install the library using pip:
pip3 install runeq
To install from source:
python3 setup.py install
Development
Initialize a virtual environment, with dev requirements installed:
make init
Run tests
make test
# With coverage
make test-coverage
# For a single test
make test-single
Lint
make lint
Preview documentation
make build-docs
- This will build the documents in the
docs
directory. Open theindex.html
file in your browser to preview the documentation.
Build PyPI artifact:
make build-dist
Clean up ignored files/artifacts
make clean
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
runeq-0.12.0.tar.gz
(45.1 kB
view hashes)
Built Distribution
runeq-0.12.0-py3-none-any.whl
(56.1 kB
view hashes)