Metadata-Version: 2.1
Name: tabular-log
Version: 1.1
Summary: Creates and manage a tabular log.
Home-page: https://github.com/CastellaniDavide/tabular_log
Author: CastellaniDavide
Author-email: help@castellanidavide.it
License: GNU
Description: # 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-v01.01-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_01.01_2021-2-21](#Version_10_2021-2-21)
        
        ## 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)
        
Platform: linux_distibution
Requires-Python: >=3.7
Description-Content-Type: text/markdown
