{ "info": { "author": "James Hiew", "author_email": "james@hiew.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "mws `PyPI version `__\n===================================================\n\nmaster: `Requirements\nStatus `__\n`Build\nStatus `__\n`codecov `__\n\ndevelop: `Requirements\nStatus `__\n`Build\nStatus `__\n`codecov `__\n\nThis is a fork and continuation of\nhttps://github.com/czpython/python-amazon-mws with preliminary Python\n2/3 support.\n\nThe main aim is to provide a *backwards-compatible* drop in replacement\nfor the original package (i.e.\u00a0same method signatures, class names, etc)\nwith some extra features and anything that was obviously broken fixed.\n\nInstallation\n============\n\nInstall from PyPI with ``pip install mws``.\n\nQuickstart\n==========\n\nPut your API credentials in your environment.\n\n.. code:: bash\n\n $ export MWS_ACCOUNT_ID=...\n $ export MWS_ACCESS_KEY=...\n $ export MWS_SECRET_KEY=...\n\nNow you can experiment with the API from a shell.\n\n.. code:: python\n\n >>> import mws, os\n >>> orders_api = mws.Orders(\n ... access_key=os.environ['MWS_ACCESS_KEY'],\n ... secret_key=os.environ['MWS_SECRET_KEY'],\n ... account_id=os.environ['MWS_ACCOUNT_ID'],\n ... region='UK', # if necessary\n ... )\n >>> service_status = orders_api.get_service_status()\n >>> service_status\n \n >>> service_status.original\n '\\n\\n \\n GREEN\\n 2017-06-14T16:39:12.765Z\\n \\n \\n affdec68-05d2-4bc5-a8a4-bb40f307dd6b\\n \\n\\n'\n >>> service_status.parsed\n {'value': '\\n ', 'Status': {'value': 'GREEN'}, 'Timestamp': {'value': '2017-06-14T16:39:12.765Z'}}\n >>> service_status.response\n \n\nDevelopment\n===========\n\nAll dependencies for working on ``mws`` are in ``requirements.txt`` and\n``docs/requirements.txt``.\n\nTests\n-----\n\nTests are run with pytest. We test against Python 2.7 and supported\nPython 3.x versions with Travis.\n\nDocumentation\n-------------\n\nDocs are built using Sphinx. Change into the ``docs/`` directory and\ninstall any dependencies from the ``requirements.txt`` there.\n\nTo build HTML documentation, run:\n\n::\n\n make html\n\nThe output HTML documentation will be in ``docs/build/``.\n\nTo run a live reloading server serving the HTML documentation (on port\n8000 by default):\n\n::\n\n make livehtml\n\nContributing\n------------\n\nPlease make pull requests to ``develop``. Code coverage isn\u2019t necessary\nbut encouraged where possible (especially for anything which might\nbehave differently between Python 2/3).\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/python-amazon-mws/python-amazon-mws/archive/v0.8.6.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/jameshiew/mws", "keywords": "", "license": "Unlicense", "maintainer": "", "maintainer_email": "", "name": "mws", "package_url": "https://pypi.org/project/mws/", "platform": "OS Independent", "project_url": "https://pypi.org/project/mws/", "project_urls": { "Download": "https://github.com/python-amazon-mws/python-amazon-mws/archive/v0.8.6.tar.gz", "Homepage": "http://github.com/jameshiew/mws" }, "release_url": "https://pypi.org/project/mws/0.8.6/", "requires_dist": null, "requires_python": "", "summary": "Python library for interacting with the Amazon MWS API", "version": "0.8.6" }, "last_serial": 4118090, "releases": { "0.6": [ { "comment_text": "", "digests": { "md5": "d1ea514dcb81645dfb2c9daaa5e3f3af", "sha256": "22bb0216f0d0b3bb57218fb991396c835196837dc0d63741da24135a4099eda1" }, "downloads": -1, "filename": "mws-0.6.tar.gz", "has_sig": false, "md5_digest": "d1ea514dcb81645dfb2c9daaa5e3f3af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10286, "upload_time": "2016-11-19T20:31:12", "url": "https://files.pythonhosted.org/packages/28/a2/62f7aefddeeff77344a472c59aafd64822b551eaaf92e76a2a8327b68353/mws-0.6.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "56d770ed9b1e81a99018d96585447d64", "sha256": "3aab6baa7b0c58a435d7c80c5ad8ee88ce4e6dcbffc81df43d6fe26c8ee0c769" }, "downloads": -1, "filename": "mws-0.7.tar.gz", "has_sig": false, "md5_digest": "56d770ed9b1e81a99018d96585447d64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10590, "upload_time": "2016-11-20T17:51:35", "url": "https://files.pythonhosted.org/packages/42/32/bfbe6a01d0a0863317806f1de3ebefcb3e86bf248d480a0cd749c7cc71f2/mws-0.7.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "80cfeeb0d34d8168b0617a1d497ccbe7", "sha256": "ab608f87d3e9ddefce5ca42322542f376ceace366180f6fbf84c6d477e9c72eb" }, "downloads": -1, "filename": "mws-0.7.1.tar.gz", "has_sig": false, "md5_digest": "80cfeeb0d34d8168b0617a1d497ccbe7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11393, "upload_time": "2017-06-15T01:03:08", "url": "https://files.pythonhosted.org/packages/8f/3f/668416046c5396a769396f2e3cbd8489c70e2530cd2eca3676758d3efcce/mws-0.7.1.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "471863feee80c204ecd9adbbdfaefa0b", "sha256": "f8bac7022caea06443b041f0da9cdaf7c18a9a7e129f2c228b10d157f1eac3df" }, "downloads": -1, "filename": "mws-0.7.2.tar.gz", "has_sig": false, "md5_digest": "471863feee80c204ecd9adbbdfaefa0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11424, "upload_time": "2017-06-16T18:16:26", "url": "https://files.pythonhosted.org/packages/8d/29/86fbb4c5585dabd755c426408f47376317e6cdbf3511eebedaeb77bfea25/mws-0.7.2.tar.gz" } ], "0.7.3": [ { "comment_text": "", "digests": { "md5": "0d342d8671709fa8970005247edaca0b", "sha256": "c3b6b3d80f840971b67f32634e0cbbea123f82eeb1e75235a147b3d2b7652049" }, "downloads": -1, "filename": "mws-0.7.3.tar.gz", "has_sig": false, "md5_digest": "0d342d8671709fa8970005247edaca0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11454, "upload_time": "2017-06-16T18:52:58", "url": "https://files.pythonhosted.org/packages/05/ec/4e6413b21b6c91fffcd4d8d08e468ecb78320b04bff05ac7170fffe91d94/mws-0.7.3.tar.gz" } ], "0.7.4": [ { "comment_text": "", "digests": { "md5": "437bdf007e8f27e273ca24e961ff3e04", "sha256": "cecbc6c38f554459c3812621b4ed8b9a8a41216ade85b227c6f189c663aa19f9" }, "downloads": -1, "filename": "mws-0.7.4.tar.gz", "has_sig": false, "md5_digest": "437bdf007e8f27e273ca24e961ff3e04", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11837, "upload_time": "2017-11-02T18:22:31", "url": "https://files.pythonhosted.org/packages/f2/9d/805acd593405ebef6a0b9517e377921482d867d2ce9ed38144a337c589a0/mws-0.7.4.tar.gz" } ], "0.8.3": [ { "comment_text": "", "digests": { "md5": "cb22b68afe941710d39ed8e1cb716e9e", "sha256": "8747e6748ddfcd55cd8bc19c51a943a06deaa6416a95d9ac8c6bacf5f5884434" }, "downloads": -1, "filename": "mws-0.8.3.tar.gz", "has_sig": false, "md5_digest": "cb22b68afe941710d39ed8e1cb716e9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20014, "upload_time": "2018-03-20T10:50:35", "url": "https://files.pythonhosted.org/packages/81/49/b7ce00f46a8a5a1548c55a6074271de27418196ed9c2a5ddac21998c4d24/mws-0.8.3.tar.gz" } ], "0.8.6": [ { "comment_text": "", "digests": { "md5": "5f8fa1576438195218142894cc7b859f", "sha256": "c0cbcead410ecf9202971af9045b64b2ba14db3293cc288b36c8f8e9ef7ec520" }, "downloads": -1, "filename": "mws-0.8.6.tar.gz", "has_sig": false, "md5_digest": "5f8fa1576438195218142894cc7b859f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19908, "upload_time": "2018-07-30T22:21:02", "url": "https://files.pythonhosted.org/packages/53/f7/4d18db59f349c130f766b289ceda0ef374aa9322ff966978c9bf2d42f35c/mws-0.8.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5f8fa1576438195218142894cc7b859f", "sha256": "c0cbcead410ecf9202971af9045b64b2ba14db3293cc288b36c8f8e9ef7ec520" }, "downloads": -1, "filename": "mws-0.8.6.tar.gz", "has_sig": false, "md5_digest": "5f8fa1576438195218142894cc7b859f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19908, "upload_time": "2018-07-30T22:21:02", "url": "https://files.pythonhosted.org/packages/53/f7/4d18db59f349c130f766b289ceda0ef374aa9322ff966978c9bf2d42f35c/mws-0.8.6.tar.gz" } ] }