Metadata-Version: 2.1
Name: cpg-utils-ms
Version: 0.4.0
Summary: Library of convenience functions specific to the CPG (MS version)
Home-page: https://github.com/gregsmi/cpg-utils
License: MIT
Keywords: bioinformatics
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# 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_ms.config import get_deploy_config
```

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


