{ "info": { "author": "Jos\u00e9 S\u00e1nchez Moreno", "author_email": "jose@o2w.es", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Python Software Foundation License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python" ], "description": "PRESTASHOP Apis based on django ORM\n=====================================\n\nWhat's that?\n-----------\n\nIs a library to connect with the apis of a prestashop website.\n\n\nHow to use\n----------\n\nIn a similar way to django orm\n\nUsing it \n---------------\n\n.. code-block:: python\n \n # Configure\n from prestaorm import Api\n Api.config(url, key)\n \n # Use the api\n from prestaorm.models import Product\n \n # Get a list of instances of products\n products = Product.objects.filter(name=\"Product%\").sort_by(\"name\")\n\n # Get one instance\n product, _ = Product.objects.get_or_create(name=\"Product1\", reference=\"REF1\") \n product.price = 8 \n product.save() \n\n\nWork in progress\n-------------------\nThis is a work in progress. I'm implementing only the models that I would need. Extra help is welcome.", "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/josesanch/prestaorm", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "prestaorm", "package_url": "https://pypi.org/project/prestaorm/", "platform": "All platforms", "project_url": "https://pypi.org/project/prestaorm/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/josesanch/prestaorm" }, "release_url": "https://pypi.org/project/prestaorm/0.0.4/", "requires_dist": null, "requires_python": null, "summary": "Access to prestashop API using django similar ORM Syntax", "version": "0.0.4" }, "last_serial": 1646477, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "65d35a9748cfecf6ca89f4581540b302", "sha256": "7939d1c5329dddbbd36343676f9a865a3b61b61d05f03a4ab42881dc8b762b6d" }, "downloads": -1, "filename": "prestaorm-0.0.1.tar.gz", "has_sig": false, "md5_digest": "65d35a9748cfecf6ca89f4581540b302", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6072, "upload_time": "2015-06-29T13:25:31", "url": "https://files.pythonhosted.org/packages/3b/cc/f5004b20e4076608a28fc37b8f48e3dac72b93c21c6c7207cc912ff8037a/prestaorm-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "70ef4c52add39aa4181034e6d2365d79", "sha256": "2f04bc9f169597e99bca2991c57d2c064f75b5d90741ed1471201ac00bd4d2c9" }, "downloads": -1, "filename": "prestaorm-0.0.2.tar.gz", "has_sig": false, "md5_digest": "70ef4c52add39aa4181034e6d2365d79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5419, "upload_time": "2015-06-29T13:28:58", "url": "https://files.pythonhosted.org/packages/b7/14/924c64d4cb07f32379b2ff6e897bf41b5143c7d3411807b995f393519856/prestaorm-0.0.2.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "ec0312db4183573a28d9c2a8fb43fb96", "sha256": "e13130257cafa6237902e19e6de54d6247a7cef56c327e10bc1cefbec179fa34" }, "downloads": -1, "filename": "prestaorm-0.0.4.tar.gz", "has_sig": false, "md5_digest": "ec0312db4183573a28d9c2a8fb43fb96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5604, "upload_time": "2015-07-23T11:23:27", "url": "https://files.pythonhosted.org/packages/65/a6/6921136874059ab32a78c31a7deb46332cc6d2309832dbd0fad77a62915d/prestaorm-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ec0312db4183573a28d9c2a8fb43fb96", "sha256": "e13130257cafa6237902e19e6de54d6247a7cef56c327e10bc1cefbec179fa34" }, "downloads": -1, "filename": "prestaorm-0.0.4.tar.gz", "has_sig": false, "md5_digest": "ec0312db4183573a28d9c2a8fb43fb96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5604, "upload_time": "2015-07-23T11:23:27", "url": "https://files.pythonhosted.org/packages/65/a6/6921136874059ab32a78c31a7deb46332cc6d2309832dbd0fad77a62915d/prestaorm-0.0.4.tar.gz" } ] }