{ "info": { "author": "Marco Braak", "author_email": "mbraak@ridethepony.nl", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Django", "Framework :: Django :: 1.11", "Framework :: Django :: 2.0", "Framework :: Django :: 2.1", "Framework :: Django :: 2.2", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "# Django docopt command\n\n[![Build Status](https://img.shields.io/travis/mbraak/django-docopt-command.svg?style=for-the-badge)](https://travis-ci.org/mbraak/django-docopt-command) [![Version](https://img.shields.io/pypi/v/django-docopt-command.svg?colorB=brightgreen&style=for-the-badge)](https://pypi.python.org/pypi/django-docopt-command/)\n\n[![Coverage Status](https://img.shields.io/coveralls/mbraak/django-docopt-command.svg?style=for-the-badge)](https://coveralls.io/r/mbraak/django-docopt-command?branch=master) [![Requirements Status](https://img.shields.io/requires/github/mbraak/django-docopt-command.svg?style=for-the-badge)](https://requires.io/github/mbraak/django-docopt-command/requirements/?branch=master)\n\n[![License](https://img.shields.io/pypi/l/django-docopt-command.svg?style=for-the-badge&colorB=brightgreen)](https://pypi.python.org/pypi/django-docopt-command/)\n\nDjango-docopt-command allows you to write [Django](https://www.djangoproject.com) [manage.py](https://docs.djangoproject.com/en/dev/howto/custom-management-commands/) commands using the [docopt](http://www.docopt.org) library. This means that you can define commands using usage strings.\n\nReferences:\n\n* [Django](https://www.djangoproject.com): The Web framework for perfectionists with deadlines\n* [The docopt library](http://www.docopt.org): Command-line interface description language\n* [Writing custom django-admin commands](https://docs.djangoproject.com/en/dev/howto/custom-management-commands/)\n\n```python\nclass Command(DocOptCommand):\n\t# This usage string defines the command options:\n\tdocs = \"Usage: command [--flag1]\"\n\n\tdef handle_docopt(self, arguments):\n\t\t# arguments contains a dictionary with the options\n\t\tpass\n```\n\nDjango-docopt-command is tested with Django 1.11-2.2 and Python 2.7, 3.5-3.7 and is hosted on [github](https://github.com/mbraak/django-docopt-command).\n\nNote that version 0.3.0 also supports Django 1.8 - 1.10.\n\n### Example\n\nSee the *testproject/docopt_example* in the django-docopt-command github repository.\n\n## Usage\n\nInstall django-docopt-command.\n\n```\npip install django-docopt-command\n```\n\n**Step 1 - management command**\n\nWrite a Django custom management command, as described in [Writing custom django-admin commands](https://docs.djangoproject.com/en/dev/howto/custom-management-commands/).\n\n**Step 2 - inherit from DocOptCommand**\n\n```python\nclass Command(DocOptCommand):\n\tpass\n```\n\n**Step 3 - add a docs string**\n\n```python\nclass Command(DocOptCommand):\n\tdocs = \"Usage: command [--flag1]\"\n```\n\n**Step 4 - override handle_docopt**\n\n```python\nclass Command(DocOptCommand):\n\tdocs = \"Usage: command [--flag1]\"\n\n\tdef handle_docopt(self, arguments):\n\t\toption1 = arguments['option1']\n\t\toption2 = arguments['option2']\n```\n\n## License\n\nDjango-docopt-command is licensed under the Apache 2.0 License.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mbraak/django-docopt-command", "keywords": "", "license": "Apache License, Version 2.0", "maintainer": "", "maintainer_email": "", "name": "django-docopt-command", "package_url": "https://pypi.org/project/django-docopt-command/", "platform": "", "project_url": "https://pypi.org/project/django-docopt-command/", "project_urls": { "Homepage": "https://github.com/mbraak/django-docopt-command" }, "release_url": "https://pypi.org/project/django-docopt-command/0.5.0/", "requires_dist": [ "docopt" ], "requires_python": "", "summary": "Django-docopt-command allows you to write Django manage.py commands using the docopt library.", "version": "0.5.0" }, "last_serial": 5042550, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "0c54e0203bee11cef41e4402be73b58f", "sha256": "a807a9386899991a7cd16b77301de6080e3c45d922ed9c0f54d60ecb886f4e36" }, "downloads": -1, "filename": "django-docopt-command-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0c54e0203bee11cef41e4402be73b58f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1663, "upload_time": "2013-10-02T17:06:40", "url": "https://files.pythonhosted.org/packages/4a/af/7f63a8871c9983ff4a507ed5a2fb54b4cb20ce52d92a6dee3eb18bc76358/django-docopt-command-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "63532f6ae71c539bfd2ef408976d7c21", "sha256": "63de319b49144e3f05cbb4cd749611c6ced432968b5edb2d818e29f36d7a80d2" }, "downloads": -1, "filename": "django_docopt_command-0.2.0-py2.7.egg", "has_sig": false, "md5_digest": "63532f6ae71c539bfd2ef408976d7c21", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 3889, "upload_time": "2014-08-28T21:22:43", "url": "https://files.pythonhosted.org/packages/68/32/141c51b081e5f6c59842021e439ac60bbc965cea58caa489b5cc049d425e/django_docopt_command-0.2.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "8f1b59e26c294e8e2da2d2ca0ff2fcc5", "sha256": "a27e9ab840697357642bcdaa21ba364a43de9973e56024314f6e4c19be699219" }, "downloads": -1, "filename": "django_docopt_command-0.2.0-py2-none-any.whl", "has_sig": false, "md5_digest": "8f1b59e26c294e8e2da2d2ca0ff2fcc5", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3372, "upload_time": "2014-08-28T21:22:49", "url": "https://files.pythonhosted.org/packages/63/c0/22ff4230f1ebbdf43495536d269318bd59309b823ad3e1b4a3ae5024b2b2/django_docopt_command-0.2.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bd4f6794c4c0c4c2cded72d173566b12", "sha256": "b4cc9a88e97c192ef651d5a8b5e3ec3ad38b0ba1de632dfe0caeedd267883f5c" }, "downloads": -1, "filename": "django-docopt-command-0.2.0.tar.gz", "has_sig": false, "md5_digest": "bd4f6794c4c0c4c2cded72d173566b12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2524, "upload_time": "2014-08-28T21:22:34", "url": "https://files.pythonhosted.org/packages/f8/4c/91e78d2d19dc69ad17bfa7f3de40f1d737ffa1ae7fd24e4b785576fa2ed0/django-docopt-command-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "3d5b90a9058407ee72e22759eb2733e9", "sha256": "721b4cd289a4ac327e81d83fb1cf4cf18b2dbc46be03c6c7936b13f7dad4f82f" }, "downloads": -1, "filename": "django_docopt_command-0.2.1-py2.7.egg", "has_sig": false, "md5_digest": "3d5b90a9058407ee72e22759eb2733e9", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 4067, "upload_time": "2015-03-30T10:12:27", "url": "https://files.pythonhosted.org/packages/0c/e5/ab587ebe9d29294db4d018801859b292fce00b4d1d952fdfe13b6236676c/django_docopt_command-0.2.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "e1c45b88bcddc8c6824b547fa92dcf16", "sha256": "1922105687dae64ebc74ccba7077232d1c5e565f1579cd3411fc42b073f09209" }, "downloads": -1, "filename": "django_docopt_command-0.2.1-py2-none-any.whl", "has_sig": false, "md5_digest": "e1c45b88bcddc8c6824b547fa92dcf16", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3675, "upload_time": "2015-03-30T10:12:39", "url": "https://files.pythonhosted.org/packages/df/10/6b13bfb00e2041f75a1868c815876bb1888a0d267f9dcb8df3eac5ba71d6/django_docopt_command-0.2.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9fa9f900b28f7a89224b32ba280913bf", "sha256": "0ea8a5d11c28f3c9e97dc2b4f5e837bfd3c9619e5e1b2aa44bae7b7a85884983" }, "downloads": -1, "filename": "django-docopt-command-0.2.1.tar.gz", "has_sig": false, "md5_digest": "9fa9f900b28f7a89224b32ba280913bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1907, "upload_time": "2015-03-30T10:12:03", "url": "https://files.pythonhosted.org/packages/81/4e/966f50cf2e11a1e17ffa41f033a21ff6fc680c14568a84587ba0cae019f6/django-docopt-command-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "9176b446465d1729f05911349603268f", "sha256": "a250f9ab7c8c76d80d29393abe41378aa57f66f3589da93c5784cb2d2c0267fb" }, "downloads": -1, "filename": "django_docopt_command-0.2.2-py2.7.egg", "has_sig": false, "md5_digest": "9176b446465d1729f05911349603268f", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 3961, "upload_time": "2015-12-03T09:22:31", "url": "https://files.pythonhosted.org/packages/44/b6/03d1151255710314863dffaa5bd98fbcd7d16d309048d1150c72ce52e587/django_docopt_command-0.2.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "830d178a7ed1b83068d0cc7f6b7d10ca", "sha256": "1d398c8279b3874d2b158676d8d2f378444c5e0b5433b812eb5479787b9ca0a4" }, "downloads": -1, "filename": "django_docopt_command-0.2.2-py2-none-any.whl", "has_sig": false, "md5_digest": "830d178a7ed1b83068d0cc7f6b7d10ca", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3624, "upload_time": "2015-12-03T09:22:37", "url": "https://files.pythonhosted.org/packages/09/a3/71b0288957bf891aadedb9b52756e8e7deaf6531fa156bdb9da111ad353b/django_docopt_command-0.2.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "71ccc4010dbb9ff64324232ae27f674a", "sha256": "91dc98d83e208593883f1946b2b998b963a3fe6836fdb400f407099c59348c36" }, "downloads": -1, "filename": "django-docopt-command-0.2.2.tar.gz", "has_sig": false, "md5_digest": "71ccc4010dbb9ff64324232ae27f674a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1851, "upload_time": "2015-12-03T09:22:23", "url": "https://files.pythonhosted.org/packages/04/79/8f8749c321c52c42626ca8a94b4f1aeb5fd356413ac1a04b407d5d8aacf1/django-docopt-command-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "0d8db001964f6a17bc1d6f1302f82cf8", "sha256": "18774bbdf042390902ef2960c487b5eefcb1c79dfa762bf9d13d583a5f9c136a" }, "downloads": -1, "filename": "django_docopt_command-0.2.3-py2.7.egg", "has_sig": false, "md5_digest": "0d8db001964f6a17bc1d6f1302f82cf8", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 2215, "upload_time": "2016-08-02T09:50:00", "url": "https://files.pythonhosted.org/packages/95/56/613d58c765e53988ec928b25750c003ecf79393fa06943c8b156e6d5af93/django_docopt_command-0.2.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "4a640c40032de00c11dd5d539b985015", "sha256": "06397cecf909c08d17ef4808672493f15cd30af9a57cf86b493e138a2b7e5595" }, "downloads": -1, "filename": "django_docopt_command-0.2.3-py2-none-any.whl", "has_sig": false, "md5_digest": "4a640c40032de00c11dd5d539b985015", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3387, "upload_time": "2016-08-02T09:49:58", "url": "https://files.pythonhosted.org/packages/24/1b/e52674aa0d8128a13e58193b954c340a476e4b23da908cf8fffce727de36/django_docopt_command-0.2.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5a2dfe892ad1290efc6b6168304baa0c", "sha256": "3dc3b1abc600aaa5f82281fd49dc757e9d09d6a18f8b254c1ec359199330a7f4" }, "downloads": -1, "filename": "django-docopt-command-0.2.3.tar.gz", "has_sig": false, "md5_digest": "5a2dfe892ad1290efc6b6168304baa0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1808, "upload_time": "2016-08-02T09:49:55", "url": "https://files.pythonhosted.org/packages/17/f3/4d6f067c169aa8c88c92e99abb17b8fcf927c744875187392dbf72ec1fc6/django-docopt-command-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "38c89f35c475eb503658ef32bc8bccd5", "sha256": "6f1c7ee0fe4f71a826e2674a16df3fa0b945f4e9e71e393d20ebb1410bea837f" }, "downloads": -1, "filename": "django_docopt_command-0.2.4-py2.7.egg", "has_sig": false, "md5_digest": "38c89f35c475eb503658ef32bc8bccd5", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 2227, "upload_time": "2017-04-05T07:10:03", "url": "https://files.pythonhosted.org/packages/c0/7f/103406d3618eee4a0ba87e1cf8dc11f33927fbe4bdad920b0f12a42dfe02/django_docopt_command-0.2.4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "2987125933f41fc14430344f91170dd5", "sha256": "9bc618778beb41a125f6aa25a30babfc45e6d353057650ba8998b5d05dc6b2d0" }, "downloads": -1, "filename": "django_docopt_command-0.2.4-py2-none-any.whl", "has_sig": false, "md5_digest": "2987125933f41fc14430344f91170dd5", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3402, "upload_time": "2017-04-05T07:10:01", "url": "https://files.pythonhosted.org/packages/7b/40/563f3f2376e71920261e725f8c03d134220aa77c2303407af33f9523b9da/django_docopt_command-0.2.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f715541b7ab1941d3e3718961bed77e5", "sha256": "71a177bbef8d276e17e45a81adc36adb845f7d74eca49fc48bd798fc8731b2fd" }, "downloads": -1, "filename": "django-docopt-command-0.2.4.tar.gz", "has_sig": false, "md5_digest": "f715541b7ab1941d3e3718961bed77e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1811, "upload_time": "2017-04-05T07:09:59", "url": "https://files.pythonhosted.org/packages/05/6d/381ad57737baff27a5035eb36bfa8381e5d48618a6dfef8f7ddd3919a035/django-docopt-command-0.2.4.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "217bcdd1739f3b1bf9b7c9067c941603", "sha256": "9c30317c001355106befb03f83cd75f060f74c4971a1cdc42e13b5fcea9343e8" }, "downloads": -1, "filename": "django_docopt_command-0.3.0-py2.7.egg", "has_sig": false, "md5_digest": "217bcdd1739f3b1bf9b7c9067c941603", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 2247, "upload_time": "2017-12-03T09:56:16", "url": "https://files.pythonhosted.org/packages/f1/a0/51c1b2917cb0c0a7b60bbf340fca84ff71cc4dca1ded6d0224ca21668ba0/django_docopt_command-0.3.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "7de731dea86ecaf08d5c412e93fd9d24", "sha256": "d948af7c3ec9b79ed39ef89c20bcdca39319838a01489dbe1832caf46f8731e7" }, "downloads": -1, "filename": "django_docopt_command-0.3.0-py2-none-any.whl", "has_sig": false, "md5_digest": "7de731dea86ecaf08d5c412e93fd9d24", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 3436, "upload_time": "2017-12-03T09:56:14", "url": "https://files.pythonhosted.org/packages/7f/bc/31ce985a46030eee8263ff0267b916ed69e833325f0681f8c372d1017421/django_docopt_command-0.3.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "36fd7728e57b85acca252c95be95f41e", "sha256": "5552a561d7ab6dda2742be2731285c8c7745b91f0600f43d3e77a6cdd0025b6a" }, "downloads": -1, "filename": "django-docopt-command-0.3.0.tar.gz", "has_sig": false, "md5_digest": "36fd7728e57b85acca252c95be95f41e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2652, "upload_time": "2017-12-03T09:56:15", "url": "https://files.pythonhosted.org/packages/c5/f6/93cb9a2d0b95ce4a82aff56eae6c6293efead225e23894471da49a21da27/django-docopt-command-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "c8a6857753b5b9f569d8de59cde7a8e2", "sha256": "7e8495b26ded858dfb84b88fb8f17aa427cf8182aefb6e9328f32f5b27eaeaa0" }, "downloads": -1, "filename": "django_docopt_command-0.4.0-py2.7.egg", "has_sig": false, "md5_digest": "c8a6857753b5b9f569d8de59cde7a8e2", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 2248, "upload_time": "2018-08-02T07:08:59", "url": "https://files.pythonhosted.org/packages/79/7b/dd8daa3ec78d90f6e4bfdd01b636029a2e512c010804049b2b502c5fd2b2/django_docopt_command-0.4.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "6de5682221e340a3b8d38e01e11ad1fd", "sha256": "833ee9ae5238c6ae0d75072b4a104f4d073e03425827f6b24a67f19079ae888c" }, "downloads": -1, "filename": "django_docopt_command-0.4.0-py2-none-any.whl", "has_sig": false, "md5_digest": "6de5682221e340a3b8d38e01e11ad1fd", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 2472, "upload_time": "2018-08-02T07:08:57", "url": "https://files.pythonhosted.org/packages/13/22/babad6904f60208ff1267bc53d6de9df6e2c54144d48be1185c8c2cb1d0a/django_docopt_command-0.4.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8874e8d02f653851ffca51923d750a1a", "sha256": "8be51b55c7709f19e30da6f558df25091bb86a43e7ab3be3d65f05c6865ee7b0" }, "downloads": -1, "filename": "django-docopt-command-0.4.0.tar.gz", "has_sig": false, "md5_digest": "8874e8d02f653851ffca51923d750a1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2644, "upload_time": "2018-08-02T07:08:58", "url": "https://files.pythonhosted.org/packages/06/73/2eab56d2844cbc4fe61a4dadcd2d819ea6209059db6e4c02d5e09ce46687/django-docopt-command-0.4.0.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "38d34396fd7fb11498df7c43c04f9bde", "sha256": "a43a358e0d13be10f605000598af53eae561bbeef71a4e62140bcd3c32f691ca" }, "downloads": -1, "filename": "django_docopt_command-0.5.0-py3.6.egg", "has_sig": false, "md5_digest": "38d34396fd7fb11498df7c43c04f9bde", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 3153, "upload_time": "2019-04-02T08:03:59", "url": "https://files.pythonhosted.org/packages/b4/83/f3b4f7e17ce13b0f0c6023cf53943eca4a2729828b2ec98925ab80871a65/django_docopt_command-0.5.0-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "8e50bd0bc11910e22f8d49a35f13ff1e", "sha256": "afcb3d9bab71f1fd981ac369de84abbc32b9f4c98ab30d69d8341d1891f623c4" }, "downloads": -1, "filename": "django_docopt_command-0.5.0-py3-none-any.whl", "has_sig": false, "md5_digest": "8e50bd0bc11910e22f8d49a35f13ff1e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3936, "upload_time": "2019-04-02T08:03:57", "url": "https://files.pythonhosted.org/packages/64/0a/af68aa162306ce4a7349319ee3b12373bb788367285f5289012e516bd997/django_docopt_command-0.5.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5e25d89cde81872045e16dca024385f0", "sha256": "0f66fc84be7fd8175a6761f3fb217d925a3d9620cec981871a1be8d7337836a6" }, "downloads": -1, "filename": "django-docopt-command-0.5.0.tar.gz", "has_sig": false, "md5_digest": "5e25d89cde81872045e16dca024385f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3040, "upload_time": "2019-04-02T08:03:58", "url": "https://files.pythonhosted.org/packages/97/7a/33a0f026beb812fd122972cc3280db3fd6a28078c9390bd650fef750a5a2/django-docopt-command-0.5.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "38d34396fd7fb11498df7c43c04f9bde", "sha256": "a43a358e0d13be10f605000598af53eae561bbeef71a4e62140bcd3c32f691ca" }, "downloads": -1, "filename": "django_docopt_command-0.5.0-py3.6.egg", "has_sig": false, "md5_digest": "38d34396fd7fb11498df7c43c04f9bde", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 3153, "upload_time": "2019-04-02T08:03:59", "url": "https://files.pythonhosted.org/packages/b4/83/f3b4f7e17ce13b0f0c6023cf53943eca4a2729828b2ec98925ab80871a65/django_docopt_command-0.5.0-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "8e50bd0bc11910e22f8d49a35f13ff1e", "sha256": "afcb3d9bab71f1fd981ac369de84abbc32b9f4c98ab30d69d8341d1891f623c4" }, "downloads": -1, "filename": "django_docopt_command-0.5.0-py3-none-any.whl", "has_sig": false, "md5_digest": "8e50bd0bc11910e22f8d49a35f13ff1e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3936, "upload_time": "2019-04-02T08:03:57", "url": "https://files.pythonhosted.org/packages/64/0a/af68aa162306ce4a7349319ee3b12373bb788367285f5289012e516bd997/django_docopt_command-0.5.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5e25d89cde81872045e16dca024385f0", "sha256": "0f66fc84be7fd8175a6761f3fb217d925a3d9620cec981871a1be8d7337836a6" }, "downloads": -1, "filename": "django-docopt-command-0.5.0.tar.gz", "has_sig": false, "md5_digest": "5e25d89cde81872045e16dca024385f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3040, "upload_time": "2019-04-02T08:03:58", "url": "https://files.pythonhosted.org/packages/97/7a/33a0f026beb812fd122972cc3280db3fd6a28078c9390bd650fef750a5a2/django-docopt-command-0.5.0.tar.gz" } ] }