Skip to content

Stabilize a Python API to decouple core logic from the CLI #336

@uzman2406

Description

@uzman2406

The current CLI implementation relies heavily on internal logic from prolif fingerprint,
mixing together:
Input normalization (files, Molecule objects, trajectories) and Parameter handling
This makes it difficult to reorganize the CLI around different input/output types , extend the CLI without duplicating logic, reuse the same workflow cleanly from scripts or notebooks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions