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
- Host: GitHub
- URL: https://github.com/vintasoftware/tapioca-parse
- Owner: vintasoftware
- License: bsd-3-clause
- Created: 2015-04-01T14:22:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T15:53:17.000Z (over 10 years ago)
- Last Synced: 2025-02-20T11:17:55.178Z (over 1 year ago)
- Language: Python
- Homepage: https://www.parse.com/
- Size: 10.7 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!