{ "info": { "author": "Brian Beffa", "author_email": "brbsix@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Operating System :: POSIX", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.0", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3 :: Only", "Topic :: Utilities" ], "description": "About\n=====\n\n:code:`installdist` is used to ease the installation of local Python packages. It will probably be most useful to developers who are working with Python packages. With a single command, it will look for the nearest **dist/** directory, identify the package with the highest version (or most recent timestamp), uninstall any pre-existing package with the same name, then install the package to the local installation. It doesn't do anything that :code:`pip` fundamentally can't, it just simplifies the workflow greatly.\n\n\nInstallation\n============\n\n::\n\n pip3 install --user installdist\n\nThe :code:`installdist` package is known to be compatible with Python 3.\n\n\nUsage\n=====\n\n usage: installdist [OPTIONS] FILES/FOLDERS\n\n Smartly install local Python source packages.\n\n optional arguments:\n -2, --pip2 install package with pip2\n -a, --auto skip prompts for user input\n -d, --dry-run indicate the commands to be run but do not execute\n them\n -n, --new install package possessing the most recent timestamp\n -p PACKAGE, --package PACKAGE\n install package by parent directory\n -q, --quiet suppress normal output (for use with --auto)\n -s, --system install to system directory\n -v, --verbose set logging level to verbose\n --version show program's version number and exit\n -w, --wheel install wheel package\n\n NOTE: By default, installdist will uninstall any pre-existing installation\n before using `pip3 install --user` to install the highest version zip or\n tarball package available.\n\nPlease note that by default, :code:`installdist` will use :code:`pip3 install --user` to install the highest version zip or tarball package available. If you'd like to use :code:`pip2`, wheel packages, the package with the most recent timestamp, or install to the system installation, use the appropriate flag.\n\n:code:`installdist` will not make changes without prompting you for confirmation, so don't fear mistakes. To test a command, you may use the dry run flag (:code:`-d` or :code:`--dry-run`). It will simulate the command exactly, including any prompts.\n\nTo install a Python source package from the package's root directory, :code:`installdist` will look for a **dist/** directory (in the current and parent directories) and identify the package with the highest version number.\n\n::\n\n installdist\n\nTo install a Python source package from the package's root directory, :code:`installdist` will look for a **dist/** directory (in the current and parent directories) and identify the package possessing the most recent timestamp.\n\n::\n\n installdist --new\n\nTo install a Python source package:\n\n::\n\n installdist package.tar.gz\n\nTo install a Python source package by indicating the package's parent directory:\n\n::\n\n installdist -p ~/Development/project\n\nIf you are working in a *virtualenv* or wish to install to your root installation, remember to use the :code:`--system` flag:\n\n::\n\n installdist -s\n\n\nLicense\n=======\n\nCopyright (c) 2015 Six (brbsix@gmail.com).\n\nLicensed under the GPLv3 license.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/brbsix/installdist", "keywords": "development,distribution,package,pip,tarball,wheel", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "installdist", "package_url": "https://pypi.org/project/installdist/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/installdist/", "project_urls": { "Homepage": "https://github.com/brbsix/installdist" }, "release_url": "https://pypi.org/project/installdist/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "Smartly install local Python source packages", "version": "0.2.1" }, "last_serial": 1683886, "releases": { "0.1.8": [ { "comment_text": "", "digests": { "md5": "99c4759ec2566b02f524e0665282c0c5", "sha256": "ab5e58336582ce11a58508f43dceaf52d497f8a945754a9c661e76b99a116eb0" }, "downloads": -1, "filename": "installdist-0.1.8-py3-none-any.whl", "has_sig": true, "md5_digest": "99c4759ec2566b02f524e0665282c0c5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9135, "upload_time": "2015-05-17T17:29:58", "url": "https://files.pythonhosted.org/packages/ef/d8/eb44db15e45b97ab38d0f506bb1f5b8b36c675df48897562aaf57f2cf012/installdist-0.1.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "15c43279ff2a767e4932e719252f85c2", "sha256": "fee1c1e673ce7a79102239cbcbe54dc6164bd7d77931a32c5a194b1e01528920" }, "downloads": -1, "filename": "installdist-0.1.8.tar.gz", "has_sig": true, "md5_digest": "15c43279ff2a767e4932e719252f85c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6340, "upload_time": "2015-05-17T17:30:02", "url": "https://files.pythonhosted.org/packages/6c/3f/1f291d51ab8ff6452aa8efec84a612a4c5bead6e9a3aa6bf2d8d9b07f0e4/installdist-0.1.8.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "358632ce0aedcee461a72080f73262fe", "sha256": "1c82e97f4f39ac910f25f955064d3ccfb3498dd06a025a445b9ea4b8feb590da" }, "downloads": -1, "filename": "installdist-0.2.0-py3-none-any.whl", "has_sig": true, "md5_digest": "358632ce0aedcee461a72080f73262fe", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9740, "upload_time": "2015-05-31T11:34:20", "url": "https://files.pythonhosted.org/packages/d9/72/3c6ee39c59f865fa5830fa078a8363f142455f57535ba7c878fe80ce12bb/installdist-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8e3fe13532908977b652ab1cd0ea656f", "sha256": "b3c402ad99d9ae37242e3224796a7caf491e7270323456ed34f2144e7d9125e6" }, "downloads": -1, "filename": "installdist-0.2.0.tar.gz", "has_sig": true, "md5_digest": "8e3fe13532908977b652ab1cd0ea656f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6921, "upload_time": "2015-05-31T11:34:27", "url": "https://files.pythonhosted.org/packages/ce/f5/d6faa8695ecbd35a045b3c8ad197fee84c4f87b447ab3e994f5882bfaff6/installdist-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "2cef34aec4c4dff9f652405c35a2c8a5", "sha256": "58c2cdede626dee3573372a14de2776f99cf2f960c0996d3b89faa71299b1bf6" }, "downloads": -1, "filename": "installdist-0.2.1-py3-none-any.whl", "has_sig": true, "md5_digest": "2cef34aec4c4dff9f652405c35a2c8a5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9936, "upload_time": "2015-08-19T12:09:51", "url": "https://files.pythonhosted.org/packages/2e/a7/d2562913625eee74c03c57dde42bde4782722c6284765c4091fd589fecc5/installdist-0.2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c5bd6020de60581ee96ed01880776820", "sha256": "55992e2b590169f7ea83cfbadaad8b24a597b2e1b887f5f03ded138215f79f69" }, "downloads": -1, "filename": "installdist-0.2.1.tar.gz", "has_sig": true, "md5_digest": "c5bd6020de60581ee96ed01880776820", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7164, "upload_time": "2015-08-19T12:09:56", "url": "https://files.pythonhosted.org/packages/a9/e8/b7c75949fd74c6db73ff874db9aeb7fbe7a91986162a04421ad15125010f/installdist-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2cef34aec4c4dff9f652405c35a2c8a5", "sha256": "58c2cdede626dee3573372a14de2776f99cf2f960c0996d3b89faa71299b1bf6" }, "downloads": -1, "filename": "installdist-0.2.1-py3-none-any.whl", "has_sig": true, "md5_digest": "2cef34aec4c4dff9f652405c35a2c8a5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9936, "upload_time": "2015-08-19T12:09:51", "url": "https://files.pythonhosted.org/packages/2e/a7/d2562913625eee74c03c57dde42bde4782722c6284765c4091fd589fecc5/installdist-0.2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c5bd6020de60581ee96ed01880776820", "sha256": "55992e2b590169f7ea83cfbadaad8b24a597b2e1b887f5f03ded138215f79f69" }, "downloads": -1, "filename": "installdist-0.2.1.tar.gz", "has_sig": true, "md5_digest": "c5bd6020de60581ee96ed01880776820", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7164, "upload_time": "2015-08-19T12:09:56", "url": "https://files.pythonhosted.org/packages/a9/e8/b7c75949fd74c6db73ff874db9aeb7fbe7a91986162a04421ad15125010f/installdist-0.2.1.tar.gz" } ] }