================= ``tse2sql.utils`` ================= .. automodule:: tse2sql.utils .. contents:: :local: .. currentmodule:: tse2sql.utils Functions ========= - :py:func:`is_url`: Deterime if given string is an url. - :py:func:`ensure_dir`: Ensure that a path exists. - :py:func:`download`: Download given file in system temporal files folder. - :py:func:`sha256`: Calculate SHA256 of given filename. - :py:func:`unzip`: Unzip given filename. - :py:func:`get_file`: Case-insensitive get file from a directory. - :py:func:`count_lines`: Count the number of lines in filename. .. autofunction:: is_url .. autofunction:: ensure_dir .. autofunction:: download .. autofunction:: sha256 .. autofunction:: unzip .. autofunction:: get_file .. autofunction:: count_lines