llama-index-readers-pdb


Namellama-index-readers-pdb JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
Summaryllama-index readers pdb integration
upload_time2024-08-22 06:48:41
maintainerjoshuakto
docs_urlNone
authorYour Name
requires_python<4.0,>=3.8.1
licenseMIT
keywords protein data bank academic papers pdb proteins
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Protein Data Bank (PDB) publication Loader

```bash
pip install llama-index-readers-pdb
```

This loader fetches the abstract of PDB entries using the RCSB (Research Collaboratory for Structural Bioinformatics) or EBI (European Bioinformatics Institute) REST api.

## Usage

To use this loader, simply pass an array of PDB ids into `load_data`:

```python
from llama_index.readers.pdb import PdbAbstractReader

loader = PdbAbstractReader()
documents = loader.load_data(pdb_id=["1cbs"])
```

This loader is designed to be used as a way to load data into [LlamaIndex](https://github.com/run-llama/llama_index/).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "llama-index-readers-pdb",
    "maintainer": "joshuakto",
    "docs_url": null,
    "requires_python": "<4.0,>=3.8.1",
    "maintainer_email": null,
    "keywords": "Protein Data Bank, academic papers, pdb, proteins",
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/cc/b1/637e86b0e118c354394fac6bcbcf92d40c5a44bac9cb76c1d4b004dc70cf/llama_index_readers_pdb-0.2.0.tar.gz",
    "platform": null,
    "description": "# Protein Data Bank (PDB) publication Loader\n\n```bash\npip install llama-index-readers-pdb\n```\n\nThis loader fetches the abstract of PDB entries using the RCSB (Research Collaboratory for Structural Bioinformatics) or EBI (European Bioinformatics Institute) REST api.\n\n## Usage\n\nTo use this loader, simply pass an array of PDB ids into `load_data`:\n\n```python\nfrom llama_index.readers.pdb import PdbAbstractReader\n\nloader = PdbAbstractReader()\ndocuments = loader.load_data(pdb_id=[\"1cbs\"])\n```\n\nThis loader is designed to be used as a way to load data into [LlamaIndex](https://github.com/run-llama/llama_index/).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "llama-index readers pdb integration",
    "version": "0.2.0",
    "project_urls": null,
    "split_keywords": [
        "protein data bank",
        " academic papers",
        " pdb",
        " proteins"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ddb9ce459e463a16737bba7a7de22431644e9754941a7c698c73f1cccf672a4e",
                "md5": "bc98003279e99c967e0fa9292a4e6f6f",
                "sha256": "956944827314ddf6fad23054d0d5892630f779adaea750668b0c69666a4fc0b4"
            },
            "downloads": -1,
            "filename": "llama_index_readers_pdb-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bc98003279e99c967e0fa9292a4e6f6f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8.1",
            "size": 3361,
            "upload_time": "2024-08-22T06:48:39",
            "upload_time_iso_8601": "2024-08-22T06:48:39.972370Z",
            "url": "https://files.pythonhosted.org/packages/dd/b9/ce459e463a16737bba7a7de22431644e9754941a7c698c73f1cccf672a4e/llama_index_readers_pdb-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ccb1637e86b0e118c354394fac6bcbcf92d40c5a44bac9cb76c1d4b004dc70cf",
                "md5": "2fd98af0effc9936a1b6201194f0d2f6",
                "sha256": "e25a2aa02bc0e1fda917f7c58416eeb81dc705d2b35e145f2a2c89d3fcb45f08"
            },
            "downloads": -1,
            "filename": "llama_index_readers_pdb-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2fd98af0effc9936a1b6201194f0d2f6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8.1",
            "size": 2942,
            "upload_time": "2024-08-22T06:48:41",
            "upload_time_iso_8601": "2024-08-22T06:48:41.445822Z",
            "url": "https://files.pythonhosted.org/packages/cc/b1/637e86b0e118c354394fac6bcbcf92d40c5a44bac9cb76c1d4b004dc70cf/llama_index_readers_pdb-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-22 06:48:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-readers-pdb"
}
        
Elapsed time: 0.32121s