Metadata-Version: 2.1
Name: tabular-log
Version: 2.5
Summary: Creates and manage a tabular log.
Home-page: https://github.com/CastellaniDavide/tabular_log
Author: CastellaniDavide
Author-email: help@castellanidavide.it
License: GNU
Platform: linux_distibution
Description-Content-Type: text/markdown

# tabular_log
[![GitHub license](https://img.shields.io/badge/license-GNU-green?style=flat)](https://github.com/CastellaniDavide/cpp-tabular_log/blob/master/LICENSE) ![Author](https://img.shields.io/badge/author-Castellani%20Davide-green?style=flat) ![Version](https://img.shields.io/badge/version-v02.05-blue?style=flat) ![Language Python](https://img.shields.io/badge/language-Python-yellowgreen?style=flat) ![sys.platform supported](https://img.shields.io/badge/OS%20platform%20supported-All-blue?style=flat) [![On GitHub](https://img.shields.io/badge/on%20GitHub-True-green?style=flat&logo=github)](https://github.com/CastellaniDavide/tabular_log)

## Description
Creates and manage a tabular log.

## Required
 - python3
 - pip

## Directories structure
 - .github
   - ISSUE_TEMPLATE
     - bug_report.md
     - feature-request.md
   - workflows
     - pypi-on-push.yml
     - pypi-on-release.yml
     - python-test.yml
 - tabular_log
	 - \_\_init\_\_.py
     - test-tabular_log.py
 - docs
   - LICENSE
   - README.md
 - log
	 - trace.log
 - requirements
   - requirements.txt
 - .gitignore
 - setup.py

### Execution examples  
 - python3 \_\_init\_\_.py
 - python3 test_tabular_log.py

# Changelog
 - [Version_02.05_2021-03-17](#Version_0205_2021-03-17)
 - [Version_02.04_2021-03-17](#Version_0204_2021-03-17)
 - [Version_02.03_2021-03-09](#Version_0203_2021-03-09)
 - [Version_02.02_2021-03-03](#Version_0202_2021-03-03)
 - [Version_02.01_2021-03-03](#Version_0201_2021-03-03)
 - [Version_01.01_2021-2-21](#Version_0101_2021-2-21)

## Version_02.05_2021-03-17
 - Removed python requirements

## Version_02.04_2021-03-17
 - Now avariable for python >= 3.5

## Version_02.03_2021-03-09
 - Fixed a bug when is on "send to db error"

## Version_02.02_2021-03-03
 - Fixed a bug

## Version_02.01_2021-03-03
 - Optimized log funtion
 - Added some "standard" parameter
 - Added the possibility to send log to the server
 - Now faster, using threads
 - Added verbose option

## Version_01.01_2021-2-21
 - Initial version

---
Made by Castellani Davide 
If you have any problem please contact me:
- help@castellanidavide.it
- [Issue](https://github.com/CastellaniDavide/tabular_log/issues)


