.. index:: Code Snippets, Examples CDPL Python Cookbook ==================== This 'cookbook' provides a set of scripts that demonstrate how often occurring tasks in cheminformatics can be accomplished with Python code that utilizes functionality offered by the CDPL. The scripts are all ready-to-run and have been designed to be executed on the command line. Most of the scripts require arguments to be specified (e.g. path to input/output files). Information on required/supported arguments can be obtained by running the scripts without arguments. The source code provided by this cookbook can be used without restrictions for any purpose under the terms of the `Zero-Clause BSD License (0BSD) `_. .. note:: The scripts require a properly set up installation of the CDPL Python bindings. Please visit section :doc:`../installation` for further information. .. toctree:: :maxdepth: 4 :numbered: chem/index pharm/index molprop/index descr/index confgen/index forcefield/index .. biomol/index