Metadata-Version: 2.1
Name: tastyigniter
Version: 0.0.2
Summary: Async Python wrapper for TastyIgniter APIs (v26.beta)
Home-page: https://github.com/djtimca/tastyigniter-api
Author: Tim Empringham
Author-email: tim.empringham@live.ca
License: UNKNOWN
Description: # TastyIgniter Python API
        
        This python package is an async wrapper to access the TastyIgniter order system APIs.
        
        When initialized the API requires you to provide username and password for authentication to the TastyIgniter system as configured in the API settings. You will also need to pass the domain for the TastyIgniter instance.
        
        The following functions are currently available:
        
        get_locations:
        Retrieve a list of restaurant locations which are configured on the system.
        
        get_enabled_locations:
        Return only locations which are currently enabled on the system.
        
        get_orders:
        Return all orders from the system.
        
        get_received_orders:
        Return only orders in Received status from the system.
        
Keywords: TastyIgniter
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
