{ "info": { "author": "OMOTO Kenji", "author_email": "doloopwhile@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3" ], "description": "############################################\nallfiles: Iterate files in directory trees\n############################################\nallfiles privites functions which iterate files or directories\nin direcotory trees.\nThe code of allfiles is almost a recipe 2.17 \"Walking Directory Trees\" in Python Cookbook, 2nd Edition.\nHowever, it is modified as my wish.\n\nExample\n=======\n::\n >>> from allfiles import allfiles\n >>> allfiles('C:\\Python32\\lib')\n \n >>> for f in allfiles('C:\\Python32\\lib'):\n ... print(f)\n ...\n C:\\Python32\\lib\\abc.py\n C:\\Python32\\lib\\aifc.py\n C:\\Python32\\lib\\antigravity.py\n C:\\Python32\\lib\\argparse.py\n C:\\Python32\\lib\\ast.py\n C:\\Python32\\lib\\asynchat.py\n C:\\Python32\\lib\\asyncore.py\n C:\\Python32\\lib\\base64.py\n C:\\Python32\\lib\\bdb.py\n C:\\Python32\\lib\\binhex.py\n (and more files...)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "allfiles", "package_url": "https://pypi.org/project/allfiles/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/allfiles/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/allfiles/1.0/", "requires_dist": null, "requires_python": null, "summary": "Iterate matched files in directory trees", "version": "1.0" }, "last_serial": 786236, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "d25991ebdc6277f60b90057c565f3b2d", "sha256": "0265c4531e2606afea3f975d503bddc91618fdd55d9901430795576c5db14524" }, "downloads": -1, "filename": "allfiles-1.0.zip", "has_sig": false, "md5_digest": "d25991ebdc6277f60b90057c565f3b2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4175, "upload_time": "2013-04-23T15:22:31", "url": "https://files.pythonhosted.org/packages/4f/00/40c5ce09ea08ad8c7838c10b7815222af2e70466c38b83e99f6092edf254/allfiles-1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d25991ebdc6277f60b90057c565f3b2d", "sha256": "0265c4531e2606afea3f975d503bddc91618fdd55d9901430795576c5db14524" }, "downloads": -1, "filename": "allfiles-1.0.zip", "has_sig": false, "md5_digest": "d25991ebdc6277f60b90057c565f3b2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4175, "upload_time": "2013-04-23T15:22:31", "url": "https://files.pythonhosted.org/packages/4f/00/40c5ce09ea08ad8c7838c10b7815222af2e70466c38b83e99f6092edf254/allfiles-1.0.zip" } ] }