{ "info": { "author": "Darko Poljak", "author_email": "darko.poljak@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Topic :: System :: Systems Administration" ], "description": "prtdep\n=======\n\nCRUX linux ports dependencies helper.\nHelp resolving dependencies for CURX ports.\nIt calculates dependencies for specified list of ports root paths.\nIt can list dependencies for list of packages, list packages that\ndepend on specified list of packages. For specified packages it\ncan print list of packages that can freely be removed after them\nto have system without orphans.\n\nUsage\n=====\n\nAs library\n\n.. code:: python\n\n from prtdep import prtdep\n prtdep = prtdep.Prtdep('/usr/ports')\n prtdep.calc_deps()\n ...\n\nFor a complete list of functionality see source code.\n\nAs script::\n\n python prtdep.py --help\n\nAs installed console script::\n \n prtdep --help\n\nInstallation\n============\n\nfrom source::\n\n python setup.py install\n\nor from PyPI::\n\n pip install prtdep\n\nDocumentation\n=============\n\nthis README.rst, code itself, docstrings\n\nprtdep can be found on github.com at:\n\nhttps://github.com/darko-poljak/prtdep", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/darko-poljak/prtdep", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/darko-poljak/prtdep", "keywords": "ports dependencies helper", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "prtdep", "package_url": "https://pypi.org/project/prtdep/", "platform": "OS Independent", "project_url": "https://pypi.org/project/prtdep/", "project_urls": { "Download": "https://github.com/darko-poljak/prtdep", "Homepage": "https://github.com/darko-poljak/prtdep" }, "release_url": "https://pypi.org/project/prtdep/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "CRUX ports dependencies helper.", "version": "0.0.2" }, "last_serial": 1122153, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "0348abd070b0bd60edd1c07bc69d13ce", "sha256": "38b2b486b8ea387912eb8b00bcf54accada7580622f1b8807f3e3a5be25a04c6" }, "downloads": -1, "filename": "prtdep-0.0.2.tar.gz", "has_sig": false, "md5_digest": "0348abd070b0bd60edd1c07bc69d13ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3620, "upload_time": "2014-06-11T21:24:06", "url": "https://files.pythonhosted.org/packages/b4/81/0e458bb037b92d2fd54bb68ba746ca756737770b19228009436ac897ed4f/prtdep-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0348abd070b0bd60edd1c07bc69d13ce", "sha256": "38b2b486b8ea387912eb8b00bcf54accada7580622f1b8807f3e3a5be25a04c6" }, "downloads": -1, "filename": "prtdep-0.0.2.tar.gz", "has_sig": false, "md5_digest": "0348abd070b0bd60edd1c07bc69d13ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3620, "upload_time": "2014-06-11T21:24:06", "url": "https://files.pythonhosted.org/packages/b4/81/0e458bb037b92d2fd54bb68ba746ca756737770b19228009436ac897ed4f/prtdep-0.0.2.tar.gz" } ] }