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.1.tar.gz
(3.0 kB
view details)
File details
Details for the file roxee-0.0.1.tar.gz.
File metadata
- Download URL: roxee-0.0.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
571e5d902e946757732aeb196ee54beb6e389ab43962fe4eb47b379655a338d0
|
|
| MD5 |
45b5cc0482c21a09f8c73a3228987d9b
|
|
| BLAKE2b-256 |
c58f941fa9f5acde89af9da6f25bcae6d3c36fdca5526e2014c9a28ef7c1a0ba
|