pyrosetta-installer


Namepyrosetta-installer JSON
Version 0.0.9 PyPI version JSON
download
home_pagehttps://www.pyrosetta.org/
SummaryDownload PyRosetta wheel package from PyRosetta.org and install it
upload_time2024-03-11 19:02:09
maintainer
docs_urlNone
authorSergey Lyskov
requires_python
licenseRosetta Software License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyRosetta installer

Download PyRosetta wheel package from one of www.PyRosetta.org mirrors and install it.

**Note that USE OF PyRosetta FOR COMMERCIAL PURPOSES REQUIRE PURCHASE OF A LICENSE.**
See https://github.com/RosettaCommons/rosetta/blob/main/LICENSE.md or email license@uw.edu for details.

To install PyRosetta, after installing package, run:

```python -c 'import pyrosetta_installer; pyrosetta_installer.install_pyrosetta()'```

The `install_pyrosetta` function also takes few optional arguments:
* `distributed=False` - install PyRosetta with `cxx11thread.serialization` support and also install packages required for `pyrosetta.distributed` framework
* `extras=''` - directly supply dot separated list of of Rosetta C++ extras flags
* `mirror=0` - mirror to use, default is to use west mirror
* `serialization=False` - install PyRosetta `cxx11thread.serialization` build
* `silent=False` - minimize log output during installation
* `skip_if_installed=True` - skip install if PyRosetta install detected
* `type='Release'` - PyRosetta build to install: `Release`, `MinSizeRel`

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.pyrosetta.org/",
    "name": "pyrosetta-installer",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Sergey Lyskov",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/be/5b/ee0d98737175199fbf54376694ad4c26dbaba7d9554aef82ce5eb7c5c3a9/pyrosetta-installer-0.0.9.tar.gz",
    "platform": null,
    "description": "# PyRosetta installer\n\nDownload PyRosetta wheel package from one of www.PyRosetta.org mirrors and install it.\n\n**Note that USE OF PyRosetta FOR COMMERCIAL PURPOSES REQUIRE PURCHASE OF A LICENSE.**\nSee https://github.com/RosettaCommons/rosetta/blob/main/LICENSE.md or email license@uw.edu for details.\n\nTo install PyRosetta, after installing package, run:\n\n```python -c 'import pyrosetta_installer; pyrosetta_installer.install_pyrosetta()'```\n\nThe `install_pyrosetta` function also takes few optional arguments:\n* `distributed=False` - install PyRosetta with `cxx11thread.serialization` support and also install packages required for `pyrosetta.distributed` framework\n* `extras=''` - directly supply dot separated list of of Rosetta C++ extras flags\n* `mirror=0` - mirror to use, default is to use west mirror\n* `serialization=False` - install PyRosetta `cxx11thread.serialization` build\n* `silent=False` - minimize log output during installation\n* `skip_if_installed=True` - skip install if PyRosetta install detected\n* `type='Release'` - PyRosetta build to install: `Release`, `MinSizeRel`\n",
    "bugtrack_url": null,
    "license": "Rosetta Software License",
    "summary": "Download PyRosetta wheel package from PyRosetta.org and install it",
    "version": "0.0.9",
    "project_urls": {
        "Homepage": "https://www.pyrosetta.org/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b85927a27e68dea1dd69be2bb0c19fd2c432739b524721caba938b340af0b5c",
                "md5": "369921116a209953f19d3d59bbd95b59",
                "sha256": "425e884b69062b6118be8a757b72d47ffecb5c7068522f8ab0aa44df20b6409d"
            },
            "downloads": -1,
            "filename": "pyrosetta_installer-0.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "369921116a209953f19d3d59bbd95b59",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3405,
            "upload_time": "2024-03-11T19:02:07",
            "upload_time_iso_8601": "2024-03-11T19:02:07.250475Z",
            "url": "https://files.pythonhosted.org/packages/9b/85/927a27e68dea1dd69be2bb0c19fd2c432739b524721caba938b340af0b5c/pyrosetta_installer-0.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be5bee0d98737175199fbf54376694ad4c26dbaba7d9554aef82ce5eb7c5c3a9",
                "md5": "7a8c57d6ecd7be823baee05c2022ed5f",
                "sha256": "5fa896b6ec54987fa5c52e037155aecdfb63b5c2d7fb2497d643d87424e2b253"
            },
            "downloads": -1,
            "filename": "pyrosetta-installer-0.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "7a8c57d6ecd7be823baee05c2022ed5f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3117,
            "upload_time": "2024-03-11T19:02:09",
            "upload_time_iso_8601": "2024-03-11T19:02:09.268478Z",
            "url": "https://files.pythonhosted.org/packages/be/5b/ee0d98737175199fbf54376694ad4c26dbaba7d9554aef82ce5eb7c5c3a9/pyrosetta-installer-0.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-11 19:02:09",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyrosetta-installer"
}
        
Elapsed time: 0.40256s