Metadata-Version: 2.4
Name: fode
Version: 0.0.0
Summary: Folding models for molecular structures
Author-email: Zhiyuan Chen <this@zyc.ai>
Maintainer-email: Zhiyuan Chen <this@zyc.ai>
License-Expression: AGPL-3.0-or-later
Project-URL: homepage, https://github.com/MultiMolecule/fode
Project-URL: repository, https://github.com/MultiMolecule/fode
Keywords: ai4s,deep-learning,folding,machine-learning,molecular-structure,protein,rna
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: license.md
Dynamic: license-file

# fode

Folding models for molecular structures.

`fode` is an independent open-source library for molecular structure-folding
models, processors, prediction results, and folding-oriented inference and
evaluation workflows. It is the folding-focused sibling in the MultiMolecule
ecosystem, not a copy of the full `multimolecule` repository.

## Scope

- reusable protein, RNA, DNA, and other molecular folding model components;
- processors and structure-aware inputs and outputs;
- folding inference, evaluation, and model-specific recipes.

## Boundaries

- `multimolecule` remains the broad molecular-ML ecosystem for datasets,
  tokenisers, general models, and task pipelines;
- `kmol` provides independent reusable operators and kernels;
- OFoldX-specific operator backends remain in OOps.

## Status

This `0.0.0` release reserves the project name and defines the project
direction. The functional API will be introduced in a later release.

## License

`fode` is licensed under the GNU Affero General Public License, version 3 or
later. See [license.md](license.md).
