Python API ========== Profet's functionality is accessed mainly through the :class:`profet.Fetcher` class documented below. Lower level functionality for each database in profet can be accessed through the :class:`profet.alphafold.Alphafold_DB` and :class:`profet.pdb.PDB_DB` classes. .. autoclass:: profet.Fetcher :members: .. autoclass:: profet.alphafold.Alphafold_DB :members: .. autoclass:: profet.pdb.PDB_DB :members: