Metadata-Version: 2.4
Name: GaussDCApy
Version: 1.1.0
Summary: Reimplmentation of pyGaussDCA
Home-page: https://github.com/wpwupingwp/pyGaussDCA/
Author: Ping Wu
Author-email: Ping Wu <wpwupingwp@outlook.com>
License: AGPL-3.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: loguru>=0.7.3
Requires-Dist: scipy>=1.15.3
Dynamic: author
Dynamic: home-page
Dynamic: license-file

# GaussDCApy
Reimplementation of [pyGaussDCA](https://github.com/ElofssonLab/pyGaussDCA)

Used output function from https://github.com/MMichel/GaussDCA.

## New features
1. add pyproject.toml
2. add txt output (like GaussDCA.jl)
3. use robust fasta parser instead of a3m parser
4. add wheel files for Python 3.10-3.14
5. split alignment according to coevolution score

## Usage
```bash
pip install gaussdcapy
python3 -m gaussdcapy input.fasta
```
If there is no valid wheel files, see `build.sh` for building the package from
source.

## Compatibility
Currently only support Linux due to pythran compile failed in Windows.
