Metadata-Version: 2.2
Name: tcrboost
Version: 0.1.0
Summary: T-Cell Receptor Bayesian Optimization of Specificity and Tuning
Home-page: https://github.com/zhiaos/tcrboost
Author: Zhiao Shi
Author-email: zhiao.shi@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.20.0
Requires-Dist: pandas>=1.3.0
Requires-Dist: scikit-learn>=1.0.0
Requires-Dist: scipy>=1.7.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# TCRBoost

A Python package for TCR analysis and boosting.

## Installation

```bash
pip install tcrboost
```

## Usage

```python
import tcrboost

# Add usage examples here
```

## License

This project is licensed under the MIT License - see the LICENSE file for details. 
