Metadata-Version: 1.1
Name: lars
Version: 0.3
Summary: A framework for converting web-logs into various formats
Home-page: http://github.com/waveform80/lars
Author: Dave Hughes
Author-email: dave@waveform.org.uk
License: MIT License
Description: ====
        lars
        ====
        
        
        lars is a small `Python`_ framework for working with httpd logs (from a variety
        of common servers like `Apache`_, `nginx`_, and IIS). The primary purpose is to
        provide a set of conversions to ease loading such logs into relational
        databases, but numerous other possiblities can be realized with a little
        imagination.
        
        .. _Apache: http://httpd.apache.org/
        .. _nginx: http://wiki.nginx.org/
        .. _Python: http://python.org/
        
        
        Links
        =====
        
        * The code is licensed under the `MIT license`_
        * The `source code`_ can be obtained from GitHub, which also hosts the `bug
          tracker`_
        * The `documentation`_ (which includes installation instructions and several
          examples) can be read on ReadTheDocs
        * The `build status`_ can be observed on Travis CI
        
        .. _MIT license: http://opensource.org/licenses/MIT
        .. _Python: http://python.org/
        .. _source code: https://github.com/waveform80/lars
        .. _bug tracker: https://github.com/waveform80/lars/issues
        .. _documentation: http://lars.readthedocs.org/
        .. _build status: https://travis-ci.org/waveform80/lars
        
        
Keywords: web,www,logs,database
Platform: A
Platform: L
Platform: L
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Text Processing
