{ "info": { "author": "Yauhen Yakimovich", "author_email": "eugeny.yakimovitch@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "findtools\n=========\n\nFindtools is a pythonic implementation of file search routines inspired by\nGNU Findutils.\n\n\n```python\nfrom findtools.find_files import (find_files, Match)\n\n\n# Recursively find all *.sh files in **/usr/bin**\nsh_files_pattern = Match(filetype='f', name='*.sh')\nfound_files = find_files(path='/usr/bin', match=sh_files_pattern)\n\nfor found_file in found_files:\n\tprint found_file\n```\n\nThe above is equivalent to\n\n
\n\tfind /usr/bin -type f -name '*.sh'\n\n\n\n\nInstallation\n------------\nYou can install th library by using PyPI registry, e.g.\n\n
\n pip install findtools\n\n\nAlternatively you can clone git repository\n\n
\n git clone https://github.com/ewiger/findtools.git findtools && cd findtools\n sudo python setup.py install\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/ewiger/findtools/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ewiger/findtools", "keywords": null, "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "findtools", "package_url": "https://pypi.org/project/findtools/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/findtools/", "project_urls": { "Download": "https://github.com/ewiger/findtools/tarball/master", "Homepage": "https://github.com/ewiger/findtools" }, "release_url": "https://pypi.org/project/findtools/1.0.3/", "requires_dist": null, "requires_python": null, "summary": "Python implementation of GNU Findutils", "version": "1.0.3" }, "last_serial": 1150814, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "3ca16005bea61b61c7370935bf06e0e7", "sha256": "9c056d9def11dd5be900f60a6f7b0c10c8aa040bc0bc07907d8ec6e06dbf2d4a" }, "downloads": -1, "filename": "findtools-1.0.0.tar.gz", "has_sig": false, "md5_digest": "3ca16005bea61b61c7370935bf06e0e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3182, "upload_time": "2014-04-10T14:12:51", "url": "https://files.pythonhosted.org/packages/01/6f/9eaedd6ab9a91cf2b3c585d3be4551aa3ab662cfca59046507e324a3e45c/findtools-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "3ffd6eb2a10e42d9a9813b31fa32df07", "sha256": "bdd4331d351f19d659144d846e1ed0ee870e9ac793f15c88eb5b0b03a77c0610" }, "downloads": -1, "filename": "findtools-1.0.1.tar.gz", "has_sig": false, "md5_digest": "3ffd6eb2a10e42d9a9813b31fa32df07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3434, "upload_time": "2014-06-27T15:42:57", "url": "https://files.pythonhosted.org/packages/0e/a7/0f79a48397976fd12bcf4e824ef7d773d361a325feaed54c37f65bb9058a/findtools-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "1192e9a618316d32346805a6082ded8f", "sha256": "19fcb6015d12e031840f2cee94d8b1bc5bc98372a09693af2381c5d91a331009" }, "downloads": -1, "filename": "findtools-1.0.2.tar.gz", "has_sig": false, "md5_digest": "1192e9a618316d32346805a6082ded8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3504, "upload_time": "2014-07-01T15:37:42", "url": "https://files.pythonhosted.org/packages/9f/8a/10f7fdd347c9908357b6b991bcd0598b024e1ab4a8eb621fcde4717a74c1/findtools-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "7c26666bd14130789e814ee0351967be", "sha256": "3c0abae0b6d03916b759b7e475ab024e2f16c99ca244470919539fca6ea5e6e5" }, "downloads": -1, "filename": "findtools-1.0.3.tar.gz", "has_sig": false, "md5_digest": "7c26666bd14130789e814ee0351967be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3831, "upload_time": "2014-07-08T12:15:48", "url": "https://files.pythonhosted.org/packages/3e/d1/8c9b22e5b97c907b3b925b9a4d7a31450fb448b07c5bc33346a13a4d5d9b/findtools-1.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7c26666bd14130789e814ee0351967be", "sha256": "3c0abae0b6d03916b759b7e475ab024e2f16c99ca244470919539fca6ea5e6e5" }, "downloads": -1, "filename": "findtools-1.0.3.tar.gz", "has_sig": false, "md5_digest": "7c26666bd14130789e814ee0351967be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3831, "upload_time": "2014-07-08T12:15:48", "url": "https://files.pythonhosted.org/packages/3e/d1/8c9b22e5b97c907b3b925b9a4d7a31450fb448b07c5bc33346a13a4d5d9b/findtools-1.0.3.tar.gz" } ] }