{ "info": { "author": "Karim Bahgat", "author_email": "karim.bahgat.norway@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "Intended Audience :: Science/Research", "License :: OSI Approved", "Programming Language :: Python" ], "description": "tinypath\n========\n\nTinypath is a tiny file path module that provides only the most crucial\nand commonly needed functionality, including turning files and folders\ninto classes. Designed as a companion module for projects that require\nhandling arbitrary paths from users without breaking, and easy\nnavigation of local file systems.\n\nBy staying tiny in both size and functionality, the API is easy to learn\nso you can start using it right away. Essentially, it provides\nobject-oriented access to files and folders with several convenient\nattributes such as checking file or folder size, handling a lot of the\nintricacies of os.path behind the scene so you do not have to.\n\nPlatforms\n---------\n\nTested on Python version 2.x.\n\nDependencies\n------------\n\nPure Python, no dependencies.\n\nInstalling it\n-------------\n\nTinypath is installed with pip from the commandline:\n\n::\n\n pip install tinypath\n\nMore Information:\n-----------------\n\n- `Home Page `__\n- `API Documentation `__\n\nLicense:\n--------\n\nThis code is free to share, use, reuse, and modify according to the MIT\nlicense, see license.txt\n\nCredits:\n--------\n\nKarim Bahgat (2015)\n\nChanges\n-------\n\n0.1.1 (2015-12-11)\n~~~~~~~~~~~~~~~~~~\n\n- Lowercased package name\n\n0.1.0 (2015-06-26)\n~~~~~~~~~~~~~~~~~~\n\n- First pypi release", "description_content_type": null, "docs_url": "https://pythonhosted.org/tinypath/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/karimbahgat/tinypath", "keywords": "paths files folders organizing", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "tinypath", "package_url": "https://pypi.org/project/tinypath/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tinypath/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/karimbahgat/tinypath" }, "release_url": "https://pypi.org/project/tinypath/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Tinypath is a tiny object-oriented file path module that provides only the most crucial and commonly needed functionality, making it easy to learn and efficient to use.", "version": "0.1.1" }, "last_serial": 1857216, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "8da4ebfa34d9a0806e8500dc959016a1", "sha256": "0f17b727336c2eab536c34779936d8386ddd8ddb2a0eeb3031e9a1dfba7a3005" }, "downloads": -1, "filename": "tinypath-0.1.1.zip", "has_sig": false, "md5_digest": "8da4ebfa34d9a0806e8500dc959016a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8497, "upload_time": "2015-12-11T10:30:36", "url": "https://files.pythonhosted.org/packages/4a/a2/94557b2be0968a3f7b6ba857188590dd4c40340be70965b8189f6e29cddb/tinypath-0.1.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8da4ebfa34d9a0806e8500dc959016a1", "sha256": "0f17b727336c2eab536c34779936d8386ddd8ddb2a0eeb3031e9a1dfba7a3005" }, "downloads": -1, "filename": "tinypath-0.1.1.zip", "has_sig": false, "md5_digest": "8da4ebfa34d9a0806e8500dc959016a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8497, "upload_time": "2015-12-11T10:30:36", "url": "https://files.pythonhosted.org/packages/4a/a2/94557b2be0968a3f7b6ba857188590dd4c40340be70965b8189f6e29cddb/tinypath-0.1.1.zip" } ] }