.. Project NuriKit - Copyright 2023 SNU Compbio Lab. SPDX-License-Identifier: Apache-2.0 ======== nuri.fmt ======== .. automodule:: nuri.fmt :exclude-members: MoleculeReader, readfile, readstring, to_smiles, to_mol2, to_sdf, to_pdb .. autoclass:: MoleculeReader .. automethod:: __iter__ Returns itself. .. automethod:: __next__ Returns the next molecule. ------------------ CIF Format Support ------------------ .. code-block:: python from nuri.fmt import cif .. automodule:: nuri.fmt.cif :exclude-members: Block, Frame, Table, Value .. autoclass:: Block .. automethod:: __init__ .. autoclass:: Frame .. automethod:: __init__ .. autoclass:: Table .. automethod:: __init__ .. autoclass:: Value .. automethod:: __init__ ------------------ PDB Format Support ------------------ .. code-block:: python from nuri.fmt import pdb .. automodule:: nuri.fmt.pdb