{ "info": { "author": "Arne Simon", "author_email": "arne.simon@slice-dice.de", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Topic :: Internet", "Topic :: Office/Business" ], "description": "AboutYou-Shop-SDK\n=================\n\n**Author:** Arne Simon [arne.simon@silce-dice.de]\n\n\nA Python implementation for the AboutYou shop API.\n\n\nInstallation\n------------\n\nInstall the package via PIP::\n\n $ pip install aboutyou\n\nOr checkout the most recent version::\n\n $ git clone https://bitbucket.org/slicedice/aboutyou-shop-sdk-python.git\n $ cd aboutyou-shop-sdk-python\n $ python setup.py install\n\n\nQuick Start\n-----------\n\n1. Register for an account at the [AboutYou Devcenter](https://developer.aboutyou.de/) and create a new app.\n You will be given credentials to utilize the About You API.\n2. Modefiy one of the example credential files.\n3. Use the following lines::\n\n from aboutyou.config import YAMLCredentials\n from aboutyou.shop import ShopApi\n\n shop = ShopApi(YAMLCredentials('mycredentials.yml'))\n cagtegory_forest = shop.categories()\n\n\nDocumentation\n-------------\n\nDocumentation is found at http://aboutyou-shop-sdk.readthedocs.org/en/latest/.\n\nIf you want to build the documentation yourself.\n\n1. Checkout the git repo.\n2. Go to the *doc/* folder.\n3. make html\n\n\nChange Log\n----------\n\n- 1.0.1:\n - Fixed bug in login url generation\n\n- 1.0:\n * Added Django backend and middleware\n * Fixed configuration bug\n * Cleand up project structure\n * setup.py is not dependent on setuptools\n\n- 0.9\n * Is now Python 3 compatible.\n * Test cases with mocking.\n * Added Auth module.\n * Moved thin api wrapper in own api module.\n * The app credentials are now seperated from the other configurations.\n\n- 0.3:\n * Additional docmentation.\n * Auto fetch flag.\n * PyPI integration.\n * YAML configuration files.\n\n- 0.2:\n * Caching with Memcached and pylibmc.\n * EasyAboutYou has function, *getSimpleColors*.\n * Error handling fix.\n\n- 0.1:\n * Products return now there url to the mary+paul shop.\n * Dirty caching without memcached.\n * EasyCollins products are no bulk requests.\n * Extended documentation for EasyAboutYou.", "description_content_type": null, "docs_url": null, "download_url": "https://bitbucket.org/slicedice/aboutyou-shop-sdk-python/downloads", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/slicedice/aboutyou-shop-sdk-python/overview", "keywords": "aboutyou,shop,collins,api", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "aboutyou", "package_url": "https://pypi.org/project/aboutyou/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/aboutyou/", "project_urls": { "Download": "https://bitbucket.org/slicedice/aboutyou-shop-sdk-python/downloads", "Homepage": "https://bitbucket.org/slicedice/aboutyou-shop-sdk-python/overview" }, "release_url": "https://pypi.org/project/aboutyou/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "A connection to the aboutyou.de shop.", "version": "1.0.1" }, "last_serial": 1251670, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "c08d605e1c2dea6f72cb0841229ba6a0", "sha256": "20fabcf35bee07dcc5edb394a5c7df9455e72025920927700402e6a6e87486d5" }, "downloads": -1, "filename": "aboutyou-1.0.tar.gz", "has_sig": false, "md5_digest": "c08d605e1c2dea6f72cb0841229ba6a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39697, "upload_time": "2014-06-24T09:47:17", "url": "https://files.pythonhosted.org/packages/0a/ce/97394251ebe222d8baa6b4e28843408141ab815c82f46e6e78bc35c12927/aboutyou-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "4a98d7d32121ae3461d34f87ddbc7754", "sha256": "1df927e066b98d1984641e732b58c349ff1a6b15b82ff29ffc0809828929cbe1" }, "downloads": -1, "filename": "aboutyou-1.0.1.tar.gz", "has_sig": false, "md5_digest": "4a98d7d32121ae3461d34f87ddbc7754", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40389, "upload_time": "2014-10-08T11:18:56", "url": "https://files.pythonhosted.org/packages/da/dc/cfded5336b4a59300f4f6c84786b50fbfe443319b900d0c6145ef476cae2/aboutyou-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4a98d7d32121ae3461d34f87ddbc7754", "sha256": "1df927e066b98d1984641e732b58c349ff1a6b15b82ff29ffc0809828929cbe1" }, "downloads": -1, "filename": "aboutyou-1.0.1.tar.gz", "has_sig": false, "md5_digest": "4a98d7d32121ae3461d34f87ddbc7754", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40389, "upload_time": "2014-10-08T11:18:56", "url": "https://files.pythonhosted.org/packages/da/dc/cfded5336b4a59300f4f6c84786b50fbfe443319b900d0c6145ef476cae2/aboutyou-1.0.1.tar.gz" } ] }