{ "info": { "author": "Rod Afshar", "author_email": "rafshar@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "majorapi-python-sdk\n===================\n\nSee the [MajorApi: QuickBooks REST API](https://majorapi.com/developers/quickbooks) for more information on how to use the MajorApi: QuickBooks REST API.\n\n## Installation\n\n\t```bash\n\tpip install majorapi-python-sdk\n\t```\n\n## Quick Guide\n\nSetup\n\n\t```python\n\tfrom majorapi import MajorApiQuickbooks\n\tapi = MajorApiQuickbooks('username', 'apikey')\n\t```\n\nCustomers\n\n\t```python\n\tapi.create_customer(customer)\n\tapi.retrieve_customer(customer_name)\n\t```\n\nOrders\n\n\t```python\n\tapi.create_invoice(order)\n\tapi.create_sales_order(order)\n\tapi.retrieve_invoice(ref_number)\n\tapi.retrieve_sales_order(ref_number)\n\t```\n\nItems\n\n\t```python\n\tapi.retrieve_item(item_name)\n\t```\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/brightmarch/majorapi-python-sdk", "keywords": "majorapi", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "majorapi-python-sdk", "package_url": "https://pypi.org/project/majorapi-python-sdk/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/majorapi-python-sdk/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/brightmarch/majorapi-python-sdk" }, "release_url": "https://pypi.org/project/majorapi-python-sdk/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "The MajorApi Python SDK", "version": "0.1.0" }, "last_serial": 794482, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "ebe45e98931beb4341fe101d7b87f43c", "sha256": "b4a506f553dbdaf2cc7af0262fb52666e92c876c3ba1b33f065591da82c0e6ea" }, "downloads": -1, "filename": "majorapi-python-sdk-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ebe45e98931beb4341fe101d7b87f43c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3131, "upload_time": "2013-04-03T19:24:45", "url": "https://files.pythonhosted.org/packages/8d/06/e253b721d39f848eeee1745e0e86adb5073006da503676b2f05cc0df914f/majorapi-python-sdk-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ebe45e98931beb4341fe101d7b87f43c", "sha256": "b4a506f553dbdaf2cc7af0262fb52666e92c876c3ba1b33f065591da82c0e6ea" }, "downloads": -1, "filename": "majorapi-python-sdk-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ebe45e98931beb4341fe101d7b87f43c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3131, "upload_time": "2013-04-03T19:24:45", "url": "https://files.pythonhosted.org/packages/8d/06/e253b721d39f848eeee1745e0e86adb5073006da503676b2f05cc0df914f/majorapi-python-sdk-0.1.0.tar.gz" } ] }