{ "info": { "author": "John Vrbanac", "author_email": "john.vrbanac@linux.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.7", "Topic :: Utilities" ], "description": "***************************************************\r\nPackMap - Python Package Dependency Finding Utility\r\n***************************************************\r\n\r\nPackMap is a simple utility which finds all dependent packages for a given Python package. It does this by installing the package and all of its dependencies into a clean temporary virtual environment and probing installed components for their actual requirements.\r\n\r\n**Project:** `https://github.com/jmvrbanac/PackMap `_\r\n\r\n\r\nInstallation:\r\n==============\r\nPackMap is available on PyPI and can be installed with pip:\r\n pip install packmap\r\n\r\n\r\nUsage:\r\n=======\r\n\r\nChecking the dependencies of a package called lplight on PyPI:\r\n packmap lplight --pdf-results\r\n\r\nChecking the dependencies of a package on your hard drive:\r\n packmap lplight --install-type path --install-path /path/to/package --pdf-results\r\n\r\n\r\nResults:\r\n=========\r\n\r\nPackMap output's two different type of results; JSON and PDF.\r\n\r\n* JSON results: Gives you the ability to parse through the results for yourself to find changes in version numbers or requirement specs.\r\n* PDF results: Produces an graph for easier viewing and consumption.\r\n\r\n.. note::\r\n The PDF results functionality requires the graphviz system package to be installed.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jmvrbanac/PackMap", "keywords": "discover package dependencies graph dependency requirement", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "packmap", "package_url": "https://pypi.org/project/packmap/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/packmap/", "project_urls": { "Homepage": "https://github.com/jmvrbanac/PackMap" }, "release_url": "https://pypi.org/project/packmap/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "A utility to discover all package dependencies for a specific Python package", "version": "0.0.1" }, "last_serial": 1433497, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "364c089eef0e9bc88d99bd1a8985b812", "sha256": "044cb3871de365af0e017551af23aa114652afb1ee847c69ad2777bb01466050" }, "downloads": -1, "filename": "packmap-0.0.1.tar.gz", "has_sig": false, "md5_digest": "364c089eef0e9bc88d99bd1a8985b812", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4381, "upload_time": "2014-08-18T01:25:55", "url": "https://files.pythonhosted.org/packages/16/a9/c163d8d1cbf18efd058847a1eecb5138820379b83c92bd3dece251a63e33/packmap-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "364c089eef0e9bc88d99bd1a8985b812", "sha256": "044cb3871de365af0e017551af23aa114652afb1ee847c69ad2777bb01466050" }, "downloads": -1, "filename": "packmap-0.0.1.tar.gz", "has_sig": false, "md5_digest": "364c089eef0e9bc88d99bd1a8985b812", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4381, "upload_time": "2014-08-18T01:25:55", "url": "https://files.pythonhosted.org/packages/16/a9/c163d8d1cbf18efd058847a1eecb5138820379b83c92bd3dece251a63e33/packmap-0.0.1.tar.gz" } ] }