{ "info": { "author": "", "author_email": "sreekiranar@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# MAKETREEDIR\n\nOS wrapper python package which checks if a given folder tree path exists and creates them.\n\n\n### Installation\n\nOnce you have cloned the repository, you can easily install by\n\n`pip install .`\n\n### Usage\n\nConsider a situation where you have to create a folder tree like folder structure. i.e Folder inside a folder inside a folder\nIf you have to make use of traditional approaches, you have to write a number of loops and checks for doing so using os library.\nThis wrapper has already done it and you can create any folder tree structure in one line.\neg:\n```python\nfrom MakeTreeDir import MAKETREEDIR\nMAKETREEDIR().makedir('this/is/a/testing/package/creation')\n\n```\nThe folders will be created instantly.\n## Authors\n\n* **Sreekiran A R** - *Analytics Consultant, AI Labs, Bridgei2i Analytics Solutions* -\n [Github](https://github.com/Sreekiranar) ,\n[Stackoverflow](https://stackoverflow.com/users/9605907/sreekiran)\n\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details", "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/Sreekiranar/MakeTreeDir.git", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "MakeTreeDir", "package_url": "https://pypi.org/project/MakeTreeDir/", "platform": "", "project_url": "https://pypi.org/project/MakeTreeDir/", "project_urls": { "Homepage": "https://github.com/Sreekiranar/MakeTreeDir.git" }, "release_url": "https://pypi.org/project/MakeTreeDir/0.1/", "requires_dist": null, "requires_python": "", "summary": "OS wrapper python package which checks if a given folder tree path exists and creates them.", "version": "0.1" }, "last_serial": 5971166, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "6f4c64d706bc349cb394ba3cf34b1e0e", "sha256": "d1a457dd6a83477110bad701ed48af47bd3f897c8e178f6014997be8073cf3c9" }, "downloads": -1, "filename": "MakeTreeDir-0.1.tar.gz", "has_sig": false, "md5_digest": "6f4c64d706bc349cb394ba3cf34b1e0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1922, "upload_time": "2019-10-14T12:02:03", "url": "https://files.pythonhosted.org/packages/3c/18/61a779cf02848cfe1f550b4066b63a236d7caf1e1fbcfee4cf026dd37d2e/MakeTreeDir-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6f4c64d706bc349cb394ba3cf34b1e0e", "sha256": "d1a457dd6a83477110bad701ed48af47bd3f897c8e178f6014997be8073cf3c9" }, "downloads": -1, "filename": "MakeTreeDir-0.1.tar.gz", "has_sig": false, "md5_digest": "6f4c64d706bc349cb394ba3cf34b1e0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1922, "upload_time": "2019-10-14T12:02:03", "url": "https://files.pythonhosted.org/packages/3c/18/61a779cf02848cfe1f550b4066b63a236d7caf1e1fbcfee4cf026dd37d2e/MakeTreeDir-0.1.tar.gz" } ] }