{ "info": { "author": "Chris Heisel", "author_email": "chris@heisel.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "pywatch\n=======\nA python clone (almost) of the Linux watch command.\n\nThe pywatch.watcher.Watcher class can be told to watch a set of files,\nand given a set of commands to run whenever any of those files change.\n\nIt was inspired by Ruby's ZenTest, but while it can be used for testing,\npywatch is intended to run any command when files change... test runners\nor otherwise.\n\nSee pywatch.autotest for an example of a continously running\nwatch-and-runner.\n\n\npywatch usage\n-------------\nUsage: pywatch [options] \"command\" file1 file2 ...\n\nOptions:\n -h, --help show this help message and exit\n -v, --verbose Output timestamp when commands are run.\n --version Output version number and exit\n\nChangelog\n---------\n0.4\n~~~\n* Directories are now walked recursively and all files are added and watched\n\n0.3.2\n~~~~~\n* Added --version\n\n0.3.1\n~~~~~\n* Changed setup.py to include proper url\n* Added error catching for os.stat calls \n* pywatch with no args displays usage\n\n0.3\n~~~\n* Added pywatch command line client\n\n0.2\n~~~\n* Fixed missing os import in setup.py\n\n0.1\n~~~\n* Initial release of python module", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://heisel.org/blog/code/pywatch/", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pywatch", "package_url": "https://pypi.org/project/pywatch/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pywatch/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://heisel.org/blog/code/pywatch/" }, "release_url": "https://pypi.org/project/pywatch/0.4/", "requires_dist": null, "requires_python": null, "summary": "Runs arbitrary commands if files specified to be watched change.", "version": "0.4" }, "last_serial": 798252, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "3dadff519901a2fde87cf7b476c9a324", "sha256": "034ead16ccd5b11e90ba73bcd7ec5709861da82c149526e5fbd6238ed6676079" }, "downloads": -1, "filename": "pywatch-0.1.tar.gz", "has_sig": false, "md5_digest": "3dadff519901a2fde87cf7b476c9a324", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3057, "upload_time": "2009-06-13T17:58:26", "url": "https://files.pythonhosted.org/packages/a2/11/e42b951be6660bbb8a2b31a62d590de8045efb4ba4544ebb2e31bb4c968c/pywatch-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "843725672fada962f1abf5d1d4950cfa", "sha256": "cab7465216c0130a9cae09a730b86837ea66e888f6da24bd6726958d6a9cf901" }, "downloads": -1, "filename": "pywatch-0.2.tar.gz", "has_sig": false, "md5_digest": "843725672fada962f1abf5d1d4950cfa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3086, "upload_time": "2009-06-13T18:07:15", "url": "https://files.pythonhosted.org/packages/99/18/667e419b511c663eb473d684752936514d7721e4ca2bd5fb50e47fb24508/pywatch-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "91495b8fbf15065a255248adacc27018", "sha256": "3817ce5d87477b816bfc13928aa68494b808aee3818865085a826dfb79870ea3" }, "downloads": -1, "filename": "pywatch-0.3.tar.gz", "has_sig": false, "md5_digest": "91495b8fbf15065a255248adacc27018", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3578, "upload_time": "2009-06-20T17:49:41", "url": "https://files.pythonhosted.org/packages/55/9b/5fe2bbb13d21ebe21a86ff08e73a2a18ac44c3c9d987e7e32d900d5fc9c7/pywatch-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "c9879e7fbdbe775c7f7f69936cfbb25e", "sha256": "e4bc98307cde8836b66aaae2bdc58e5d16cfa54f07ac9d2d29ca2e22ba882616" }, "downloads": -1, "filename": "pywatch-0.3.1.tar.gz", "has_sig": false, "md5_digest": "c9879e7fbdbe775c7f7f69936cfbb25e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3727, "upload_time": "2009-07-19T20:58:29", "url": "https://files.pythonhosted.org/packages/5c/a2/8815945dbdc01afc6cf78cd25c7b9410254a4eb20014eb4d8b3e89b25999/pywatch-0.3.1.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "2d398ec66eb889eabc44086c9313b4d7", "sha256": "b853e12055fff62026ce0b7275fa97d2d2862a486fb9259700949cda5caee1cf" }, "downloads": -1, "filename": "pywatch-0.4.tar.gz", "has_sig": false, "md5_digest": "2d398ec66eb889eabc44086c9313b4d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4111, "upload_time": "2009-08-20T02:14:00", "url": "https://files.pythonhosted.org/packages/c4/ae/5db78d952e0159d735222fb067664886536eb8fa9524c6eeaa546cec0909/pywatch-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2d398ec66eb889eabc44086c9313b4d7", "sha256": "b853e12055fff62026ce0b7275fa97d2d2862a486fb9259700949cda5caee1cf" }, "downloads": -1, "filename": "pywatch-0.4.tar.gz", "has_sig": false, "md5_digest": "2d398ec66eb889eabc44086c9313b4d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4111, "upload_time": "2009-08-20T02:14:00", "url": "https://files.pythonhosted.org/packages/c4/ae/5db78d952e0159d735222fb067664886536eb8fa9524c6eeaa546cec0909/pywatch-0.4.tar.gz" } ] }