{ "info": { "author": "Nicholas Lourie", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "======\nruncli\n======\nRun commands for your repo, easily.\n\n``runcli`` allows you to define a ``Runfile`` at the root of your\nrepository, and then call that file from anywhere in your repo as a\nscript using the command ``run``. The rest is up to you!\n\nSee `the github repo `_ for the\nsource code.\n\n\n------------\nInstallation\n------------\n\nInstall ``runcli`` with ``pip``::\n\n pip install runcli\n\nCurrently only linux is tested, but it should also work on Mac.\n\n\n----------\nQuickstart\n----------\nTo use ``run``, first write a ``Runfile`` in the root of some\nrepository. The ``Runfile`` is just a script, and can be any script you\nlike, for example::\n\n #! /bin/bash\n\n echo $1\n\nThen, from anywhere in your repository call the ``Runfile`` script using\nthe ``run`` command::\n\n > run \"hello, world!\"\n hello, world!\n\nThat's all there is to it.\n\n\n------------\nContributing\n------------\nPull requests are welcome. All contributions should happen on\n`the github repo `_.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/nalourie/runcli", "keywords": "development", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "runcli", "package_url": "https://pypi.org/project/runcli/", "platform": "", "project_url": "https://pypi.org/project/runcli/", "project_urls": { "Homepage": "https://github.com/nalourie/runcli" }, "release_url": "https://pypi.org/project/runcli/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Use Runfiles in your projects.", "version": "0.0.1" }, "last_serial": 3028079, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "612f9c3a6fafbde0e721ead0011ef7f3", "sha256": "4126cd2d16f36b9b9f9d4939eabd15b53e71b2639c79041f06c7f741c0e7ad1d" }, "downloads": -1, "filename": "runcli-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "612f9c3a6fafbde0e721ead0011ef7f3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6988, "upload_time": "2017-07-17T08:12:47", "url": "https://files.pythonhosted.org/packages/30/3d/8fbf65932abec5c05035d3f18afdd1fc250c7a6655814928205c51131414/runcli-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5813db54a30e6f0489cd6880e415001e", "sha256": "6815e215fc94ec8a1e2a182710ce29b4e1941e7943c107479de2665815616daa" }, "downloads": -1, "filename": "runcli-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5813db54a30e6f0489cd6880e415001e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3785, "upload_time": "2017-07-17T08:12:49", "url": "https://files.pythonhosted.org/packages/b1/59/d0315f0220b70b1a5a147533d9b4a76c1de5d7edfeb00718f75aaa9b7d9c/runcli-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "612f9c3a6fafbde0e721ead0011ef7f3", "sha256": "4126cd2d16f36b9b9f9d4939eabd15b53e71b2639c79041f06c7f741c0e7ad1d" }, "downloads": -1, "filename": "runcli-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "612f9c3a6fafbde0e721ead0011ef7f3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6988, "upload_time": "2017-07-17T08:12:47", "url": "https://files.pythonhosted.org/packages/30/3d/8fbf65932abec5c05035d3f18afdd1fc250c7a6655814928205c51131414/runcli-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5813db54a30e6f0489cd6880e415001e", "sha256": "6815e215fc94ec8a1e2a182710ce29b4e1941e7943c107479de2665815616daa" }, "downloads": -1, "filename": "runcli-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5813db54a30e6f0489cd6880e415001e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3785, "upload_time": "2017-07-17T08:12:49", "url": "https://files.pythonhosted.org/packages/b1/59/d0315f0220b70b1a5a147533d9b4a76c1de5d7edfeb00718f75aaa9b7d9c/runcli-0.0.1.tar.gz" } ] }