scvi-colab


Namescvi-colab JSON
Version 0.12.0 PyPI version JSON
download
home_pagehttps://github.com/scverse/scvi-colab
SummaryLightweight helper to install scvi-tools in Google Colab.
upload_time2023-01-25 17:54:35
maintainer
docs_urlNone
authorThe scvi-tools development team
requires_python>=3.7,<4.0
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # scvi-colab

```
!pip install scvi-colab

from scvi_colab import install

# default
install()

# from a GitHub branch
install(branch="0.14.x")

# A specific PyPI version
install(version="0.15.1")

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/scverse/scvi-colab",
    "name": "scvi-colab",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "The scvi-tools development team",
    "author_email": "adamgayoso@berkeley.edu",
    "download_url": "https://files.pythonhosted.org/packages/b1/55/af21586817ba23b41b6a698b52d00208b43fd028350f6097b00fa216eaf3/scvi-colab-0.12.0.tar.gz",
    "platform": null,
    "description": "# scvi-colab\n\n```\n!pip install scvi-colab\n\nfrom scvi_colab import install\n\n# default\ninstall()\n\n# from a GitHub branch\ninstall(branch=\"0.14.x\")\n\n# A specific PyPI version\ninstall(version=\"0.15.1\")\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Lightweight helper to install scvi-tools in Google Colab.",
    "version": "0.12.0",
    "project_urls": {
        "Documentation": "https://scvi-tools.org",
        "Homepage": "https://github.com/scverse/scvi-colab"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b75b6453663ad3bed216b3bc13dd99c387088d99d4d9eeaca9f23c8c4785f93f",
                "md5": "9c95d9c50c57a810de869a4ab167991d",
                "sha256": "9775b53841f10ad652869d3b2c2e0ee6922099b9d6877a6e389777ac7462e512"
            },
            "downloads": -1,
            "filename": "scvi_colab-0.12.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9c95d9c50c57a810de869a4ab167991d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 4186,
            "upload_time": "2023-01-25T17:54:36",
            "upload_time_iso_8601": "2023-01-25T17:54:36.882910Z",
            "url": "https://files.pythonhosted.org/packages/b7/5b/6453663ad3bed216b3bc13dd99c387088d99d4d9eeaca9f23c8c4785f93f/scvi_colab-0.12.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b155af21586817ba23b41b6a698b52d00208b43fd028350f6097b00fa216eaf3",
                "md5": "dc1ac1924251aaaf830ed202b3b3cf15",
                "sha256": "7fb1931aac44c8a38b08013771dd23ee93ed5d1d338546fecf1593e203a7b178"
            },
            "downloads": -1,
            "filename": "scvi-colab-0.12.0.tar.gz",
            "has_sig": false,
            "md5_digest": "dc1ac1924251aaaf830ed202b3b3cf15",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 4099,
            "upload_time": "2023-01-25T17:54:35",
            "upload_time_iso_8601": "2023-01-25T17:54:35.803136Z",
            "url": "https://files.pythonhosted.org/packages/b1/55/af21586817ba23b41b6a698b52d00208b43fd028350f6097b00fa216eaf3/scvi-colab-0.12.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-25 17:54:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "scverse",
    "github_project": "scvi-colab",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "scvi-colab"
}
        
Elapsed time: 0.20102s