Source code for pysqllike

# -*- coding: utf-8 -*-
"""
Module *pysqllike*.
Parses :epkg:`Python` and produces equivalent
code in other languages in a map reduce logic.


:githublink:`%|py|8`
"""

__version__ = "0.1.247"
__author__ = "Xavier Dupré"
__github__ = "https://github.com/sdpython/pysqllike"
__url__ = "http://www.xavierdupre.fr/app/pysqllike/helpsphinx/index.html"
__license__ = "MIT License"


[docs]def _setup_hook(): """ does nothing :githublink:`%|py|19` """ pass
[docs]def check(log=False): """ Checks the library is working. It raises an exception. If you want to disable the logs: :param log: if True, display information, otherwise :return: 0 or exception :githublink:`%|py|31` """ return True