Metadata-Version: 2.1
Name: tclogger
Version: 1.0.0
Summary: Python terminal colored logger
Author: Hansimov
Project-URL: Homepage, https://github.com/Hansimov/tclogger
Project-URL: Issues, https://github.com/Hansimov/tclogger/issues
Project-URL: Changelog, https://github.com/Hansimov/tclogger/blob/main/CHANGELOG.md
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: termcolor

# tclogger
Python terminal colored logger

![](https://img.shields.io/pypi/v/tclogger?label=tclogger&color=blue&cacheSeconds=60)

## Install
```sh
pip install tclogger --upgrade
```

## Usage

See: [example.py](./example.py)

```python
import tclogger
from tclogger import TCLogger, logger
from tclogger import (
    get_now_ts,
    get_now_str,
    ts_to_str,
    str_to_ts,
    get_now_ts_str,
    Runtimer,
)
from tclogger import OSEnver, shell_cmd

...
```
