Metadata-Version: 2.1
Name: realtimelog
Version: 1.1.2
Summary: Python package for REAL-TIME log, see: https://github.com/cn007b/log, https://realtimelog.herokuapp.com
Home-page: https://github.com/cn007b/pylog
Author: V. Kovpak
Author-email: cn007b@gmail.com
License: UNKNOWN
Description: PyLog
        -
        
        [![Build Status](https://travis-ci.org/cn007b/log.svg?branch=master)](https://travis-ci.org/cn007b/log)
        [![Maintainability](https://api.codeclimate.com/v1/badges/3c0a922e2eb162a3ff4e/maintainability)](https://codeclimate.com/github/cn007b/pylog/maintainability)
        [![Coverage Status](https://coveralls.io/repos/github/cn007b/pylog/badge.svg?branch=master)](https://coveralls.io/github/cn007b/pylog?branch=master)
        
        Python package for [REAL-TIME log](https://realtimelog.herokuapp.com/) ([cn007b/log](https://github.com/cn007b/log)).
        
        ## Installation
        
        `pip3 install realtimelog`
        
        ## Usage
        
        ````py
        from realtimelog import Client
        
        c = Client()
        # Please open provided link in browser.
        print('Open: ', c.get_url())
        # Now you can post log and see it immediately in dashboard.
        c.msg({'code': 200, 'message': 'It works!'})
        ````
        
Platform: UNKNOWN
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
