{ "info": { "author": "Dustin Ingram", "author_email": "di@wiota.co", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: OS Independent", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.0", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Utilities" ], "description": "repyt\n=====\n\nAutomatically re-run Python commands when files change.\n\nInstallation\n============\n\n::\n\n pip install repyt\n\nUsage\n=====\n\n::\n\n repyt [-h] [--command COMMAND] [args]\n\nWhere::\n\n COMMAND Any command to execute in the shell, as a string. This\n doesn't even have to be a Python command!\n args Arguments as you would normally pass to the `python`\n command.\n -h or --help Show this help message and exit.\n\nExample\n=======\n\nUse it just like you would use the :code:`python` command:\n\n::\n\n repyt hello_world.py\n\nIncluding args is totally fine:\n\n::\n\n repyt hello_world.py --world=\"Earth\"\n\nThis is equivalent to:\n\n::\n\n repyt -c 'python hello_world.py --world=\"Earth\"'\n\nThe command arg doesn't even have to be a Python command:\n\n::\n\n repyt -c 'echo \"Yo Adrian! I did it!\"'\n\nDescription\n===========\n\nrepyt detects changes in the current directory and sub-directories, and re-runs\nyour Python script, application, or any other command when files are changed by\nyou or your editor.\n\nIt kindly ignores hidden files and a bunch of other stuff that probably isn't\nimportant.\n\nYou should use it just like you use the :code:`python` command, if possible.\n\nContact\n=======\n\n:On PyPI:\n http://pypi.python.org/pypi/repyt/\n\n:Souce:\n https://github.com/di/repyt\n\n:Issues:\n https://github.com/di/repyt/issues", "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/di/repyt", "keywords": "console command-line development re-run reload testing tests", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "repyt", "package_url": "https://pypi.org/project/repyt/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/repyt/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/di/repyt" }, "release_url": "https://pypi.org/project/repyt/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Automatically re-run Python applications when files change.", "version": "0.1.1" }, "last_serial": 1332880, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "4a25a4e99e48af964885cc1e362292a3", "sha256": "dff5334a3d0d3406d0ac0f32f0dc143d26cab7107133a03f95b30950c85e7500" }, "downloads": -1, "filename": "repyt-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4a25a4e99e48af964885cc1e362292a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2852, "upload_time": "2014-12-02T03:17:34", "url": "https://files.pythonhosted.org/packages/2d/07/8ed37a4eaa9b8217795a6cbd1f6ad11e90dcf39aa806716a8c27aa5cba55/repyt-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e9bd6da2babfdeb01d5ba981bd73b0ab", "sha256": "c071643487816e10257755a6b1044dac62e265f8f65907602bb61abff05e21f8" }, "downloads": -1, "filename": "repyt-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e9bd6da2babfdeb01d5ba981bd73b0ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2976, "upload_time": "2014-12-06T01:05:34", "url": "https://files.pythonhosted.org/packages/c4/80/f6aed3c643a6b537651fe12b7bcbc92761a5a86a6e63543a46c635ef4a0a/repyt-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e9bd6da2babfdeb01d5ba981bd73b0ab", "sha256": "c071643487816e10257755a6b1044dac62e265f8f65907602bb61abff05e21f8" }, "downloads": -1, "filename": "repyt-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e9bd6da2babfdeb01d5ba981bd73b0ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2976, "upload_time": "2014-12-06T01:05:34", "url": "https://files.pythonhosted.org/packages/c4/80/f6aed3c643a6b537651fe12b7bcbc92761a5a86a6e63543a46c635ef4a0a/repyt-0.1.1.tar.gz" } ] }