{ "info": { "author": "Allan Lei", "author_email": "allanlei@helveticode.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "**Incomplete Readme**\nTake a look at examples to get started for now. argcmd.make_option is just a function that returns a tuple of args/kwargs ie ((), {}, ) which will later be added to the parser as parser.add_argument(*args, **kwargs).\n\n# Usage #\n\n## Converting from Django Commands to ArgParse Commands ##\n\n* Change **from django.core.management.base import BaseCommand** to **from argcmd.management.base import BaseCommand**\n* Change **from optparse import make_option** to **from argcmd import make_option**\n* Change option_list to arg_list\n* Some options might need a little tweaking due to incompatibilities", "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/allanlei/django-argparse-command", "keywords": "django argparse commands optparse", "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "django-argparse-command", "package_url": "https://pypi.org/project/django-argparse-command/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-argparse-command/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/allanlei/django-argparse-command" }, "release_url": "https://pypi.org/project/django-argparse-command/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Django Commands using ArgumentParser", "version": "0.1.0" }, "last_serial": 789107, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "93173a11f97fca0162970455d9758bdf", "sha256": "c4d7d431acbaa765837eb9710122b1c6f0218f9b93a5ad9c6597fd2873475817" }, "downloads": -1, "filename": "django-argparse-command-0.1.0.tar.gz", "has_sig": false, "md5_digest": "93173a11f97fca0162970455d9758bdf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3335, "upload_time": "2011-12-30T03:46:34", "url": "https://files.pythonhosted.org/packages/d6/e0/a8b83bf831aa9cf7b066dc5c9643516ad0caed5a45925b9ecc2d49dd41ed/django-argparse-command-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "93173a11f97fca0162970455d9758bdf", "sha256": "c4d7d431acbaa765837eb9710122b1c6f0218f9b93a5ad9c6597fd2873475817" }, "downloads": -1, "filename": "django-argparse-command-0.1.0.tar.gz", "has_sig": false, "md5_digest": "93173a11f97fca0162970455d9758bdf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3335, "upload_time": "2011-12-30T03:46:34", "url": "https://files.pythonhosted.org/packages/d6/e0/a8b83bf831aa9cf7b066dc5c9643516ad0caed5a45925b9ecc2d49dd41ed/django-argparse-command-0.1.0.tar.gz" } ] }