eureka
=====================
Python library for managing [Loggly](http://www.loggly.com) sources.

Note: Forked from and based on loggly-python, by Mike Babineau/Electronic Arts.

The library name is a play on Hoover, with Eureka being a competing brand.

Currently, the library supports:

* Loggly API: Manage Sources
* Loggly API: Event Submission
* Loggly API: Event Retrieval

See: http://loggly.com/support/advanced/extending-loggly/ for Loggly API information


Requirements
--------------------
- Loggly account
- requests Python module


Installation
--------------------
Install using the provided `setup.py`:

    sudo setup.py install

Or install from PyPI:

    sudo easy_install eureka


Library Usage
--------------------
See included unit tests for examples of how to use the library.


Contributing
--------------------
Use GitHub's standard fork/commit/pull-request cycle.  If you have any questions, email <jeffvogelsang@gmail.com>.


License
--------------------

    Copyright 2013 Jeff Vogelsang
    Copyright 2010 Electronic Arts Inc.

    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.
