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. :('
```
=========
`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.2.tar.gz
(3.1 kB
view details)
File details
Details for the file roxee-0.0.2.tar.gz.
File metadata
- Download URL: roxee-0.0.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ead9d81ff9c2114bd12d06442e4bacd73099a7c1235bc715c3c9e7aa325f74d
|
|
| MD5 |
a9ae4153caa9f6ed80b7644abdb993ff
|
|
| BLAKE2b-256 |
f46247d644f2aeaba114f0b18d9f4591436a0845539f28c4d3c7fa1035a701ef
|