Metadata-Version: 2.4
Name: foldit-plugin-sdk
Version: 0.1.1
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Summary: Foldit plugin SDK - protocol types, the Plugin trait, and plugin-author utilities
Keywords: plugin,protein,rosetta,bioinformatics
Author: Andreas Petrides
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Repository, https://github.com/foldit-org/foldit-plugin-sdk

# foldit-plugin-sdk

The Foldit plugin SDK. A Rust core owns `plugin.proto`, the protocol types,
and the `Plugin` trait. It exposes a cbindgen C-ABI (consumed by the rosetta
C++ bridge) and pyo3 Python bindings, plus a `python/` source layer for
Python-only plugin-author utilities.

This is an early skeleton; the protocol types and `Plugin` trait are not yet
implemented.

