{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Operating System :: Unix", "Programming Language :: Unix Shell", "Topic :: Utilities" ], "description": "\n\n[![](https://img.shields.io/badge/OS-Unix-blue.svg?longCache=True)]()\n\n#### Installation\n```bash\n$ [sudo] pip install dir-exec\n```\n\n#### Scripts usage\ncommand|`usage`\n-|-\n`dir-exec` |`usage: dir-exec command path ...`\n\n#### Examples\n```bash\n$ find ~/git/gists -type d -mindepth 1 -maxdepth 1 -print0 | xargs -0 dir-exec command\n```\n\nexecute function\n```bash\nfunc() {\n ...\n}\nexport -f func\nfind ~/git/gists -type d -mindepth 1 -maxdepth 1 -print0 | xargs -0 dir-exec func\n```\n\n

\n python-readme-generator\n

", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/looking-for-a-job/dir-exec", "keywords": "exec dir", "license": "", "maintainer": "", "maintainer_email": "", "name": "dir-exec", "package_url": "https://pypi.org/project/dir-exec/", "platform": "", "project_url": "https://pypi.org/project/dir-exec/", "project_urls": { "Homepage": "https://github.com/looking-for-a-job/dir-exec" }, "release_url": "https://pypi.org/project/dir-exec/2019.5.22/", "requires_dist": null, "requires_python": "", "summary": "execute command from every dir", "version": "2019.5.22" }, "last_serial": 5587293, "releases": { "2019.4.13": [ { "comment_text": "", "digests": { "md5": "5cd17a57b32f22705d18a58a92b74392", "sha256": "42020c9881c4365dfed61650bcd0e012a770920ad29a6758575901fc0baaa663" }, "downloads": -1, "filename": "dir-exec-2019.4.13.tar.gz", "has_sig": false, "md5_digest": "5cd17a57b32f22705d18a58a92b74392", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1344, "upload_time": "2019-05-18T21:10:53", "url": "https://files.pythonhosted.org/packages/9f/cf/c46143941fa0c86896a40d0525fb0e267d515988358ef6a2c12283160379/dir-exec-2019.4.13.tar.gz" } ], "2019.5.22": [ { "comment_text": "", "digests": { "md5": "63f72df10ade4f130e6c2a313a84dbd5", "sha256": "6af0fa4b2f7873623fed87d5d7bc5fbb1b78680f844c8bb1da8c443b741025f5" }, "downloads": -1, "filename": "dir-exec-2019.5.22.tar.gz", "has_sig": false, "md5_digest": "63f72df10ade4f130e6c2a313a84dbd5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1345, "upload_time": "2019-05-22T16:49:10", "url": "https://files.pythonhosted.org/packages/8e/9c/70fd504e87459f9f220689c716a7d4d90ee9c68bf04f909ce7202f895cde/dir-exec-2019.5.22.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "63f72df10ade4f130e6c2a313a84dbd5", "sha256": "6af0fa4b2f7873623fed87d5d7bc5fbb1b78680f844c8bb1da8c443b741025f5" }, "downloads": -1, "filename": "dir-exec-2019.5.22.tar.gz", "has_sig": false, "md5_digest": "63f72df10ade4f130e6c2a313a84dbd5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1345, "upload_time": "2019-05-22T16:49:10", "url": "https://files.pythonhosted.org/packages/8e/9c/70fd504e87459f9f220689c716a7d4d90ee9c68bf04f909ce7202f895cde/dir-exec-2019.5.22.tar.gz" } ] }