{ "info": { "author": "Zbooni", "author_email": "tech@zbooni.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Office/Business", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Bosta Python SDK\n================\n\nPython SDK for integrating with Bosta.\n\nUsage\n-----\n\n.. code:: python\n\n import os\n from bosta import *\n\n bosta = Bosta(\n api_key=os.getenv('BOSTA_API_KEY'), api_base=os.getenv('BOSTA_API_BASE'))\n\n receiver = Receiver(\n firstName='Lemuel', lastName='Formacil', phone='+201551234567')\n pickup_address = Address(firstLine='1234 Some Place', city='EG-01')\n dropoff_address = Address(firstLine='5678 Another Place', city='EG-01')\n\n result = bosta.deliveries_create(\n receiver=receiver, pickupAddress=pickup_address,\n dropoff_address=dropoff_address)\n\n bosta.deliveries_list(perPage=10, page=1)\n\n bosta.deliveries_get(_id=result._id)\n\n bosta.deliveries_update(_id=result._id, notes='Throw package into the window.')\n\n bosta.deliveries_delete(_id=result._id)", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Zbooni/bosta-sdk-python", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "bosta", "package_url": "https://pypi.org/project/bosta/", "platform": "", "project_url": "https://pypi.org/project/bosta/", "project_urls": { "Homepage": "https://github.com/Zbooni/bosta-sdk-python" }, "release_url": "https://pypi.org/project/bosta/0.1.0/", "requires_dist": null, "requires_python": ">=2.7", "summary": "Bosta Python SDK", "version": "0.1.0" }, "last_serial": 3651466, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "22b6e3e7208666c37239f3d698967f0f", "sha256": "7143fe525418b5f7464d6f178cf5000cf27861e93bfdf452d2e3c5e20cedc959" }, "downloads": -1, "filename": "bosta-0.1.0.tar.gz", "has_sig": true, "md5_digest": "22b6e3e7208666c37239f3d698967f0f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 28077, "upload_time": "2018-03-08T14:41:43", "url": "https://files.pythonhosted.org/packages/c9/b4/cfc314985ff76e4553f35451a26f652bf2584c56ac1f733d4826f656b111/bosta-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "22b6e3e7208666c37239f3d698967f0f", "sha256": "7143fe525418b5f7464d6f178cf5000cf27861e93bfdf452d2e3c5e20cedc959" }, "downloads": -1, "filename": "bosta-0.1.0.tar.gz", "has_sig": true, "md5_digest": "22b6e3e7208666c37239f3d698967f0f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 28077, "upload_time": "2018-03-08T14:41:43", "url": "https://files.pythonhosted.org/packages/c9/b4/cfc314985ff76e4553f35451a26f652bf2584c56ac1f733d4826f656b111/bosta-0.1.0.tar.gz" } ] }