Metadata-Version: 1.1
Name: okapi
Version: 0.9.0
Summary: okapi
=====

Python Library to send API info to Storage Server



0.9.0 (2014-10-16)
-----------------
- New Features:

  - Decouple okapi from requests so that any library following requests 
    interface can be used. This introduces a backward incompatible change
    because now the __init__ method for okapi Api class requires a new
    argument

0.8.0 (2014-09-26)
------------------
- New features:

  - Use one collection per project instead of saving all projects in the same collection
  - Add a time_bucket attribute to make time based queries faster

0.7.1 (2014-07-28)
----------------
- Bug Fixes:

	-Make sure to raise the exception if an error occurs so the user know 
	exactly what is happening instead of code crashing

Home-page: UNKNOWN
Author: RedBeacon (Gobind Ball)
Author-email: support@redbeacon.com
License: UNKNOWN
Description: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
