Zomatopy | A Python wrapper for the Zomato API | REST library

 by   sharadbhat Python Version: 1.0.10 License: MIT

kandi X-RAY | Zomatopy Summary

kandi X-RAY | Zomatopy Summary

Zomatopy is a Python library typically used in Web Services, REST applications. Zomatopy has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can install using 'pip install Zomatopy' or download it from GitHub, PyPI.

A Python wrapper for the Zomato API v2.1.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              Zomatopy has a low active ecosystem.
              It has 14 star(s) with 16 fork(s). There are 2 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 3 open issues and 3 have been closed. On average issues are closed in 141 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of Zomatopy is 1.0.10

            kandi-Quality Quality

              Zomatopy has 0 bugs and 0 code smells.

            kandi-Security Security

              Zomatopy has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              Zomatopy code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              Zomatopy is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              Zomatopy releases are not available. You will need to build from source code and install.
              Deployable package is available in PyPI.
              Build file is available. You can build the component from source.
              Installation instructions, examples and code snippets are available.
              Zomatopy saves you 70 person hours of effort in developing the same functionality from scratch.
              It has 182 lines of code, 15 functions and 3 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed Zomatopy and discovered the below as its top functions. This is intended to give you an instant insight into Zomatopy implemented functionality, and help decide if they suit your requirements.
            • Get a list of establishment types
            • Validate a key
            • Check if rate limit exceeded
            • Validate city id
            • Get the details of a given restaurant
            • Checks if the given recipe ID is valid
            • Get a list of all collections for a given city
            • Get a list of tuisines for a given city
            • Returns a city id given a city name
            • Get the name of a city
            • Get a list of all available categories
            Get all kandi verified functions for this library.

            Zomatopy Key Features

            No Key Features are available at this moment for Zomatopy.

            Zomatopy Examples and Code Snippets

            Zomatopy,Methods,Common
            Pythondot img1Lines of Code : 21dot img1License : Permissive (MIT)
            copy iconCopy
            category_dictionary = zomato.get_categories()
            
            # city_name must be a string without numbers or special characters.
            
            city_ID = zomato.get_city_ID(city_name)
            
            # city_ID must be an integer.
            
            city_name = zomato.get_city_name(city_ID)
            
            # city_ID must be a  
            Zomatopy,Methods,Restaurant
            Pythondot img2Lines of Code : 17dot img2License : Permissive (MIT)
            copy iconCopy
            # latitude and longitude must be float or string representation of a float.
            
            restaurant_dictionary = get_nearby_restaurants(latitude, longitude)
            
            # restaurant_ID must be an integer.
            
            restaurant_details = get_restaurant(restaurant_ID)
            
            # restaurant_de  
            Adding Zomatopy to your application
            Pythondot img3Lines of Code : 7dot img3License : Permissive (MIT)
            copy iconCopy
            import zomatopy
            
            config={
              "user_key":"ZOMATO_API_KEY"
            }
                
            zomato = zomatopy.initialize_app(config)
              

            Community Discussions

            Trending Discussions on Zomatopy

            QUESTION

            Can not use zomatopy in my Python Flask app
            Asked 2020-Aug-04 at 19:17

            In my Python Flask App I tried to install and use module zomatopy after reading this:

            https://github.com/sharadbhat/Zomatopy

            After that I tried it in a simple code in my root route like this:

            ...

            ANSWER

            Answered 2020-Aug-03 at 09:12

            When i use 'pip install zomatopy' to download and install module 'zomatopy', the name and content of the package installed by this method are not accurate.

            (In the pip installation list of the current virtual environment, the package name is 'zomatopy-1.0.10.dist-info', not 'zomatopy'.).

            You could try to download the 'zomatopy' in your link and put it in the same folder location as 'zomatopy-1.0.10.dist-info'.

            If there is a wavy line, please reload VSCode.

            In addition, pay attention to the use of virtual environments.

            Reference: https://code.visualstudio.com/docs/python/tutorial-flask#_create-a-project-environment-for-the-flask-tutorial

            Source https://stackoverflow.com/questions/63158647

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install Zomatopy

            Or download the source code from here, and then just install the package using.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • PyPI

            pip install Zomatopy

          • CLONE
          • HTTPS

            https://github.com/sharadbhat/Zomatopy.git

          • CLI

            gh repo clone sharadbhat/Zomatopy

          • sshUrl

            git@github.com:sharadbhat/Zomatopy.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular REST Libraries

            public-apis

            by public-apis

            json-server

            by typicode

            iptv

            by iptv-org

            fastapi

            by tiangolo

            beego

            by beego

            Try Top Libraries by sharadbhat

            KubernetesPatterns

            by sharadbhatGo

            VideoHub

            by sharadbhatPython

            Nodorithm

            by sharadbhatJavaScript

            ReadableURL

            by sharadbhatJavaScript

            Twitter-Bot

            by sharadbhatPython