An open API service indexing awesome lists of open source software.

https://github.com/vintasoftware/tapioca-parse

Parse REST API wrapper using tapioca
https://github.com/vintasoftware/tapioca-parse

Last synced: 9 months ago
JSON representation

Parse REST API wrapper using tapioca

Awesome Lists containing this project

README

          

# Tapioca Parse

## Instalation
```
pip install tapioca-parse
```

## Documentation
``` python
from tapioca_parse import Parse

api = Parse(application_id='{your-application-id}', rest_api_key='{your-rest-api-key}')
```

No more documentation needed.

- Learn how Tapioca works [here](http://tapioca-wrapper.readthedocs.org/en/stable/quickstart.html)
- Explore this package using iPython
- Have fun!