Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 682 Bytes

api.rst

File metadata and controls

44 lines (22 loc) · 682 Bytes

API documentation

ChemPrice principal class is :class:`PriceCollector`.

.. currentmodule:: chemprice

chemprice.PriceCollector

.. autoclass:: PriceCollector

    .. automethod:: setMolportUsername

    .. automethod:: setMolportPassword

    .. automethod:: setMolportApiKey

    .. automethod:: setChemSpaceApiKey

    .. automethod:: setMCuleApiKey

    .. automethod:: status

    .. automethod:: check

    .. automethod:: collect

    .. automethod:: selectBest

Utils

.. currentmodule:: utils

.. autofunction:: molport_collect_prices

.. autofunction:: chemspace_collect_prices

.. autofunction:: mcule_collect_prices