Metadata-Version: 2.1
Name: LouisTools
Version: 0.0.1
Summary: This is a tool-set for data engineering, mainly in financial area.
Home-page: http://github.com/txx/Louis_tools
Author: Louis Tian
Author-email: dqyyrlfy@gmail.com
License: UNKNOWN
Keywords: tools data data-washing finance os logging
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pandas

<!--
 * @version: Python 3.7.3
 * @Author: Louis
 * @Date: 2020-06-15 18:03:30
 * @LastEditors: Louis
 * @LastEditTime: 2020-06-15 18:15:17
--> 
# LouisTools

## About Louis
Louis is a data engineer working in financial area. A Python programmer, Linux maintainer, loving learning and sharing.

## About Tools
This is a bunch of tools covering data engineering, financial data washing, os, time series data washing, regex, logging, email and more.
There is also a HTMLTestRunner (Thanks to Wai Yip Tung for making such a good-to-use Python 2 package) in Python 3 version modified by me.

## Requirements
No any non-built-in packages need to be installed except for pandas (which I think is very common).

## Installation
`pip install LouisTools`

## Usage
`import LouisTools as LT`


