Metadata-Version: 2.1
Name: mochic-4
Version: 0.1.1
Author-email: Chris Mochizuki <chrism@alleninstitute.org>
License: MIT
Project-URL: Repository, https://github.com/AllenInstitute/mochic-4
Project-URL: Issues, https://github.com/AllenInstitute/mochic-4/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: fabric>=3.2.2
Requires-Dist: pydantic>=2.7.1
Requires-Dist: click>=8.1.7

# mochic-4



[![PyPI](https://img.shields.io/pypi/v/mochic-4.svg?label=PyPI&color=blue)](https://pypi.org/project/mochic-4/)
[![Python version](https://img.shields.io/pypi/pyversions/mochic-4)](https://pypi.org/project/mochic-4/)

[![Coverage](https://img.shields.io/codecov/c/github/AllenInstitute/mochic-4?logo=codecov)](https://app.codecov.io/github/AllenInstitute/mochic-4)
[![CI/CD](https://img.shields.io/github/actions/workflow/status/AllenInstitute/mochic-4/publish.yml?label=CI/CD&logo=github)](https://github.com/AllenInstitute/mochic-4/actions/workflows/publish.yml)
[![GitHub issues](https://img.shields.io/github/issues/AllenInstitute/mochic-4?logo=github)](https://github.com/AllenInstitute/mochic-4/issues)

# Usage
```bash
conda create -n mochic_4 python>=3.9
conda activate mochic_4
pip install mochic_4
```

## Python
```python
>>> import mochic_4
```

# Development
See instructions in https://github.com/AllenInstitute/mochic-4/CONTRIBUTING.md and the original template: https://github.com/AllenInstitute/copier-pdm-npc/blob/main/README.md
