Metadata-Version: 2.1
Name: hivemind-util
Version: 0.1b41
Summary: A simple wrapper for the Hivemind API
Home-page: https://bitbucket.org/hvmd/hivemind.utility
Author: Hivemind
Author-email: support@hvmd.io
License: UNKNOWN
Download-URL: https://bitbucket.org/hvmd/hivemind.utility/get/master.tar.gz
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: pandas (>=0.23.4)

# Hivemind utility functions

These functions provide lightweight wrappers around the Hivemind API calls.

They handle construction of HTTP requests, pagination of results, and the pairing up of output data with corresponding input data. Apart from that they do nothing complicated at all, and can be used as a template for constructing your own more complicated API calls.

Version history can be viewed at [HISTORY.md](https://bitbucket.org/hvmd/hivemind.utility/src/master/HISTORY.md).


