Skip to main content

Roxee API v1.0

Project description

Python Roxee
=========

`Python Roxee` is a Python wrapper for Roxee api.

Installation
------------
pip install roxee

Usage
-----

```python
from roxee import Roxee
from roxee.exceptions import *

rox = Roxee('APIKEY', 'SECRETKEY')
try:
m = rox.data.movies('f7d59b7c6e894a85c8c14f56bba8702583fd4ecb')
print(m['title']) #returns "Planet Terror"
except RoxeeException:
print 'An error occurred. :('
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

roxee-0.0.4.tar.gz (3.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page