{ "info": { "author": "Shardul Nalegave", "author_email": "nalegaveshardul40@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Utilities" ], "description": "\n# Use\nA Library For Dynamically Importing Modules. Inspired By **Node.js** `require` Function.\n\n\n-----------------------------------------------------------------------------------------------------------\n\n\n## Installation\nUse can be installed using Pip by the command:-\n\n\n````\n\n [sudo] pip install use\n\n````\n\n\n## Usage\nIf the file structure is like:-\n\n````\n\n test/\n \ttest/\n \t\t__init__.py\n \t\ttest.py\n \t\tutils/\n \t\t\t__init__.py\n \t\t\tutils.py\n\n````\n\nIf you want to import `test/test/__init__.py` in the file `test/test/utils/utils.py` it is not possible, but using **Use** you can do it by putting the following snippet in `test/test/utils/utils.py` file.\n\n````\n\n from use import use\n\n initFile = use(\"./../__init__\")\n\n````\n\n\n-----------------------------------------------------------------------------------------------------------\n\n\n**License Under The [MIT](./LICENSE) License**\n**A Project By [Shardul Nalegave](https://shardul.netlify.com)**\n\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/ShardulNalegave/use.py", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "use", "package_url": "https://pypi.org/project/use/", "platform": "", "project_url": "https://pypi.org/project/use/", "project_urls": { "Homepage": "https://github.com/ShardulNalegave/use.py" }, "release_url": "https://pypi.org/project/use/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "A Library For Dynamically Importing Modules. Inspired By **Node.js** `require` Function.", "version": "0.1.0" }, "last_serial": 4125159, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "df2f3de08f8baa0ef7f8f68c04fa2425", "sha256": "fb7eaecf82d810ee4bae194ef142467cffbcee96f08b1c3c1ad7dcc43b1f1e10" }, "downloads": -1, "filename": "use-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "df2f3de08f8baa0ef7f8f68c04fa2425", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2831, "upload_time": "2018-08-01T15:23:54", "url": "https://files.pythonhosted.org/packages/39/65/a4fc1a7c178690b1e9415d16004aef68a913abfcb7fceb6766468c75adb1/use-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2e2fa35e401e39539e0da158558fcbfe", "sha256": "6ae8e96fb414b6bfd2bf45d59ab9115887cb24026fff9198600d643828a6797f" }, "downloads": -1, "filename": "use-0.1.0.tar.gz", "has_sig": false, "md5_digest": "2e2fa35e401e39539e0da158558fcbfe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2631, "upload_time": "2018-08-01T15:23:55", "url": "https://files.pythonhosted.org/packages/84/be/a9642e953d9dba0d4da68bfc1b703a02970fea24390f9b656a6e3909e994/use-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "df2f3de08f8baa0ef7f8f68c04fa2425", "sha256": "fb7eaecf82d810ee4bae194ef142467cffbcee96f08b1c3c1ad7dcc43b1f1e10" }, "downloads": -1, "filename": "use-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "df2f3de08f8baa0ef7f8f68c04fa2425", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2831, "upload_time": "2018-08-01T15:23:54", "url": "https://files.pythonhosted.org/packages/39/65/a4fc1a7c178690b1e9415d16004aef68a913abfcb7fceb6766468c75adb1/use-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2e2fa35e401e39539e0da158558fcbfe", "sha256": "6ae8e96fb414b6bfd2bf45d59ab9115887cb24026fff9198600d643828a6797f" }, "downloads": -1, "filename": "use-0.1.0.tar.gz", "has_sig": false, "md5_digest": "2e2fa35e401e39539e0da158558fcbfe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2631, "upload_time": "2018-08-01T15:23:55", "url": "https://files.pythonhosted.org/packages/84/be/a9642e953d9dba0d4da68bfc1b703a02970fea24390f9b656a6e3909e994/use-0.1.0.tar.gz" } ] }