Metadata-Version: 2.1
Name: justlog
Version: 0.0.1
Summary: A simple logginf library for Python 3
Home-page: https://github.com/Gabisonfire/justlog
Author: Gabisonfire
Author-email: gabisonfire@github.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

## justlog ##

justlog is a simple library for Python 3. It is designed to provide a quick and easy way to generate clean logs with minimal coding.

### Features ###

- Output to to stdout, file or syslog
- Output in standard text or json
- Easily add fields
- Builtin variables for timestamps and log level.
- Colorful output

### Roadmap ###

- readthedocs
- logging to http

### License ###
MIT

