scvi-colab


Namescvi-colab JSON
Version 0.13.0 PyPI version JSON
download
home_pagehttps://github.com/scverse/scvi-colab
SummaryLightweight helper to install scvi-tools in Google Colab.
upload_time2025-01-26 15:53:44
maintainerNone
docs_urlNone
authorThe scvi-tools development team
requires_python<4.0,>=3.10
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="1.2.x")

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/scverse/scvi-colab",
    "name": "scvi-colab",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "The scvi-tools development team",
    "author_email": "ori.kronfeld@weizmann.ac.il",
    "download_url": "https://files.pythonhosted.org/packages/be/07/e1b39d5ca5f5caff1e2e2a4e0b607310efa4eec91900be6bb1ba1eaeacf4/scvi_colab-0.13.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=\"1.2.x\")\n\n# A specific PyPI version\ninstall(version=\"1.2.2\")\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Lightweight helper to install scvi-tools in Google Colab.",
    "version": "0.13.0",
    "project_urls": {
        "Documentation": "https://scvi-tools.org",
        "Homepage": "https://github.com/scverse/scvi-colab"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e83ca200f03221eadc7d42bc0e5a4458b00dbeac14bd2bf13c98ad4da4851767",
                "md5": "d38afe9fcbea4a7b0e5f953a4f89aa30",
                "sha256": "889aab7f9fccdbd279009155d5088e2cf8e5166a6e99b8766100a398e11ab526"
            },
            "downloads": -1,
            "filename": "scvi_colab-0.13.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d38afe9fcbea4a7b0e5f953a4f89aa30",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 4414,
            "upload_time": "2025-01-26T15:53:42",
            "upload_time_iso_8601": "2025-01-26T15:53:42.854235Z",
            "url": "https://files.pythonhosted.org/packages/e8/3c/a200f03221eadc7d42bc0e5a4458b00dbeac14bd2bf13c98ad4da4851767/scvi_colab-0.13.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be07e1b39d5ca5f5caff1e2e2a4e0b607310efa4eec91900be6bb1ba1eaeacf4",
                "md5": "a0f7b784ddbbfeb1c76f6194296f584d",
                "sha256": "8160b5af21709c1f0566118b2c818d3ed941d3a13c2a74838acecd69d1a97a94"
            },
            "downloads": -1,
            "filename": "scvi_colab-0.13.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a0f7b784ddbbfeb1c76f6194296f584d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 3815,
            "upload_time": "2025-01-26T15:53:44",
            "upload_time_iso_8601": "2025-01-26T15:53:44.485434Z",
            "url": "https://files.pythonhosted.org/packages/be/07/e1b39d5ca5f5caff1e2e2a4e0b607310efa4eec91900be6bb1ba1eaeacf4/scvi_colab-0.13.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-26 15:53:44",
    "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.87867s