Metadata-Version: 2.0
Name: oki
Version: 0.0.1
Summary: We want the data raw, and we want the data now.
Home-page: https://github.com/okfn/opendata-py
Author: Open Knowledge International
Author-email: info@okfn.org
License: MIT
Keywords: raw data
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: six (>=1.9)

# oki-py

[![Travis](https://img.shields.io/travis/okfn/oki-py.svg)](https://travis-ci.org/okfn/oki-py)
[![Coveralls](http://img.shields.io/coveralls/okfn/oki-py.svg?branch=master)](https://coveralls.io/r/okfn/oki-py?branch=master)

{{ DESCRIPTION }}

## Getting Started

>From pypi:

```
pip install oki
```

To hack on the code, setup a virtual environment, grab the code, and then:

```
# install dependencies
make install

# run the tests
make test

# review the code for style, etc.
make review

# run a test coverage report
make coverage

# check for other commands available
make list
```

## Using oki

{{ NOTES_FOR_USING_THE_LIBRARY }}

## Contributing

Please read the contribution guideline:

[How to Contribute](CONTRIBUTING.md)

Thanks!

