{ "info": { "author": "KIC", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "License :: OSI Approved :: MIT License" ], "description": "## Include Pycharm Source Folders as Modules\nThis is a very simple tool which just adds all source folders from a pycharm project to the\n search path. It is very useful when working with notebooks while all the clutter gets\n nicely organized in python modules via pycharm. \n\nIf you have a pycharm project like\n```\nsuper-project\n fancy_calculations\n fancy_module\n __init__.py\n notebooks\n a notebook.ipynb\n```\n \nA notebooks first cell may look like:\n```python\n%matplotlib inline\n%load_ext autoreload\n%autoreload 2\nfrom include_pycharm_modules import import_source_folders\nimport_source_folders(\"..\")\n\nimport fancy_module \n```\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/KIC/include-pycharm-modules", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "include-pycharm-modules", "package_url": "https://pypi.org/project/include-pycharm-modules/", "platform": "", "project_url": "https://pypi.org/project/include-pycharm-modules/", "project_urls": { "Homepage": "https://github.com/KIC/include-pycharm-modules" }, "release_url": "https://pypi.org/project/include-pycharm-modules/0.0.1/", "requires_dist": [ "beautifulsoup4" ], "requires_python": ">= 3.7", "summary": "Adds any pycharm source folder to the python module search path so you can import them as if they were installed", "version": "0.0.1" }, "last_serial": 6002355, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "a6bf5f50152466098d5f85894cae92c7", "sha256": "1384c55a572cebb98deec7ac63238fc07ea3fdbf28fc71e41e7020c51a9a3a87" }, "downloads": -1, "filename": "include_pycharm_modules-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a6bf5f50152466098d5f85894cae92c7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">= 3.7", "size": 2912, "upload_time": "2019-10-20T09:07:39", "url": "https://files.pythonhosted.org/packages/60/23/865b0906db48028852955c0081732f77c9b51effc88f2a9fd6f3520966cb/include_pycharm_modules-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9541a8c5d406626702b8da066c06cfd1", "sha256": "7af810162f31a14870bae7461ecb3f9926f086e6f0c0d9e09c0b928384a558ff" }, "downloads": -1, "filename": "include-pycharm-modules-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9541a8c5d406626702b8da066c06cfd1", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 3.7", "size": 2072, "upload_time": "2019-10-20T09:07:42", "url": "https://files.pythonhosted.org/packages/99/c2/55e3d5ede49430f725beedacadcbdd12f0e59076a87c0cbd4224afc17076/include-pycharm-modules-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a6bf5f50152466098d5f85894cae92c7", "sha256": "1384c55a572cebb98deec7ac63238fc07ea3fdbf28fc71e41e7020c51a9a3a87" }, "downloads": -1, "filename": "include_pycharm_modules-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a6bf5f50152466098d5f85894cae92c7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">= 3.7", "size": 2912, "upload_time": "2019-10-20T09:07:39", "url": "https://files.pythonhosted.org/packages/60/23/865b0906db48028852955c0081732f77c9b51effc88f2a9fd6f3520966cb/include_pycharm_modules-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9541a8c5d406626702b8da066c06cfd1", "sha256": "7af810162f31a14870bae7461ecb3f9926f086e6f0c0d9e09c0b928384a558ff" }, "downloads": -1, "filename": "include-pycharm-modules-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9541a8c5d406626702b8da066c06cfd1", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 3.7", "size": 2072, "upload_time": "2019-10-20T09:07:42", "url": "https://files.pythonhosted.org/packages/99/c2/55e3d5ede49430f725beedacadcbdd12f0e59076a87c0cbd4224afc17076/include-pycharm-modules-0.0.1.tar.gz" } ] }