rcsb.utils.repository


Namercsb.utils.repository JSON
Version 0.48 PyPI version JSON
download
home_pagehttps://github.com/rcsb/py-rcsb_utils_repository
SummaryRCSB Python Repository Data Management Utilities
upload_time2025-01-08 20:11:41
maintainerNone
docs_urlNone
authorJohn Westbrook
requires_pythonNone
licenseApache 2.0
keywords
VCS
bugtrack_url
requirements mmcif rcsb.utils.io rcsb.utils.multiproc rcsb.utils.validation rcsb.utils.insilico3d rcsb.utils.struct pytz
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # RCSB Repository Utilities

## A collection of Python Repository Data Management Utilities

[![Build Status](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_apis/build/status/rcsb.py-rcsb_utils_repository?branchName=master)](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=31&branchName=master)

## Introduction

This module contains a collection of utility classes for accessing and scanning data
stored in various RCSB/PDB repositories.

### Installation

Install via [pip](https://pypi.python.org/pypi/pip).

```bash
pip install rcsb.utils.repository
```

Or, to install from the source, download the library source software from the project repository:

```bash

git clone --recurse-submodules https://github.com/rcsb/py-rcsb_utils_repository.git

```

Optionally, run test suite (Python versions 3.7+) using
[setuptools](https://setuptools.readthedocs.io/en/latest/) or
[tox](http://tox.readthedocs.io/en/latest/example/platform.html):

```bash
python setup.py test

or simply run

tox
```

Installation is via the program [pip](https://pypi.python.org/pypi/pip).  To run tests
from the source tree, the package must be installed in editable mode (i.e. -e):

```bash
pip install -e .
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rcsb/py-rcsb_utils_repository",
    "name": "rcsb.utils.repository",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "John Westbrook",
    "author_email": "john.westbrook@rcsb.org",
    "download_url": "https://files.pythonhosted.org/packages/8a/64/e7ef4065de8fe8cc8a7c91762ede6db4f99a272b0cd696bae0699514443e/rcsb_utils_repository-0.48.tar.gz",
    "platform": null,
    "description": "# RCSB Repository Utilities\n\n## A collection of Python Repository Data Management Utilities\n\n[![Build Status](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_apis/build/status/rcsb.py-rcsb_utils_repository?branchName=master)](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=31&branchName=master)\n\n## Introduction\n\nThis module contains a collection of utility classes for accessing and scanning data\nstored in various RCSB/PDB repositories.\n\n### Installation\n\nInstall via [pip](https://pypi.python.org/pypi/pip).\n\n```bash\npip install rcsb.utils.repository\n```\n\nOr, to install from the source, download the library source software from the project repository:\n\n```bash\n\ngit clone --recurse-submodules https://github.com/rcsb/py-rcsb_utils_repository.git\n\n```\n\nOptionally, run test suite (Python versions 3.7+) using\n[setuptools](https://setuptools.readthedocs.io/en/latest/) or\n[tox](http://tox.readthedocs.io/en/latest/example/platform.html):\n\n```bash\npython setup.py test\n\nor simply run\n\ntox\n```\n\nInstallation is via the program [pip](https://pypi.python.org/pypi/pip).  To run tests\nfrom the source tree, the package must be installed in editable mode (i.e. -e):\n\n```bash\npip install -e .\n```\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "RCSB Python Repository Data Management Utilities",
    "version": "0.48",
    "project_urls": {
        "Homepage": "https://github.com/rcsb/py-rcsb_utils_repository"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a64e7ef4065de8fe8cc8a7c91762ede6db4f99a272b0cd696bae0699514443e",
                "md5": "01a0bc467c6dac8a14e44390ce5eb359",
                "sha256": "57b3f19e8b17230157df83d15e279b7a96ea0cfc4d8f6210717acd2ddf9be0e4"
            },
            "downloads": -1,
            "filename": "rcsb_utils_repository-0.48.tar.gz",
            "has_sig": false,
            "md5_digest": "01a0bc467c6dac8a14e44390ce5eb359",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 32200,
            "upload_time": "2025-01-08T20:11:41",
            "upload_time_iso_8601": "2025-01-08T20:11:41.258633Z",
            "url": "https://files.pythonhosted.org/packages/8a/64/e7ef4065de8fe8cc8a7c91762ede6db4f99a272b0cd696bae0699514443e/rcsb_utils_repository-0.48.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-08 20:11:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rcsb",
    "github_project": "py-rcsb_utils_repository",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "mmcif",
            "specs": [
                [
                    ">=",
                    "0.74"
                ]
            ]
        },
        {
            "name": "rcsb.utils.io",
            "specs": [
                [
                    ">=",
                    "1.30"
                ]
            ]
        },
        {
            "name": "rcsb.utils.multiproc",
            "specs": [
                [
                    ">=",
                    "0.18"
                ]
            ]
        },
        {
            "name": "rcsb.utils.validation",
            "specs": [
                [
                    ">=",
                    "0.27"
                ]
            ]
        },
        {
            "name": "rcsb.utils.insilico3d",
            "specs": [
                [
                    ">=",
                    "0.11"
                ]
            ]
        },
        {
            "name": "rcsb.utils.struct",
            "specs": [
                [
                    ">=",
                    "0.39"
                ]
            ]
        },
        {
            "name": "pytz",
            "specs": [
                [
                    ">=",
                    "2021.1"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "rcsb.utils.repository"
}
        
Elapsed time: 0.77090s