python-logentries-api Documentation =================================== This is a Python wrapper for the Logentries API. The API object terms follow the semantics from the Logentries website, not the Logentries API. The :class:`InactivityAlert ` and :class:`AnomalyAlert ` classes simulate a user login to create the appropriate alerts. This is not endorsed or provided by Logentries, and no commercial support is provided. Installation ------------ To install the latest release, type:: pip install python-logentries-api To install the latest code directly from source, type:: pip install git+git://github.com/ambitioninc/python-logentries-api.git