{ "info": { "author": "David Burke", "author_email": "dburke@thelabnyc.com", "bugtrack_url": null, "classifiers": [], "description": ".. role:: py(code)\n :language: python\n\n.. default-role:: py\n\n===================\nDjango Shopify Sync\n===================\n\nThis is a maintained fork of https://github.com/discolabs/django-shopify-sync\n\nInstallation\n============\n\n1. `pip install django-shopify-sync`\n2. Add `'shopify_sync',` to `INSTALLED_APPS`\n3. Create a new `shopify_sync.Session` in Django admin or shell, enter your Shopify admin API token and site name.\n\nWhere to get these fields:\n\n* **API Token**: In the Shopify admin, this is caleld \"API Key Password\".\n* **Site name**: If your domain is http://my-site.myshopify.com your site name is my-site.\n\nThis package supports Python 3.X and Django>=1.11\n\nHow to use\n==========\n\nFirst we will get some of the products from shopify\n\n.. code:: python\n\n from shopify_sync.models import Product, Session\n session = Session.objects.first() # Assuming you have just one that you made previously\n products = Product.objects.sync_all(session, query=\"For bar\")\n\n`sync_all` passes all kwargs to the `shopify_resource.find` so we can\nthen sync only the items that shopify returns from that search. Now we have all\nof the `products` stored locally. Now to update from Django\n\n.. code:: python\n\n product = Product.objects.first()\n product.title = \"New Bar Foo\"\n product.save(push=True)\n\nThe `save` method on the objects also accepts the optional argument `push`\nwhich will push the updated model that is locally to Shopify. Now if a product\nwas edited on shopify through some means other than this Django app, we will\nnot have the current updated model. For this we need to sync\n\n.. code:: python\n\n changed_product.sync()\n\nthe `changed_product` will get a local copy of the shopify_resource and then\ndo a `.reload()` on it so that we make a request to shopify. Then we sync\nthat back with our database.\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/thelabnyc/django-shopify-sync", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-shopify-sync", "package_url": "https://pypi.org/project/django-shopify-sync/", "platform": "", "project_url": "https://pypi.org/project/django-shopify-sync/", "project_urls": { "Homepage": "https://gitlab.com/thelabnyc/django-shopify-sync" }, "release_url": "https://pypi.org/project/django-shopify-sync/2.2.8/", "requires_dist": null, "requires_python": "", "summary": "A package for synchronising Django models with Shopify resources.", "version": "2.2.8" }, "last_serial": 5950344, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "2438ef626b4c1baca037159a64db1186", "sha256": "2b5097ff2f2494b0bb99b9380aa4a4f3b6f65be623ea922d222003a28d28226b" }, "downloads": -1, "filename": "django_shopify_sync-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "2438ef626b4c1baca037159a64db1186", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 35758, "upload_time": "2018-12-14T18:59:55", "url": "https://files.pythonhosted.org/packages/65/9a/63c53a3d23ab190ce77fe931732211b28649499e586e1e4af3251f1faf6a/django_shopify_sync-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9e35fbde81a09e76c6668f4b406d305b", "sha256": "d24300cfa2092701bfddde9821798565adf72d65a17ec2baf843e477d4e6ed62" }, "downloads": -1, "filename": "django-shopify-sync-1.0.0.tar.gz", "has_sig": false, "md5_digest": "9e35fbde81a09e76c6668f4b406d305b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21561, "upload_time": "2018-12-14T18:59:53", "url": "https://files.pythonhosted.org/packages/bb/91/053b116becc7b9028060d8d8314b4388e3c666954e03bcc61a24629b341a/django-shopify-sync-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "96b1c6e6ab9d6a855b542aad152d3464", "sha256": "ec2e8877e0e0a602712e12a383391b64dff063e239bbd8f9e045f5cf93afd201" }, "downloads": -1, "filename": "django_shopify_sync-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "96b1c6e6ab9d6a855b542aad152d3464", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 36487, "upload_time": "2018-12-20T17:26:23", "url": "https://files.pythonhosted.org/packages/51/cc/13db46308deaca32b03701332e562d5fe188d15b440039828f87cda7c15e/django_shopify_sync-1.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7ed6f3a9539d52679f9fdb677a58065e", "sha256": "e5e224cd4072955c807f1fb0bd8b1aae4e06afaaa0fde345dad0dee4dc9ffc77" }, "downloads": -1, "filename": "django-shopify-sync-1.1.0.tar.gz", "has_sig": false, "md5_digest": "7ed6f3a9539d52679f9fdb677a58065e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21975, "upload_time": "2018-12-20T17:26:21", "url": "https://files.pythonhosted.org/packages/43/28/f0bac5ab0a352dfb9b4d47614c5c1e8301e7a987d7433e1ce30f02df2457/django-shopify-sync-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "e5e2c01b56d896d5c85103da2f428881", "sha256": "d95168b53b20c21cd8c1196c3bab81f04b155e0fe8f8acb6c8fdb18f67408dce" }, "downloads": -1, "filename": "django-shopify-sync-1.1.1.tar.gz", "has_sig": false, "md5_digest": "e5e2c01b56d896d5c85103da2f428881", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22082, "upload_time": "2019-01-07T18:01:22", "url": "https://files.pythonhosted.org/packages/83/4e/feb12e68be3d17d80ae6641dd8b8aeac4e8911c813707b579fe1d411a1e0/django-shopify-sync-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "3ac138ec791045158ba234ccce90a502", "sha256": "08d940515724658627a81a94be0cb8ee79fda852d740b0a47df4609d0fc6cd71" }, "downloads": -1, "filename": "django-shopify-sync-1.1.2.tar.gz", "has_sig": false, "md5_digest": "3ac138ec791045158ba234ccce90a502", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22189, "upload_time": "2019-01-07T18:21:05", "url": "https://files.pythonhosted.org/packages/98/01/af2a672422f9c2f7826638d3cad9fc12df6f9e3258ad2409fbb90c662c18/django-shopify-sync-1.1.2.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "24979e51df13ac9ad988c20b5b7c7653", "sha256": "e616693159bf6a41ac19fa16808c97b9939e82beccb868dfc506fc0a4f75833d" }, "downloads": -1, "filename": "django_shopify_sync-2.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "24979e51df13ac9ad988c20b5b7c7653", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 35891, "upload_time": "2019-04-26T21:53:09", "url": "https://files.pythonhosted.org/packages/bf/44/57809c1d0dcbb36c6c496d38c0a1d1588f71257b215c5b379c4cc041cd61/django_shopify_sync-2.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "32da9ea049ed327a3bb91636783dc70d", "sha256": "1dc9029e35c0be6d0a504706e51b3791d2e6cc88d9a881f56051e0dcafd0e2e1" }, "downloads": -1, "filename": "django-shopify-sync-2.0.0.tar.gz", "has_sig": false, "md5_digest": "32da9ea049ed327a3bb91636783dc70d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22265, "upload_time": "2019-04-26T21:53:07", "url": "https://files.pythonhosted.org/packages/a9/2f/69f3ffc8d9c327517ce362c09ad90d9f023efdd400249f73bb0a3524dcc9/django-shopify-sync-2.0.0.tar.gz" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "0234f8fffa8ed3807c1f261215282905", "sha256": "571593e09693b1337df82f3ca1066cebb3fa2d27ac1f1537d1dc4e525b91253d" }, "downloads": -1, "filename": "django_shopify_sync-2.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "0234f8fffa8ed3807c1f261215282905", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 39319, "upload_time": "2019-07-10T16:51:06", "url": "https://files.pythonhosted.org/packages/5f/b1/dd7cf30a8b87f4308a6d99e6654ce6cd4294af078fee69c65e991b6b440b/django_shopify_sync-2.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "aeaa1ba3fd78d088a18104d0e17c89f3", "sha256": "d0d435757b122ea1a15d42cb0da7675cff197772327b5749d74e12a9964b0b34" }, "downloads": -1, "filename": "django-shopify-sync-2.1.0.tar.gz", "has_sig": false, "md5_digest": "aeaa1ba3fd78d088a18104d0e17c89f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23159, "upload_time": "2019-07-10T16:51:07", "url": "https://files.pythonhosted.org/packages/7e/df/f24582bdd8dd15c4f6a6436354577ba73d57877bd08d5b52995e7f3f7176/django-shopify-sync-2.1.0.tar.gz" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "a5aa82de32e11b36cc4fb92996b03544", "sha256": "ca31ef7cb2218b1f95f34c22e4b402d5bd4fd883f67f09c4970d3599b816909c" }, "downloads": -1, "filename": "django_shopify_sync-2.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a5aa82de32e11b36cc4fb92996b03544", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 40321, "upload_time": "2019-07-12T15:32:57", "url": "https://files.pythonhosted.org/packages/ce/14/0b1ebad12b791e666790e5e667be7b4e1dcb136479c84ca95629634c46bb/django_shopify_sync-2.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bc215a5974e2d411204af1e93606b8ce", "sha256": "86b224eaa665afcab132aa648f367221e53ec671f7e2a1c9ff30db4ae3e07ec9" }, "downloads": -1, "filename": "django-shopify-sync-2.2.0.tar.gz", "has_sig": false, "md5_digest": "bc215a5974e2d411204af1e93606b8ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23345, "upload_time": "2019-07-12T15:32:59", "url": "https://files.pythonhosted.org/packages/3e/e2/cae6af517f05d245c11dfa2ae5dbea1b11a2aa58abd9b1634e2dc3340cf4/django-shopify-sync-2.2.0.tar.gz" } ], "2.2.1": [ { "comment_text": "", "digests": { "md5": "eca5b449f84146c52b592a60d6f6499b", "sha256": "0f1770b2a727c471bf6e747803cfc89cfcf1d4deb49a9b1beb0756ad73831908" }, "downloads": -1, "filename": "django_shopify_sync-2.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "eca5b449f84146c52b592a60d6f6499b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 40401, "upload_time": "2019-07-24T14:56:44", "url": "https://files.pythonhosted.org/packages/1d/89/56d004ecc9c107bda0f632cef6b23c258bb7de476191b29b5eb4e41a5e1d/django_shopify_sync-2.2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3a71842356f94b2b31ab2e85da6ad4e7", "sha256": "a60de85acdd6fb4894f9151a97ad6c2b5f9d2626cfa0981f46f5c700f3ed8d94" }, "downloads": -1, "filename": "django-shopify-sync-2.2.1.tar.gz", "has_sig": false, "md5_digest": "3a71842356f94b2b31ab2e85da6ad4e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23446, "upload_time": "2019-07-24T14:56:46", "url": "https://files.pythonhosted.org/packages/1f/61/cee2b10c4b9e65f809169c5ff0a62b914383f11d15536bcf156857e2946f/django-shopify-sync-2.2.1.tar.gz" } ], "2.2.2": [ { "comment_text": "", "digests": { "md5": "02d113fb0e8dc2f13ece0f36041027a6", "sha256": "69d5fe59a0c9849940f9317b07d206747c1d777e21e1ffce70567732c054df8e" }, "downloads": -1, "filename": "django_shopify_sync-2.2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "02d113fb0e8dc2f13ece0f36041027a6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 40908, "upload_time": "2019-09-05T20:50:24", "url": "https://files.pythonhosted.org/packages/e9/31/0f256c676a132de807b39f49891a21b2affc4cfac4cb415e6bd7eca544d4/django_shopify_sync-2.2.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1531063b272f1a9376399e6621211068", "sha256": "e3692f91281804423d23089c60223c9254a894ca45519f677a33e3b9936e2656" }, "downloads": -1, "filename": "django-shopify-sync-2.2.2.tar.gz", "has_sig": false, "md5_digest": "1531063b272f1a9376399e6621211068", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23537, "upload_time": "2019-09-05T20:50:25", "url": "https://files.pythonhosted.org/packages/20/e0/6d4f9d8250150ae93884d9a7af5767280890651f62741a8ee290e6c98177/django-shopify-sync-2.2.2.tar.gz" } ], "2.2.3": [ { "comment_text": "", "digests": { "md5": "2d1d4da844cb22a0437117f6c9dea43d", "sha256": "0a3c09bd7bee6faa019a9a3e776d363139adc9af46ff1bdc303effbf8dd3169a" }, "downloads": -1, "filename": "django_shopify_sync-2.2.3-py3-none-any.whl", "has_sig": false, "md5_digest": "2d1d4da844cb22a0437117f6c9dea43d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 40823, "upload_time": "2019-09-12T20:02:55", "url": "https://files.pythonhosted.org/packages/e3/39/9cd52ede59bc01eb7afe5002dbd9b0f77b8c8ace0768618f441f2b9505c4/django_shopify_sync-2.2.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a26071207a71bb7c06223e6c9284123f", "sha256": "c698fd126d8847a8bc7a96ef9825f15efb27030670ab646d3e30a65652c42689" }, "downloads": -1, "filename": "django-shopify-sync-2.2.3.tar.gz", "has_sig": false, "md5_digest": "a26071207a71bb7c06223e6c9284123f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23446, "upload_time": "2019-09-12T20:02:58", "url": "https://files.pythonhosted.org/packages/c9/e8/0951391e71768f9911ceabc4020d445af4b83e310f74fd71268219c54d41/django-shopify-sync-2.2.3.tar.gz" } ], "2.2.4": [ { "comment_text": "", "digests": { "md5": "9517804524c004a5ca8f3eab043fa9ed", "sha256": "179c07b2bb0bf3c9d87dc7a9e9035dcdf8879eb0b97a9abb0fa3fb801adf4b85" }, "downloads": -1, "filename": "django_shopify_sync-2.2.4-py3-none-any.whl", "has_sig": false, "md5_digest": "9517804524c004a5ca8f3eab043fa9ed", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 39646, "upload_time": "2019-09-18T15:20:43", "url": "https://files.pythonhosted.org/packages/fd/be/bc9afe594437e3f647b3a0777d31d044321373db26f21db314f3231f35c6/django_shopify_sync-2.2.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "555c181143942bb33ab7e197e03026b9", "sha256": "9182edbe923a5e3b09176c28de6425bc6b71ee9ea7c74d5a2f5136159cfbf4e0" }, "downloads": -1, "filename": "django-shopify-sync-2.2.4.tar.gz", "has_sig": false, "md5_digest": "555c181143942bb33ab7e197e03026b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23390, "upload_time": "2019-09-18T15:20:41", "url": "https://files.pythonhosted.org/packages/df/7e/73ddd3281903a95174a140c7e2daf94d30a607caa6bea771193cc8c7a1e8/django-shopify-sync-2.2.4.tar.gz" } ], "2.2.5": [ { "comment_text": "", "digests": { "md5": "7385570c8bed9ef92d8219a73e53df43", "sha256": "27f568bb02a7ebf704c3977660b80c4c0f1879d9aafb088c35335fce29a5d9ff" }, "downloads": -1, "filename": "django_shopify_sync-2.2.5-py3-none-any.whl", "has_sig": false, "md5_digest": "7385570c8bed9ef92d8219a73e53df43", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 39695, "upload_time": "2019-09-24T14:06:55", "url": "https://files.pythonhosted.org/packages/df/b9/052e3c2890486cf6a0f04738c788475be8845bd0e1891a799cf0a49e8e61/django_shopify_sync-2.2.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "96a6180c5a8b1dd65e52ec157e538823", "sha256": "41425b6ea1f9818677fadb7e6d6d484864201d05990011c9eee671441a753b2f" }, "downloads": -1, "filename": "django-shopify-sync-2.2.5.tar.gz", "has_sig": false, "md5_digest": "96a6180c5a8b1dd65e52ec157e538823", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23538, "upload_time": "2019-09-24T14:06:59", "url": "https://files.pythonhosted.org/packages/51/ab/17b7d622c8fad77a10240c481474ca1188963caa48672557cfc912e41606/django-shopify-sync-2.2.5.tar.gz" } ], "2.2.6": [ { "comment_text": "", "digests": { "md5": "2374a5b34f8cb1ca1c37ec4c26ff861f", "sha256": "75012dbad999ab614058999a48f4fb3d7f2a33f79c61c2fb0dc969fe7a76ffa9" }, "downloads": -1, "filename": "django_shopify_sync-2.2.6-py3-none-any.whl", "has_sig": false, "md5_digest": "2374a5b34f8cb1ca1c37ec4c26ff861f", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 39695, "upload_time": "2019-09-25T14:27:41", "url": "https://files.pythonhosted.org/packages/c2/c1/223541fe05f93b74f3f7f26490961c8fddb36fed661a34e0ffa675bf2c84/django_shopify_sync-2.2.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b646067f9e0a7377ae8471e3702d5a47", "sha256": "57ce6d420220024fc16ccb0e6bac166ac1acd64d5722134b2be3e65964c9936b" }, "downloads": -1, "filename": "django-shopify-sync-2.2.6.tar.gz", "has_sig": false, "md5_digest": "b646067f9e0a7377ae8471e3702d5a47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23453, "upload_time": "2019-09-25T14:27:38", "url": "https://files.pythonhosted.org/packages/39/95/cb853933921fe4fb57d9ccbd1507beab8146cf1817a374600b573e2323f3/django-shopify-sync-2.2.6.tar.gz" } ], "2.2.7": [ { "comment_text": "", "digests": { "md5": "37f00290eb5a3bda9437ee8cf1ace680", "sha256": "6acdf6446a59f3595bcdabcb729b95b06f2d733a7fffed91e95c8241320c0290" }, "downloads": -1, "filename": "django_shopify_sync-2.2.7-py3-none-any.whl", "has_sig": false, "md5_digest": "37f00290eb5a3bda9437ee8cf1ace680", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 39616, "upload_time": "2019-09-26T14:25:04", "url": "https://files.pythonhosted.org/packages/da/13/bec7697f8aa5fee4c1671812b20433c671cfb5af270d404d4e92ca77de61/django_shopify_sync-2.2.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a3e10fe9e9474452b56f4fd6d747af07", "sha256": "e6b372e55b02ef032ac4864f4f0eaf5ad6454b69df3784b328a013e680b8e08a" }, "downloads": -1, "filename": "django-shopify-sync-2.2.7.tar.gz", "has_sig": false, "md5_digest": "a3e10fe9e9474452b56f4fd6d747af07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23471, "upload_time": "2019-09-26T14:25:08", "url": "https://files.pythonhosted.org/packages/8a/95/e2d631762b5ebd8d1ae7a44e315e4879546efd5fffaf882967623b25b8d9/django-shopify-sync-2.2.7.tar.gz" } ], "2.2.8": [ { "comment_text": "", "digests": { "md5": "73b3d5450c06d5597b535974438a165e", "sha256": "daa8bddcea948c8993479e437fdbea11bc228e54f6a914e383587c98716b910f" }, "downloads": -1, "filename": "django_shopify_sync-2.2.8-py3-none-any.whl", "has_sig": false, "md5_digest": "73b3d5450c06d5597b535974438a165e", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 39713, "upload_time": "2019-10-09T14:59:57", "url": "https://files.pythonhosted.org/packages/cc/c0/822fc1eb5d635e12f719345b50b043b5d4a4e0f8b1dfd44b6da16c371b4f/django_shopify_sync-2.2.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6033468192b5b22802999d03298cc1bf", "sha256": "c8e29031654e3ac05d8a3f2917bf238dda50c7550adac28f11ff163e7b239d0a" }, "downloads": -1, "filename": "django-shopify-sync-2.2.8.tar.gz", "has_sig": false, "md5_digest": "6033468192b5b22802999d03298cc1bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23501, "upload_time": "2019-10-09T14:59:55", "url": "https://files.pythonhosted.org/packages/73/24/dde143eb0a0971d24c63522b995a8d545b55c2701eb3daddcde9ff6a457f/django-shopify-sync-2.2.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "73b3d5450c06d5597b535974438a165e", "sha256": "daa8bddcea948c8993479e437fdbea11bc228e54f6a914e383587c98716b910f" }, "downloads": -1, "filename": "django_shopify_sync-2.2.8-py3-none-any.whl", "has_sig": false, "md5_digest": "73b3d5450c06d5597b535974438a165e", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 39713, "upload_time": "2019-10-09T14:59:57", "url": "https://files.pythonhosted.org/packages/cc/c0/822fc1eb5d635e12f719345b50b043b5d4a4e0f8b1dfd44b6da16c371b4f/django_shopify_sync-2.2.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6033468192b5b22802999d03298cc1bf", "sha256": "c8e29031654e3ac05d8a3f2917bf238dda50c7550adac28f11ff163e7b239d0a" }, "downloads": -1, "filename": "django-shopify-sync-2.2.8.tar.gz", "has_sig": false, "md5_digest": "6033468192b5b22802999d03298cc1bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23501, "upload_time": "2019-10-09T14:59:55", "url": "https://files.pythonhosted.org/packages/73/24/dde143eb0a0971d24c63522b995a8d545b55c2701eb3daddcde9ff6a457f/django-shopify-sync-2.2.8.tar.gz" } ] }