Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cpg-utils

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cpg-utils

Library of convenience functions specific to the CPG

  • 5.2.0
  • PyPI
  • Socket score

Maintainers
2

cpg-utils

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

In order to install the library in a conda environment, run:

conda install -c cpg cpg-utils

To use the library, import functions like this:

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
  • Helper functions for Hail Batch jobs
  • Cloning git repositories inside Hail Batch jobs

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc