{ "info": { "author": "SP", "author_email": "sp@wacko.com", "bugtrack_url": null, "classifiers": [], "description": "python-cmdline-bootstrap\n========================\n\nThis is a structure template for Python command line applications, ready to be\nreleased and distributed via setuptools/PyPI/pip for Python 2 and 3.\n\nUsage\n-----\n\nClone this repository and adopt the bootstrap structure for your own project.\nThis is just a starting point, but I hope a good one. From there on, you should\nread and follow http://python-packaging-user-guide.readthedocs.org/en/latest/,\nthe definite resource on Python packaging.\n\n\n\nBehavior\n--------\n\nFlexible invocation\n*******************\n\nThe application can be run right from the source directory, in two different\nways:\n\n1) Treating the bootstrap directory as a package *and* as the main script::\n\n $ python -m bootstrap arg1 arg2\n Executing bootstrap version 0.2.0.\n List of argument strings: ['arg1', 'arg2']\n Stuff and Boo():\n \n \n\n2) Using the bootstrap-runner.py wrapper::\n\n $ ./bootstrap-runner.py arg1 arg2\n Executing bootstrap version 0.2.0.\n List of argument strings: ['arg1', 'arg2']\n Stuff and Boo():\n \n \n\n\nInstallation sets up bootstrap command\n**************************************\n\nSituation before installation::\n\n $ bootstrap\n bash: bootstrap: command not found\n\nInstallation right from the source tree (or via pip from PyPI)::\n\n $ python setup.py install\n\nNow, the ``bootstrap`` command is available::\n\n $ bootstrap arg1 arg2\n Executing bootstrap version 0.2.0.\n List of argument strings: ['arg1', 'arg2']\n Stuff and Boo():\n \n \n\n\nOn Unix-like systems, the installation places a ``bootstrap`` script into a\ncentralized ``bin`` directory, which should be in your ``PATH``. On Windows,\n``bootstrap.exe`` is placed into a centralized ``Scripts`` directory which\nshould also be in your ``PATH``.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "something", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "sectemp-bootstrap", "package_url": "https://pypi.org/project/sectemp-bootstrap/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sectemp-bootstrap/", "project_urls": { "Homepage": "something" }, "release_url": "https://pypi.org/project/sectemp-bootstrap/0.2.1/", "requires_dist": null, "requires_python": "", "summary": "Python command line application bare bones template.", "version": "0.2.1" }, "last_serial": 1897998, "releases": { "0.2.0": [], "0.2.1": [ { "comment_text": "", "digests": { "md5": "182de7e94202cd3322520981fa926c31", "sha256": "5f525710fdfd0e4080c1ea2cf0102686f2876070d9d7d2d43f519c0e4e429970" }, "downloads": -1, "filename": "sectemp-bootstrap-0.2.1.tar.gz", "has_sig": false, "md5_digest": "182de7e94202cd3322520981fa926c31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2532, "upload_time": "2016-01-10T20:27:14", "url": "https://files.pythonhosted.org/packages/42/5d/5e5637a0eb828da07c95ee6adf74135e75dc2a94d319da406bd750221fb5/sectemp-bootstrap-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "182de7e94202cd3322520981fa926c31", "sha256": "5f525710fdfd0e4080c1ea2cf0102686f2876070d9d7d2d43f519c0e4e429970" }, "downloads": -1, "filename": "sectemp-bootstrap-0.2.1.tar.gz", "has_sig": false, "md5_digest": "182de7e94202cd3322520981fa926c31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2532, "upload_time": "2016-01-10T20:27:14", "url": "https://files.pythonhosted.org/packages/42/5d/5e5637a0eb828da07c95ee6adf74135e75dc2a94d319da406bd750221fb5/sectemp-bootstrap-0.2.1.tar.gz" } ] }