{ "info": { "author": "yuukidach", "author_email": "chendamailbox@foxmail.com", "bugtrack_url": null, "classifiers": [], "description": "# pydeplist\n\n## Description\n\nThis is a command line tool to list all remote GitHub dependencies for a python package.\n\nThe dependencies will stop be listed until we have no access to the repo **OR** there is no more dependency is needed.\n\n**NOTICE:** Now, this is only used for show dependencies which are in GitHub. But in the future, I'll try to extend it to packages in Pypi.\n\n## Installation\n\n``` Shell\n# cd pydeplist\npip3 install .\n```\n\n## Usage\n\n``` Shell\ncd [package folder]\npydeplist --user [user name for GitHub] --passwd [password]\n\n# or\n\npydeplist --dir [package folder] --user [user name for GitHub] --passwd [password]\n```\n\n## Example Output\n\n``` shell\n- setup\n - mcubn\n - upctl\n - aclient\n - testassis\n - kball\n - timeutil\n - pve\n - func\n - math\n - aclient\n - cpylua\n - mcubn\n - upctl\n - pve\n - func\n - math\n```\n\nThe dependency tree node ends at `func` and `math`, because we have no access for `func` and `math`, so we cannot go on. And it ens at `mcubn` because it does not depend in another GitHub repo.\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/yuukidach/pydeplist", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pydeplist", "package_url": "https://pypi.org/project/pydeplist/", "platform": "", "project_url": "https://pypi.org/project/pydeplist/", "project_urls": { "Homepage": "https://github.com/yuukidach/pydeplist" }, "release_url": "https://pypi.org/project/pydeplist/0.0.1/", "requires_dist": [ "Click (==7.0)" ], "requires_python": "", "summary": "A tool to list tree of all the python dependencies which are in GitHub.", "version": "0.0.1" }, "last_serial": 5695397, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "23b7d1cdabf431df8ecbccbd16a1b13f", "sha256": "322278b9b5fade0ab1906262197ed278b9378a90f2cbe400d6940a9e1aca65ac" }, "downloads": -1, "filename": "pydeplist-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "23b7d1cdabf431df8ecbccbd16a1b13f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5271, "upload_time": "2019-08-18T17:56:20", "url": "https://files.pythonhosted.org/packages/62/61/310b692636c3f68613278a9c59eef45fc3be35b39a6cd042b77889a50fc4/pydeplist-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "422cf1bef856763afc3a05145c7665b7", "sha256": "5a4660c626a15192e27de194feb1e8b5259b399f0949ba623dee7da0ef4f8e3c" }, "downloads": -1, "filename": "pydeplist-0.0.1.tar.gz", "has_sig": false, "md5_digest": "422cf1bef856763afc3a05145c7665b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4075, "upload_time": "2019-08-18T17:56:22", "url": "https://files.pythonhosted.org/packages/05/fa/3c813a87b8e4d31c7c3573a74ce4477ecb9d9aca3242871fbdd61db6cc7c/pydeplist-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "23b7d1cdabf431df8ecbccbd16a1b13f", "sha256": "322278b9b5fade0ab1906262197ed278b9378a90f2cbe400d6940a9e1aca65ac" }, "downloads": -1, "filename": "pydeplist-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "23b7d1cdabf431df8ecbccbd16a1b13f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5271, "upload_time": "2019-08-18T17:56:20", "url": "https://files.pythonhosted.org/packages/62/61/310b692636c3f68613278a9c59eef45fc3be35b39a6cd042b77889a50fc4/pydeplist-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "422cf1bef856763afc3a05145c7665b7", "sha256": "5a4660c626a15192e27de194feb1e8b5259b399f0949ba623dee7da0ef4f8e3c" }, "downloads": -1, "filename": "pydeplist-0.0.1.tar.gz", "has_sig": false, "md5_digest": "422cf1bef856763afc3a05145c7665b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4075, "upload_time": "2019-08-18T17:56:22", "url": "https://files.pythonhosted.org/packages/05/fa/3c813a87b8e4d31c7c3573a74ce4477ecb9d9aca3242871fbdd61db6cc7c/pydeplist-0.0.1.tar.gz" } ] }