tastyigniter


Nametastyigniter JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/djtimca/tastyigniter-api
SummaryAsync Python wrapper for TastyIgniter APIs (v26.beta)
upload_time2023-10-10 14:45:09
maintainer
docs_urlNone
authorTim Empringham
requires_python
license
keywords tastyigniter
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/djtimca/tastyigniter-api",
    "name": "tastyigniter",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "TastyIgniter",
    "author": "Tim Empringham",
    "author_email": "tim.empringham@live.ca",
    "download_url": "https://files.pythonhosted.org/packages/f0/af/763cceecd4c5268f39e7bba7ecbeff225a1b4d763867adefca4c5b4a53e6/tastyigniter-0.0.6.tar.gz",
    "platform": null,
    "description": "# TastyIgniter Python API\n\nThis python package is an async wrapper to access the TastyIgniter order system APIs.\n\nWhen 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.\n\nThe following functions are currently available:\n\nget_locations:\nRetrieve a list of restaurant locations which are configured on the system.\n\nget_enabled_locations:\nReturn only locations which are currently enabled on the system.\n\nget_orders:\nReturn all orders from the system.\n\nget_received_orders:\nReturn only orders in Received status from the system.\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Async Python wrapper for TastyIgniter APIs (v26.beta)",
    "version": "0.0.6",
    "project_urls": {
        "Homepage": "https://github.com/djtimca/tastyigniter-api"
    },
    "split_keywords": [
        "tastyigniter"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0af763cceecd4c5268f39e7bba7ecbeff225a1b4d763867adefca4c5b4a53e6",
                "md5": "d83cd527422e5887d54fd9c1ef4e1b68",
                "sha256": "c2a1e48ac83afe7ff1d2b51e7f27bafe3ccb69b612d5a1004c4095b98f2d4509"
            },
            "downloads": -1,
            "filename": "tastyigniter-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "d83cd527422e5887d54fd9c1ef4e1b68",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3152,
            "upload_time": "2023-10-10T14:45:09",
            "upload_time_iso_8601": "2023-10-10T14:45:09.786801Z",
            "url": "https://files.pythonhosted.org/packages/f0/af/763cceecd4c5268f39e7bba7ecbeff225a1b4d763867adefca4c5b4a53e6/tastyigniter-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-10 14:45:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "djtimca",
    "github_project": "tastyigniter-api",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "tastyigniter"
}
        
Elapsed time: 0.43612s