PDBViewer


NamePDBViewer JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/sharifrahmanie/PDBViewer/archive/refs/tags/v0.1.1.tar.gz
SummaryAutomatically retrieve a PDB file for a given RCSB PDB id and visualize its 3D structure.
upload_time2024-04-28 20:41:51
maintainerNone
docs_urlNone
authorEdris Sharif Rahmani
requires_pythonNone
licenseMIT
keywords pdb rcsb protein 3d structure bioinformatics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            **Automatically retrieve a PDB file for a given RCSB PDB id and visualize its 3D structure.**

# Installation

```r{}
pip install PDBViewer
```
# Running

```r{}
from PDBViewer.PDBViewer import PDBViewer
viewer = PDBViewer()
viewer.view('8DC4')
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sharifrahmanie/PDBViewer/archive/refs/tags/v0.1.1.tar.gz",
    "name": "PDBViewer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "PDB, RCSB, Protein, 3D structure, Bioinformatics",
    "author": "Edris Sharif Rahmani",
    "author_email": "rahmani.biotech@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/53/64/c664fc46a781bde106a1a11c6b494c35017dfccb5c1b8ef83966dc73b0c0/PDBViewer-0.1.2.tar.gz",
    "platform": null,
    "description": "**Automatically retrieve a PDB file for a given RCSB PDB id and visualize its 3D structure.**\n\n# Installation\n\n```r{}\npip install PDBViewer\n```\n# Running\n\n```r{}\nfrom PDBViewer.PDBViewer import PDBViewer\nviewer = PDBViewer()\nviewer.view('8DC4')\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Automatically retrieve a PDB file for a given RCSB PDB id and visualize its 3D structure.",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/sharifrahmanie/PDBViewer/archive/refs/tags/v0.1.1.tar.gz"
    },
    "split_keywords": [
        "pdb",
        " rcsb",
        " protein",
        " 3d structure",
        " bioinformatics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72ab13776d0893acdf52364694fa80607e42d0143c2d97973d3094d1d5eb5d57",
                "md5": "ca3f789e0d05be5a8f96a888661dc015",
                "sha256": "d47964a452f04a7bb4c4a83de167d5fa92fead0ae6cd7b4f309f70951a6f1294"
            },
            "downloads": -1,
            "filename": "PDBViewer-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ca3f789e0d05be5a8f96a888661dc015",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3132,
            "upload_time": "2024-04-28T20:41:49",
            "upload_time_iso_8601": "2024-04-28T20:41:49.915719Z",
            "url": "https://files.pythonhosted.org/packages/72/ab/13776d0893acdf52364694fa80607e42d0143c2d97973d3094d1d5eb5d57/PDBViewer-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5364c664fc46a781bde106a1a11c6b494c35017dfccb5c1b8ef83966dc73b0c0",
                "md5": "36a8cd42da719b5a6c3c50d6f31a3e7a",
                "sha256": "e5f71967a0ec21aa839605cc46e516b4804dc298d8fe1b819a81658f770babfd"
            },
            "downloads": -1,
            "filename": "PDBViewer-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "36a8cd42da719b5a6c3c50d6f31a3e7a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2778,
            "upload_time": "2024-04-28T20:41:51",
            "upload_time_iso_8601": "2024-04-28T20:41:51.970843Z",
            "url": "https://files.pythonhosted.org/packages/53/64/c664fc46a781bde106a1a11c6b494c35017dfccb5c1b8ef83966dc73b0c0/PDBViewer-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-28 20:41:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sharifrahmanie",
    "github_project": "PDBViewer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pdbviewer"
}
        
Elapsed time: 0.23423s