Metadata-Version: 1.0
Name: logcabin
Version: 0.1b1
Summary: Logging framework for receiving and processing events from a diverse range of sources and formats, and relaying onto multiple destinations.
Home-page: UNKNOWN
Author: Barnaby Gray
Author-email: barnaby@artirix.com
License: Copyright 2013 Artirix Ltd

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Description: logcabin
        ========
        
        logcabin is a program for aggregating and processing events from a diverse range
        of sources and formats, and outputting to the file system, database or a search
        engine.
        
        Quickstart
        ----------
        Install::
        
            $ pip install logcabin
        
        Configure::
        
            $ wget https://raw.github.com/artirix/logcabin/master/config/example1.py -O config.py
        
        Run::
        
            $ logcabin
        
        Send some messages::
        
            $ echo '{"message": "test log event"}' | nc -u localhost 6000
        
        Contributing
        ------------
        Contributions welcome! Please:
        
        - Fork the project on Github
        - Make your feature addition or bug fix, write tests, commit.
        - Send me a pull request. Bonus points for topic branches.
        
        Changelog
        ---------
        0.1.0   
        
        - Initial release
Platform: UNKNOWN
