Metadata-Version: 1.1
Name: bes
Version: 0.1
Summary: Log actions to Elastic Search via bulk upload
Home-page: https://github.com/wking/bes
Author: W. Trevor King
Author-email: wking@tremily.us
License: BSD License
Download-URL: https://github.com/wking/bes/archive/v0.1.tar.gz
Description: .. -*- coding: utf-8 -*-
        
        ========================
        Getting Started With bes
        ========================
        
        bes is a flexible `bulk uploader`_ for `Elastic Search`_.  At the
        moment, it only supports index uploads `over UDP`_.  Good luck!
        
        Testing
        =======
        
        Testing uses unittest's `automatic test discovery`_.  Run the test
        suite with::
        
          $ python -m unittest discover
        
        For Python <3.3, the test suite requires the external mock_ package,
        which is bundled as `unittest.mock`_ in Python 3.3.
        
        .. _Elastic Search: http://www.elasticsearch.org/
        .. _bulk uploader: http://www.elasticsearch.org/guide/reference/api/bulk/
        .. _over UDP: http://www.elasticsearch.org/guide/reference/api/bulk-udp/
        .. _automatic test discovery:
           http://docs.python.org/3/library/unittest.html#unittest-test-discovery
        .. _mock: https://pypi.python.org/pypi/mock
        .. _unittest.mock: http://docs.python.org/3/library/unittest.mock.html
        
Platform: all
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides: bes
