{ "info": { "author": "D. Yu", "author_email": "dyu+honeypot@fastmail.fm", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "===============================\nwalker\n===============================\n\n.. image:: https://badge.fury.io/py/walker.png\n :target: http://badge.fury.io/py/walker\n\n.. image:: https://travis-ci.org/darylyu/walker.png?branch=master\n :target: https://travis-ci.org/darylyu/walker\n\n.. image:: https://pypip.in/d/walker/badge.png\n :target: https://pypi.python.org/pypi/walker\n\n\nWalker executes the same command on multiple directories.\n\n* Free software: BSD license\n* Documentation: https://walker.readthedocs.org.\n\nInstallation\n---------------\n\nWalker can be installed from PyPI. ::\n\n $ pip install walker\n\nUsage\n--------\n\nWalker only gets the immediate children of the current directory.\n\nHere is an example of it showing showing the status of different\ngit repositories: ::\n\n $ walker git status\n \n walker: in /home/dyu/src/couchdb-lucene\n # On branch master\n nothing to commit (working directory clean)\n \n walker: in /home/dyu/src/dotfiles\n # On branch master\n # Changes not staged for commit:\n # (use \"git add ...\" to update what will be committed)\n # (use \"git checkout -- ...\" to discard changes in working directory)\n #\n # modified: gitignore_global\n #\n no changes added to commit (use \"git add\" and/or \"git commit -a\")\n \n walker: in /home/dyu/src/es\n fatal: Not a git repository (or any of the parent directories): .git\n\nHere is another example of it showing disk usage: ::\n\n $ walker du -cksh\n\n walker: in /home/dyu/src/cookiecutter\n 2.1M .\n 2.1M total\n\n walker: in /home/dyu/src/couchdb-lucene\n 145M .\n 145M total\n\n walker: in /home/dyu/src/dotfiles\n 588K .\n 588K total\n\n walker: in /home/dyu/src/es\n 245M .\n 245M total\n\n\n\n\nHistory\n-------\n\n0.0.2 (2014-09-13)\n---------------------\n\n* Some clean up and half-hearted docs.\n\n0.0.1 (2014-09-13)\n---------------------\n\n* First release on PyPI.", "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/darylyu/walker", "keywords": "walker", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "walker", "package_url": "https://pypi.org/project/walker/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/walker/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/darylyu/walker" }, "release_url": "https://pypi.org/project/walker/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Walker executes the same command on multiple directories.", "version": "0.0.2" }, "last_serial": 5688044, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "33d6f48f55744c9607787cbc73074eb6", "sha256": "f7e50baa76ca40ff3ec8b928177116b25654cd8835c053dd691a5224012264d4" }, "downloads": -1, "filename": "walker-0.0.1.tar.gz", "has_sig": false, "md5_digest": "33d6f48f55744c9607787cbc73074eb6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11080, "upload_time": "2014-09-13T06:07:09", "url": "https://files.pythonhosted.org/packages/b6/3f/a0b34a7b74e86e58ada8d8d3d85abe85f8968b253ff917a4d92abd67b3cb/walker-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "f3b7db22d943df8b47e5516c11ba1234", "sha256": "50d3e3fac38d88383a471e27eff2740ac77a838d577c795997434c597eee333d" }, "downloads": -1, "filename": "walker-0.0.2.tar.gz", "has_sig": false, "md5_digest": "f3b7db22d943df8b47e5516c11ba1234", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11659, "upload_time": "2014-09-13T07:37:38", "url": "https://files.pythonhosted.org/packages/d6/60/27737c77b9447b08baa7796f3ab210e22d4d4bfbdfd4f49a7d932be27efb/walker-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f3b7db22d943df8b47e5516c11ba1234", "sha256": "50d3e3fac38d88383a471e27eff2740ac77a838d577c795997434c597eee333d" }, "downloads": -1, "filename": "walker-0.0.2.tar.gz", "has_sig": false, "md5_digest": "f3b7db22d943df8b47e5516c11ba1234", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11659, "upload_time": "2014-09-13T07:37:38", "url": "https://files.pythonhosted.org/packages/d6/60/27737c77b9447b08baa7796f3ab210e22d4d4bfbdfd4f49a7d932be27efb/walker-0.0.2.tar.gz" } ] }