Metadata-Version: 1.1
Name: eventlog-writer
Version: 0.4.5
Summary: Python module to write business events
Home-page: https://github.com/zalando/python-eventlog-writer
Author: Henning Jacobs
Author-email: henning.jacobs@zalando.de
License: UNKNOWN
Description: ===============
        EventLog Writer
        ===============
        
        Installation
        ============
        
        .. code-block:: bash
        
            $ sudo pip install eventlog-writer
        
        
        Usage
        =====
        
        .. code-block:: python
        
            import eventlog
            eventlog.register(0x123ab, 'SOME_EVENT', 'first', 'second', 'third')
            eventlog.log(0x123ab, first='a', second=123, third='foobar')
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
