cpg-utils-ms


Namecpg-utils-ms JSON
Version 1.3.6 PyPI version JSON
download
home_pagehttps://github.com/gregsmi/cpg-utils
SummaryLibrary of convenience functions specific to the CPG (MS version)
upload_time2024-01-18 22:44:08
maintainer
docs_urlNone
author
requires_python
licenseMIT
keywords bioinformatics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cpg-utils-ms

This is a Python library containing convenience functions that are specific to the CPG.

In order to install the library, run:

```bash
pip install cpg-utils-ms
```

To use the library, import functions like this:

```python
from cpg_utils.cloud import email_from_id_token

_email_string = email_from_id_token(id_token_jwt='TOKEN_STRING')
```

We use `bumpversion` for incrementing the library's semantic version. A new conda package gets published automatically in the `cpg` conda channel whenever a version bump commit is merged with the `main` branch.


## Contents

- [Methods to facilitate cloud computing](documentation/cloud.md)
- [Helper functions for Hail Batch jobs](documentation/hail_batch.md)
- [Cloning git repositories inside Hail Batch jobs](documentation/git.md)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gregsmi/cpg-utils",
    "name": "cpg-utils-ms",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "bioinformatics",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/1f/a2/1cc0b7c047d11a21be4530f69c8eef7f8927ed30861bf8e2c6b3bbf40af2/cpg-utils-ms-1.3.6.tar.gz",
    "platform": null,
    "description": "# cpg-utils-ms\n\nThis is a Python library containing convenience functions that are specific to the CPG.\n\nIn order to install the library, run:\n\n```bash\npip install cpg-utils-ms\n```\n\nTo use the library, import functions like this:\n\n```python\nfrom cpg_utils.cloud import email_from_id_token\n\n_email_string = email_from_id_token(id_token_jwt='TOKEN_STRING')\n```\n\nWe use `bumpversion` for incrementing the library's semantic version. A new conda package gets published automatically in the `cpg` conda channel whenever a version bump commit is merged with the `main` branch.\n\n\n## Contents\n\n- [Methods to facilitate cloud computing](documentation/cloud.md)\n- [Helper functions for Hail Batch jobs](documentation/hail_batch.md)\n- [Cloning git repositories inside Hail Batch jobs](documentation/git.md)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Library of convenience functions specific to the CPG (MS version)",
    "version": "1.3.6",
    "project_urls": {
        "Homepage": "https://github.com/gregsmi/cpg-utils"
    },
    "split_keywords": [
        "bioinformatics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1fa21cc0b7c047d11a21be4530f69c8eef7f8927ed30861bf8e2c6b3bbf40af2",
                "md5": "8fe61420ba95dc18adb3a574acb7ec3e",
                "sha256": "03d33e1c0040ff46199b8be70fd2c248b47db9803fcbb94b5d307b65ab82a7c8"
            },
            "downloads": -1,
            "filename": "cpg-utils-ms-1.3.6.tar.gz",
            "has_sig": false,
            "md5_digest": "8fe61420ba95dc18adb3a574acb7ec3e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 30697,
            "upload_time": "2024-01-18T22:44:08",
            "upload_time_iso_8601": "2024-01-18T22:44:08.343790Z",
            "url": "https://files.pythonhosted.org/packages/1f/a2/1cc0b7c047d11a21be4530f69c8eef7f8927ed30861bf8e2c6b3bbf40af2/cpg-utils-ms-1.3.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-18 22:44:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gregsmi",
    "github_project": "cpg-utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cpg-utils-ms"
}
        
Elapsed time: 0.18992s