Metadata-Version: 2.4
Name: antid
Version: 0.1.1
Summary: Helper functions for antibody design.
Keywords: antibody,design,bioinformatics,protein,structure,sequence
Author: Yi Zhou
Author-email: Yi Zhou <me@y1zhou.com>
License-File: LICENSE
Requires-Dist: antpack>=0.3.8.5,<0.3.9
Requires-Dist: biopython>=1.85
Requires-Dist: gemmi>=0.7.1,<0.8.0
Requires-Dist: gemmi-program>=0.7.1,<0.8.0
Requires-Dist: loguru>=0.7.3
Requires-Dist: pdbfixer>=1.11,<2
Requires-Dist: polars[calamine,numpy,pandas]>=1.31.0,<2.0.0
Requires-Dist: requests>=2.32.4,<3.0.0
Requires-Dist: seaborn>=0.13.2
Requires-Dist: tqdm>=4.67.1,<5.0.0
Requires-Dist: typer>=0.19.2,<1.0.0
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# *Anti*body*D*esign

[![PyPI version](https://badge.fury.io/py/antid.svg)](https://badge.fury.io/py/antid)

A Python package containing helper functions for antibody design.

## Installation

Install `antid` from PyPI. It is recommended to use a virtual environment.

With `uv`:

```bash
uv pip install antid
```

With `pip`:

```bash
pip install antid
```

## Usage

> TODO

## Development

To set up a development environment, clone the repository and use `uv` to create a virtual environment and install the dependencies.

```bash
# Clone the repository
git clone https://github.com/y1zhou/antid.git
cd antid

# Create and activate a virtual environment
uv venv antid
source .venv/bin/activate

# Install the package in editable mode with development dependencies
uv pip install -e .[dev]
```

## License

This project is licensed under the Apache License 2.0.
