{ "info": { "author": "Ronald Oussoren", "author_email": "ronaldoussoren@mac.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n------------\n\nModulegraph2 is a library for creating and introspecting\nthe dependency graph between Python modules. The graph is\ncreated using static analisys from source and byte code.\n\nThe dependency graph contains information about packages,\nmodules, extensions and their dependencies. The dependencies\nare annotated with relevant information about the import\nstatement.\n\nModules that from a distribution installed using pip also have\na link to information about that distribution.\n\nHistoric\n........\n\nModulegraph2 is a complete rewrite of `modulegraph `_,\nusing lessons learned in that project but with a complete new\nPython 3 code base and full test coverage.\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://modulegraph2.readthedocs.io/", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "modulegraph2", "package_url": "https://pypi.org/project/modulegraph2/", "platform": "", "project_url": "https://pypi.org/project/modulegraph2/", "project_urls": { "Documentation": "https://modulegraph2.readthedocs.io/", "Homepage": "https://modulegraph2.readthedocs.io/", "Issue Tracker": "https://bitbucket.org/ronaldoussoren/modulegraph2/issues?status=new&status=open", "Source Code": "https://bitbucket.org/ronaldoussoren/modulegraph2/src/default/", "Supporting": "https://blog.ronaldoussoren.net/support/" }, "release_url": "https://pypi.org/project/modulegraph2/2.0a1/", "requires_dist": [ "typing_extensions", "objectgraph==1.0a1", "dataclasses; python_version < '3.7'" ], "requires_python": ">=3.6,<4", "summary": "A module import dependency graph for Python projects.", "version": "2.0a1" }, "last_serial": 4773498, "releases": { "2.0a1": [ { "comment_text": "", "digests": { "md5": "610fcc53ccbaab2a037355a4f2a11404", "sha256": "6b57bc2b7204349a32104b64dbac73482746c9afe62adbf8e2ad570487e1dbaa" }, "downloads": -1, "filename": "modulegraph2-2.0a1-py3-none-any.whl", "has_sig": false, "md5_digest": "610fcc53ccbaab2a037355a4f2a11404", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4", "size": 106014, "upload_time": "2019-02-02T23:22:07", "url": "https://files.pythonhosted.org/packages/84/a9/88db78279b81daddfa0f9184ba766ed9a568cb25273646c92224178fb33e/modulegraph2-2.0a1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e21916083a30147b47990669795980df", "sha256": "c625145b571d9d1e80a57c943792d564a49111a2456ce4ea4bd2854cfae36f1d" }, "downloads": -1, "filename": "modulegraph2-2.0a1.tar.gz", "has_sig": false, "md5_digest": "e21916083a30147b47990669795980df", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4", "size": 154492, "upload_time": "2019-02-02T23:22:09", "url": "https://files.pythonhosted.org/packages/0b/af/e579031453aafd5dea0d6da181add11fab51b262b65e46478b00fed7b7f5/modulegraph2-2.0a1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "610fcc53ccbaab2a037355a4f2a11404", "sha256": "6b57bc2b7204349a32104b64dbac73482746c9afe62adbf8e2ad570487e1dbaa" }, "downloads": -1, "filename": "modulegraph2-2.0a1-py3-none-any.whl", "has_sig": false, "md5_digest": "610fcc53ccbaab2a037355a4f2a11404", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4", "size": 106014, "upload_time": "2019-02-02T23:22:07", "url": "https://files.pythonhosted.org/packages/84/a9/88db78279b81daddfa0f9184ba766ed9a568cb25273646c92224178fb33e/modulegraph2-2.0a1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e21916083a30147b47990669795980df", "sha256": "c625145b571d9d1e80a57c943792d564a49111a2456ce4ea4bd2854cfae36f1d" }, "downloads": -1, "filename": "modulegraph2-2.0a1.tar.gz", "has_sig": false, "md5_digest": "e21916083a30147b47990669795980df", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4", "size": 154492, "upload_time": "2019-02-02T23:22:09", "url": "https://files.pythonhosted.org/packages/0b/af/e579031453aafd5dea0d6da181add11fab51b262b65e46478b00fed7b7f5/modulegraph2-2.0a1.tar.gz" } ] }