Skip to main content

VMware vRealize Log Insight Client

Project description

Build Status

Python API client bindings for VMware vRealize Log Insight’s API.

Getting Started

The master branch is code that’s in development right now. To install in develop mode, create a virtual environment and clone+install with pip:

virtualenv pyloginsight
cd pyloginsight
source bin/activate
pip install -e git+https://github.com/vmware/pyloginsight.git#egg=pyloginsight
cd src/pyloginsight/

Running tests

None of the tests require a connection to a live server. They’re either unittests or using requests_mock.

You will need tox installed and a checkout of this repository. Running tox will install test-centric dependencies (pytest, requests_mock) in tox’s own virtualenvs (.tox/py{27,35}/), along with the pyloginsight package and its requirements, then run tests and style checks (pytest, pep8, pyflakes).:

virtualenv pyloginsight
cd pyloginsight
source bin/activate
pip install -e git+https://github.com/vmware/pyloginsight.git#egg=pyloginsight
cd src/pyloginsight/
pip install tox
tox

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pyloginsight_fork-0.dev0-py3-none-any.whl (27.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page