Modules

Summary

module

truncated documentation

CSharpLexer

CSharpLexerBase

CSharpParser

CSharpParserBase

CSharpParserListener

CSharpPreprocessorParser

CSharpPreprocessorParserListener

DOTLexer

DOTListener

DOTParser

Python3Lexer

Python3Listener

Python3Parser

RFilter

RFilterListener

RLexer

RListener

RParser

SQLiteLexer

SQLiteListener

SQLiteParser

SQLiteParserListener

SimpleWorkflowLexer

SimpleWorkflowListener

SimpleWorkflowParser

__init__

module pyensae Module pyensae. Recurrent needs for teachings turned into functions. source on GitHub

__init__

module pyensae.cli Shortcuts to cli. source on GitHub

__init__

module pyensae.datasource Shortcuts to datasource source on GitHub

__init__

module pyensae.filehelper Shortcuts to file_helper source on GitHub

__init__

module pyensae.finance shortcuts to finance source on GitHub

__init__

module pyensae.graphhelper Shortcuts to graph_helper source on GitHub

__init__

module pyensae.languages Shortcuts to languages. source on GitHub

__init__

module pyensae.mlhelper Shortucts to mlhelper. source on GitHub

__init__

module pyensae.notebookhelper Shortcut to notebook_helper source on GitHub

__init__

module pyensae.sphinxext Shortcut to sphinxext. source on GitHub

__init__

module pyensae.sql Shortcuts to sql source on GitHub

_colormap

module pyensae.graphhelper._colormap CorrPlot functionalities. It comes from corrplot.py which I copied here because the module does not properly work on Python 3 (import issues). See also biokit license. :author: Thomas Cokelaer :references: http://cran.r-project.org/web/packages/corrplot/vignettes/corrplot-intro.html source on GitHub

_pylint_common

module pyensae._pylint_common Check code style. .. versionadded:: 1.8 source on GitHub

antlr_grammar_build

module pyensae.languages.antlr_grammar_build Helpers to build grammars This module requires antlr4. and antlr4-python3-runtime. source on GitHub

antlr_grammar_use

module pyensae.languages.antlr_grammar_use Use grammar This module requires antlr4-python3-runtime. source on GitHub

astock

module pyensae.finance.astock Downloads stock prices (from Yahoo website) and other prices. source on GitHub

blockdiag_helper

module pyensae.graphhelper.blockdiag_helper Various functions about blockdiag. .. versionadded:: 1.1 source on GitHub

content_helper

module pyensae.filehelper.content_helper Various functions to process text source on GitHub

convert

module pyensae.datasource.convert Various conversion functions. source on GitHub

corrplot

module pyensae.graphhelper.corrplot CorrPlot functionalities. It comes from corrplot.py which I copied here because the module does not properly work on Python 3 (import issues). See also biokit license. :author: Thomas Cokelaer :references: http://cran.r-project.org/web/packages/corrplot/vignettes/corrplot-intro.html source on GitHub

csharp_parser

module pyensae.sphinxext.csharp_parser Parses :epkg:`C# `. :githublink:`%|py|6`

database_core

module pyensae.sql.database_core Database source on GitHub

database_core2

module pyensae.sql.database_core2 Database source on GitHub

database_exception

module pyensae.sql.database_exception defines logged exceptions for SQL requests source on GitHub

database_function

module pyensae.sql.database_function generic class to access a SQL database source on GitHub

database_helper

module pyensae.sql.database_helper Contains functions to import a text file into a database (SQLite). source on GitHub

database_import_export

module pyensae.sql.database_import_export Database source on GitHub

database_join_group

module pyensae.sql.database_join_group Database source on GitHub

database_main

module pyensae.sql.database_main generic class to access a SQL database source on GitHub

database_object

module pyensae.sql.database_object Database source on GitHub

decompress_helper

module pyensae.filehelper.decompress_helper Various functions to decompress files source on GitHub

file_text_binary

module pyensae.sql.file_text_binary contains a class which opens a text file as a binary file. source on GitHub

file_text_binary_columns

module pyensae.sql.file_text_binary_columns contains a class which iterations on rows of a text file structured as a table. source on GitHub

folium_helper

module pyensae.notebookhelper.folium_helper Module folium does not have any output to a notebook, addresses that issue. The module does not explicitely import folium. source on GitHub

format_helper

module pyensae.filehelper.format_helper Various functions to display information about files source on GitHub

geodata

module pyensae.datasource.geodata Geographic datasets. source on GitHub

graphviz_helper

module pyensae.graphhelper.graphviz_helper Various functions about graphviz. .. versionadded:: 1.1 source on GitHub

head_cli

module pyensae.cli.head_cli Wrapper function file_head() into a command line. .. versionadded:: 1.5 source on GitHub

http_retrieve

module pyensae.datasource.http_retrieve Various functions to get data from a website, a reference website. source on GitHub

joins

module pyensae.mlhelper.joins Complex joins with pandas. source on GitHub

linkage

module pyensae.graphhelper.linkage dendogram, heatmap functionalities. It comes from linkage.py which I copied here because the module does not properly work on Python 3 (import issues). See also biokit license. :author: Thomas Cokelaer source on GitHub

magic_file

module pyensae.filehelper.magic_file Magic command to handle files source on GitHub

magic_graph

module pyensae.graphhelper.magic_graph Magic commands about graphs .. versionadded:: 1.1 source on GitHub

magic_notebook

module pyensae.notebookhelper.magic_notebook Magic command to help within notebooks source on GitHub

magic_sql

module pyensae.sql.magic_sql Defines SQL commands to play with sqlite3. See notebook SQL Magic Commands with SQLite in a Notebook. source on GitHub

mapplot

module pyensae.graphhelper.mapplot Plotting maps. source on GitHub

matplotlib_helper

module pyensae.graphhelper.matplotlib_helper Various functions about :epkg:`matplotlib`. source on GitHub

missing

module pyensae.mlhelper.missing Missing values and pandas. source on GitHub

pandas_sql_helper

module pyensae.sql.pandas_sql_helper Pandas and SQL source on GitHub

rconverter

module pyensae.languages.rconverter Convert R into Python source on GitHub

rconverterListener

module pyensae.languages.rconverterListener Convert R into Python source on GitHub

sphinx_csharp_extension

module pyensae.sphinxext.sphinx_csharp_extension Defines a :epkg:`sphinx` extension to document :epkg:`C#` code. source on GitHub

sql_interface

module pyensae.sql.sql_interface Abstract class to connect to a SQL server using various way. It will be used to implement magic functions source on GitHub

sql_interface_database

module pyensae.sql.sql_interface_database Abstract class to connect to a SQL server using various way. It will be used to implement magic functions source on GitHub

table_formula

module pyensae.mlhelper.table_formula Adds functionalities to a dataframe. source on GitHub

tail_cli

module pyensae.cli.tail_cli Wrapper function file_tail() into a command line. .. versionadded:: 1.5 source on GitHub

tree_graph_listener

module pyensae.languages.tree_graph_listener Helpers around language grammar. This module requires antlr4. source on GitHub

tree_string_listener

module pyensae.languages.tree_string_listener Helpers around language grammar. This module requires antlr4. source on GitHub

type_helpers

module pyensae.sql.type_helpers helpers about python types source on GitHub