{ "info": { "author": "Fulfil.IO Inc.", "author_email": "hello@fulfil.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: ISC License (ISCL)", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "===============================\nWhiplash API Python Client\n===============================\n\n.. image:: https://img.shields.io/travis/fulfilio/whiplash.svg\n :target: https://travis-ci.org/fulfilio/whiplash\n\n.. image:: https://img.shields.io/pypi/v/whiplash.svg\n :target: https://pypi.python.org/pypi/whiplash\n\n\nPython API Client for the whiplash API\n\n* Free software: ISC license\n* Documentation: https://whiplash.readthedocs.org.\n\nFeatures\n--------\n\n* Add Items\n* Manage Orders\n* Manage Ship Notices\n\nInstallation\n------------\n\n::\n\n pip install whiplash\n\n\nExample\n-------\n\nCreate a new Item::\n\n\n from whiplash import Whiplash\n\n # Not for production\n whiplash = Whiplash('Hc2BHTn3bcrwyPooyYTP', test=True)\n\n product1 = whiplash.item.create(\n title='Apple iPhone 5',\n sku='A1429',\n group_id='iPhone 5',\n )\n print product1.title\n print product1.id\n print product1.currency\n\n\n\n\nHistory\n-------\n\n0.1.0 (2015-01-11)\n---------------------\n\n* First release on PyPI.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fulfilio/whiplash", "keywords": "whiplash", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "whiplash", "package_url": "https://pypi.org/project/whiplash/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/whiplash/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/fulfilio/whiplash" }, "release_url": "https://pypi.org/project/whiplash/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Python API Client for the whiplash API", "version": "0.1.0" }, "last_serial": 1771186, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e8a1f220223e87626008829b70aec8ab", "sha256": "5a16bdc096d08867a57c4d00bdde076dd5cdf0550f82f3334f71731bc48f7b9d" }, "downloads": -1, "filename": "whiplash-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e8a1f220223e87626008829b70aec8ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12433, "upload_time": "2015-10-16T05:01:43", "url": "https://files.pythonhosted.org/packages/3d/1d/a1ae4f8a88e9922aa07335d95f460097c1d598275d97a83db56a0c5fe287/whiplash-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e8a1f220223e87626008829b70aec8ab", "sha256": "5a16bdc096d08867a57c4d00bdde076dd5cdf0550f82f3334f71731bc48f7b9d" }, "downloads": -1, "filename": "whiplash-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e8a1f220223e87626008829b70aec8ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12433, "upload_time": "2015-10-16T05:01:43", "url": "https://files.pythonhosted.org/packages/3d/1d/a1ae4f8a88e9922aa07335d95f460097c1d598275d97a83db56a0c5fe287/whiplash-0.1.0.tar.gz" } ] }