.. _l-modules: Modules ======= .. contents:: :local: :depth: 1 Summary +++++++ +----------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | module | truncated documentation | +==========================================================+======================================================================================================================================================================+ | :ref:`__init__ ` | module ``pysqllike`` Module *pysqllike*. Parses :epkg:`Python` and produces equivalent code in other languages in a map reduce logic. :githublink:`%|py|8` | +----------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`code_exception ` | module ``pysqllike.translation.code_exception`` One class which visits a syntax tree. :githublink:`%|py|5` | +----------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`column_group_operator ` | module ``pysqllike.generic.column_group_operator`` Creates custom classes to interpret Python expression as column operations. :githublink:`%|py|6` | +----------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`column_operator ` | module ``pysqllike.generic.column_operator`` Creates custom classes to interpret Python expression as column operations. :githublink:`%|py|6` | +----------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`column_type ` | module ``pysqllike.generic.column_type`` Classes which defines column for class :class:`IterRow` :githublink:`%|py|6` | +----------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`iter_exceptions ` | module ``pysqllike.generic.iter_exceptions`` An class which iterates on any set. :githublink:`%|py|5` | +----------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`iter_rows ` | module ``pysqllike.generic.iter_rows`` An class which iterates on any set. :githublink:`%|py|6` | +----------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`node_visitor_translator ` | module ``pysqllike.translation.node_visitor_translator`` One class which visits a syntax tree. :githublink:`%|py|5` | +----------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`others_types ` | module ``pysqllike.generic.others_types`` defines custom types :githublink:`%|py|5` | +----------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`translation_class ` | module ``pysqllike.translation.translation_class`` One class which visits a syntax tree. :githublink:`%|py|5` | +----------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`translation_to_python ` | module ``pysqllike.translation.translation_to_python`` One class which visits a syntax tree. :githublink:`%|py|5` | +----------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. toctree:: :maxdepth: 1 pysqllike/__init__ pysqllike/generic/column_group_operator pysqllike/generic/column_operator pysqllike/generic/column_type pysqllike/generic/iter_exceptions pysqllike/generic/iter_rows pysqllike/generic/others_types pysqllike/translation/code_exception pysqllike/translation/node_visitor_translator pysqllike/translation/translation_class pysqllike/translation/translation_to_python