Metadata-Version: 2.4
Name: somatic-lm
Version: 0.0.1
Summary: A Python package for somatic language models
Project-URL: Homepage, https://github.com/briney/somatic
Project-URL: Repository, https://github.com/briney/somatic
Author: Bryan Briney
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# somatic-lm

Antibody language models that learn the intrinsic patterns of somatic hypermutation.

## Installation

```bash
pip install somatic-lm
```

## Usage

```python
import somatic
```

## License

MIT
