install


Nameinstall JSON
Version 1.3.5 PyPI version JSON
download
home_pagehttps://github.com/eugenekolo/pip-install
SummaryInstall packages from within code
upload_time2021-12-01 17:54:20
maintainer
docs_urlNone
authorEugene Kolo
requires_python>=2.7, >=3.5
licenseMIT
keywords install packages from within code
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # install

A package to install pip packages from within code.

Requires Python 2.7+, 3.5+

Usage:
```
import install
install.install('pkg_you_want')

# ... after retrieving a requirements.txt from the web or somewhere else
install.install('requirements.txt', requirements=True)

# ... need arbitary options?
install.install('my_pkg', pip_options=['--isolated'], install_options=['--no-clean', '--pre'])
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/eugenekolo/pip-install",
    "name": "install",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=2.7, >=3.5",
    "maintainer_email": "",
    "keywords": "install packages from within code",
    "author": "Eugene Kolo",
    "author_email": "eugene@kolobyte.com",
    "download_url": "https://files.pythonhosted.org/packages/26/79/b6a13690bcde4e1fef5759f05a5e0939c110fcbc8c6e4efa6b4663ee11a5/install-1.3.5.tar.gz",
    "platform": "",
    "description": "# install\n\nA package to install pip packages from within code.\n\nRequires Python 2.7+, 3.5+\n\nUsage:\n```\nimport install\ninstall.install('pkg_you_want')\n\n# ... after retrieving a requirements.txt from the web or somewhere else\ninstall.install('requirements.txt', requirements=True)\n\n# ... need arbitary options?\ninstall.install('my_pkg', pip_options=['--isolated'], install_options=['--no-clean', '--pre'])\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Install packages from within code",
    "version": "1.3.5",
    "split_keywords": [
        "install",
        "packages",
        "from",
        "within",
        "code"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "0eddc38105ce2edd2b86fa2e96ea1dcb",
                "sha256": "0d3fadf4aa62c95efe8d34757c8507eb46177f86c016c21c6551eafc6a53d5a9"
            },
            "downloads": -1,
            "filename": "install-1.3.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0eddc38105ce2edd2b86fa2e96ea1dcb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=2.7, >=3.5",
            "size": 3209,
            "upload_time": "2021-12-01T17:54:19",
            "upload_time_iso_8601": "2021-12-01T17:54:19.096479Z",
            "url": "https://files.pythonhosted.org/packages/4d/c8/8cbca135f9e167810756ea2bc34b028501936675fcbd7dadccf752fa4622/install-1.3.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "10033091193c176bdfb8f7e407a10256",
                "sha256": "e67c8a0be5ccf8cb4ffa17d090f3a61b6e820e6a7e21cd1d2c0f7bc59b18e647"
            },
            "downloads": -1,
            "filename": "install-1.3.5.tar.gz",
            "has_sig": false,
            "md5_digest": "10033091193c176bdfb8f7e407a10256",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.7, >=3.5",
            "size": 2945,
            "upload_time": "2021-12-01T17:54:20",
            "upload_time_iso_8601": "2021-12-01T17:54:20.469832Z",
            "url": "https://files.pythonhosted.org/packages/26/79/b6a13690bcde4e1fef5759f05a5e0939c110fcbc8c6e4efa6b4663ee11a5/install-1.3.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-12-01 17:54:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "eugenekolo",
    "github_project": "pip-install",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "install"
}
        
Elapsed time: 0.02284s