Python Module for the Zomato API.
About the Zomato API
See the official API documentation for more information.
Install
$ pip3 install zomathon
Only pip3 is supported for now. If you don’t have pip installed on your system
$ git clone https://github.com/abhishtagatya/zomathon $ cd zomathon $ python3 setup.py install
Getting Started
Usage :
import os
import sys
import json
from zomathon import ZomatoAPI
API_KEY = os.environ.get('ZOMATO_API_KEY')
zom = ZomatoAPI(API_KEY)
# For complete help on the module
help(zom)
Make sure to check out example/basic_usage.py for demonstrations :
$ python3 example/basic_usage.py
Or check out the interactive documentation over at Zomato Documentation.
License
This project is licensed under the MIT License - see the LICENSE. file for details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zomathon-1.4.tar.gz
(3.7 kB
view details)
File details
Details for the file zomathon-1.4.tar.gz.
File metadata
- Download URL: zomathon-1.4.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e682b480d33a078f538cc649563c702cbe7c18e7ff2db73faff17625b093c703
|
|
| MD5 |
ed87dc276aeecabe00466be576d7e512
|
|
| BLAKE2b-256 |
c6d1abef6997f5cfc638e6a673093897974f2b7eda3c704a253e0b7a5de96abf
|