{ "info": { "author": "Auguria", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Akeneo API REST - Python Client\n===============================\n\nA Python wrapper for the Akeneo REST API. Easily interact with the Akeneo REST API using this library.\n\n\nInstallation\n------------\n\n.. code-block:: bash\n\n pip install akeneo\n\n\nGetting started\n---------------\n\nGenerate API credentials (Consumer Key & Consumer Secret) following this instructions https://api.akeneo.com/getting-started-admin.html.\n\nCheck out the Akeneo API endpoints and data that can be manipulated in https://api.akeneo.com/api-reference-index.html.\n\n\nBasic setup\n-----------\n\nBasic setup for the Akeneo REST API:\n\n.. code-block:: python\n\n from akeneo import AkeneoAPI\n\n akeneo = AkeneoAPI(\n url=\"AKENEO_INSTANCE_URL\",\n client_id=\"YOUR_CLIENT_ID\",\n secret=\"YOUR_SECRET\",\n username=\"YOUR_USERNAME\",\n password=\"YOUR_PASSWORD\",\n )\n\n\nResponse\n--------\n\nAll methods will directly return the JSON response from the API.\n\n\nChangelog\n---------\n\n0.0.1\n~~~~~\n\n- Initial version: Every endpoint should be ok, except these ones for 'Media files'.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/AuguriaTeam/python-akeneo", "keywords": "", "license": "LICENSE", "maintainer": "", "maintainer_email": "", "name": "akeneo", "package_url": "https://pypi.org/project/akeneo/", "platform": "any", "project_url": "https://pypi.org/project/akeneo/", "project_urls": { "Homepage": "https://github.com/AuguriaTeam/python-akeneo" }, "release_url": "https://pypi.org/project/akeneo/0.0.1/", "requires_dist": [ "requests-toolbelt", "requests", "urllib3" ], "requires_python": "", "summary": "A Python wrapper for the Akeneo REST API", "version": "0.0.1" }, "last_serial": 5878022, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "fdceb67ebd4c4d7a490621ec505833a2", "sha256": "972e79309f8bd08b435f2c9d8d766d20230b9548bed620067f409da3a5820de7" }, "downloads": -1, "filename": "akeneo-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fdceb67ebd4c4d7a490621ec505833a2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8027, "upload_time": "2017-11-14T10:58:09", "url": "https://files.pythonhosted.org/packages/ff/4a/74e856f432b53bd381f0284c7190868a8962f948367ba3a364518d31d78e/akeneo-0.0.1-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fdceb67ebd4c4d7a490621ec505833a2", "sha256": "972e79309f8bd08b435f2c9d8d766d20230b9548bed620067f409da3a5820de7" }, "downloads": -1, "filename": "akeneo-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fdceb67ebd4c4d7a490621ec505833a2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8027, "upload_time": "2017-11-14T10:58:09", "url": "https://files.pythonhosted.org/packages/ff/4a/74e856f432b53bd381f0284c7190868a8962f948367ba3a364518d31d78e/akeneo-0.0.1-py2.py3-none-any.whl" } ] }