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.3.tar.gz
(3.1 kB
view details)
File details
Details for the file roxee-0.0.3.tar.gz.
File metadata
- Download URL: roxee-0.0.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d5da633423bff8351986dbb19b1e60c6cc07ae5466f9bf125cb9ad3530d112b
|
|
| MD5 |
129b4c19c08b37cded26caf2dd915b7f
|
|
| BLAKE2b-256 |
89408a487c00ba495b57aba3df0022069ead57bfad9b43e6f76edf1dfa76bdf8
|