Metadata-Version: 2.4
Name: proteon-connector
Version: 0.1.2
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Rust
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
License-File: LICENSE
Summary: PyO3 bindings for proteon structural bioinformatics tools
Keywords: bioinformatics,protein,pdb,structural-biology,rust
Home-Page: https://github.com/theGreatHerrLebert/proteon
License-Expression: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/theGreatHerrLebert/proteon
Project-URL: Issues, https://github.com/theGreatHerrLebert/proteon/issues
Project-URL: Repository, https://github.com/theGreatHerrLebert/proteon

# proteon-connector

PyO3 bindings layer for the [proteon](https://github.com/theGreatHerrLebert/proteon)
structural bioinformatics toolkit.

This package is the compiled Rust ↔ Python bridge. Most users should install the
`proteon` Pythonic wrapper instead:

```bash
pip install proteon
```

`proteon-connector` is pulled in automatically as a dependency and exposes the raw
`#[pyclass]` types the wrapper composes on top of. Direct use is supported but not
the recommended entry point — see the main repository for documentation, examples,
and the public API.

## Project

- Source: https://github.com/theGreatHerrLebert/proteon
- License: MIT

