{ "info": { "author": "Ashley Wilson", "author_email": "scifilem@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Framework :: Django :: 1.8", "Framework :: Django :: 1.9", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "==================\ndjango-subcommand2\n==================\n\n.. image:: https://img.shields.io/pypi/v/django-subcommand2.svg\n :target: https://pypi.python.org/pypi/django-subcommand2\n\n.. image:: https://img.shields.io/pypi/dm/django-subcommand2.svg\n :target: https://pypi.python.org/pypi/django-subcommand2\n\n.. image:: https://img.shields.io/travis/CptLemming/django-subcommand2.svg\n :target: https://travis-ci.org/CptLemming/django-subcommand2\n\n\nDocumentation\n-------------\n\nThe full documentation is at https://django-subcommand2.readthedocs.org.\n\nInstall\n-------\n\nInstall django-subcommand::\n\n pip install django-subcommand2\n\nUsage\n-----\n\n::\n\n # myapp.management.commands.parent_command.py\n from subcommand.base import SubcommandCommand\n\n from .subcommands.sub import MySubcommand\n\n\n class Command(SubcommandCommand):\n help = 'My Parent Command'\n\n subcommands = {\n 'sub': MySubcommand, # python manage.py parent_command sub\n }\n\n\n # myapp.management.commands.subcommands.sub.py\n from django.core.management.base import BaseCommand\n\n\n class MySubcommand(BaseCommand):\n help = 'My Sub Command'\n\n\n\n\nHistory\n-------\n\n0.1.0 (2016-01-26)\n++++++++++++++++++\n\n* First release on PyPI.\n\n0.1.1 (2016-01-26)\n++++++++++++++++++\n\n* Update badges.", "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/CptLemming/django-subcommand2", "keywords": "django-subcommand2", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-subcommand2", "package_url": "https://pypi.org/project/django-subcommand2/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-subcommand2/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/CptLemming/django-subcommand2" }, "release_url": "https://pypi.org/project/django-subcommand2/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Support subcommands in management commands", "version": "0.1.1" }, "last_serial": 1924289, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "be0ef5dbdc8d894e0dd779a6f5ccca10", "sha256": "da1a4634be51cfa99bb24c04aa3f9c757c158d3ebfe52b4e7be24e7f54244fc3" }, "downloads": -1, "filename": "django_subcommand2-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "be0ef5dbdc8d894e0dd779a6f5ccca10", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 4313, "upload_time": "2016-01-26T18:51:44", "url": "https://files.pythonhosted.org/packages/bd/87/e8aa8151eb6205817404d94fb28efb63e6cda1fbcea5dafef512f5e55d72/django_subcommand2-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3c77522805e5e83928010a85c60953e1", "sha256": "948a368e1ae2e4f09261b067352d6a19c593b5905dff2d9baf99b74f707d052e" }, "downloads": -1, "filename": "django-subcommand2-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3c77522805e5e83928010a85c60953e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5410, "upload_time": "2016-01-26T18:51:11", "url": "https://files.pythonhosted.org/packages/43/d4/6625ea7758f449922e1ce41a0a1d0acf9db66635cd4fa3ce12e7927bf47e/django-subcommand2-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "5cf30e607e8ee5c463a6b8ca5fcf735f", "sha256": "a0321f1ecabe5d7db4eb165b23f1aa037926d12724d28a53e36842ca74a5313d" }, "downloads": -1, "filename": "django_subcommand2-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5cf30e607e8ee5c463a6b8ca5fcf735f", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 4412, "upload_time": "2016-01-26T19:13:39", "url": "https://files.pythonhosted.org/packages/7b/70/0993d88af194b98951c47a1d0b59d5e47a8507dd1722fe3614b92ef6ffbd/django_subcommand2-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ec568a110d3e6198c84fb7364097c098", "sha256": "3e88c891dead685e98a835f596dc0280b7c67f77a76602955e93c39c10ccd741" }, "downloads": -1, "filename": "django-subcommand2-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ec568a110d3e6198c84fb7364097c098", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5496, "upload_time": "2016-01-26T19:13:15", "url": "https://files.pythonhosted.org/packages/0a/98/4f1ebbbf2d2e22638becb5da415f5efd4203595a7896699a6628f432292a/django-subcommand2-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5cf30e607e8ee5c463a6b8ca5fcf735f", "sha256": "a0321f1ecabe5d7db4eb165b23f1aa037926d12724d28a53e36842ca74a5313d" }, "downloads": -1, "filename": "django_subcommand2-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5cf30e607e8ee5c463a6b8ca5fcf735f", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 4412, "upload_time": "2016-01-26T19:13:39", "url": "https://files.pythonhosted.org/packages/7b/70/0993d88af194b98951c47a1d0b59d5e47a8507dd1722fe3614b92ef6ffbd/django_subcommand2-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ec568a110d3e6198c84fb7364097c098", "sha256": "3e88c891dead685e98a835f596dc0280b7c67f77a76602955e93c39c10ccd741" }, "downloads": -1, "filename": "django-subcommand2-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ec568a110d3e6198c84fb7364097c098", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5496, "upload_time": "2016-01-26T19:13:15", "url": "https://files.pythonhosted.org/packages/0a/98/4f1ebbbf2d2e22638becb5da415f5efd4203595a7896699a6628f432292a/django-subcommand2-0.1.1.tar.gz" } ] }