Metadata-Version: 1.2
Name: statsd-logger
Version: 0.2
Summary: Simple StatsD Echo Server
Home-page: https://gitlab.com/kpgadkari/statsd-echo-server
Author: Kaustubh Gadkari
Author-email: kaustubh.gadkari@gmail.com
License: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description: # statsd_logger
        
        This is a simple statsd echo server - it listens to port 8125 on localhost by default and prints received StatsD messages on stdout.
        
        ## Installation
        ```
        pip install statsd_logger
        ```
        
        ## Running the server
        ```
        statsd_logger
        ```
        
        ## License
        This code is licensed under the GPLv3.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.0.0, >=2.7.0
