Skip to main content

Python client for the Evergreen API

Project description

Evergreen.py

A client library for the Evergreen API written in python. Currently supports the V2 version of the API. For more details, see https://github.com/evergreen-ci/evergreen/wiki/REST-V2-Usage .

Coverage Status

Usage

>>> from evergreen.api import EvgAuth, EvergreenApi
>>> api = EvergreenApi.get_api(EvgAuth('david.bradford', '***'))
>>> project = api.project_by_id('mongodb-mongo-master')
>>> project.display_name
'MongoDB (master)'

Testing

Tox is being used for multiversion testing. Tests are run on python 2.7 and 3.6. You should have both of these installed locally. To run tests, install the requirements.txt and then run tox.

$ pip install -r requirements.txt
$ tox

To get code coverage information, you can run pytest directly.

$ pip install -r requirements.txt
$ pytest --cov=src --cov-report=html

This will generate an html coverage report in htmlcov/ directory.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

evergreen.py-0.1.16.tar.gz (12.8 kB view details)

Uploaded Source

Built Distribution

evergreen.py-0.1.16-py3-none-any.whl (21.7 kB view details)

Uploaded Python 3

File details

Details for the file evergreen.py-0.1.16.tar.gz.

File metadata

  • Download URL: evergreen.py-0.1.16.tar.gz
  • Upload date:
  • Size: 12.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5

File hashes

Hashes for evergreen.py-0.1.16.tar.gz
Algorithm Hash digest
SHA256 80f8fbbdaad7f5b97a125da0aaa49b42c2bc059eb54f9e45906b595bf49b5808
MD5 6fc363f7a3de2e01f32a486964135185
BLAKE2b-256 d863b25224d3402c1b52267eb219ea2684bb0445308983aa919cb1fee03d2cb3

See more details on using hashes here.

File details

Details for the file evergreen.py-0.1.16-py3-none-any.whl.

File metadata

  • Download URL: evergreen.py-0.1.16-py3-none-any.whl
  • Upload date:
  • Size: 21.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5

File hashes

Hashes for evergreen.py-0.1.16-py3-none-any.whl
Algorithm Hash digest
SHA256 883d1a3c1901983de5c5669d8bfda3bc7d2b08bc0aa0f64d969be65562ba6cb8
MD5 7bec8cdb763cf06a9f8d30e11d04f5fa
BLAKE2b-256 7357f8c9ea69af2c50c4478d2ca0feefce169e803fee681710ec50e9ea424b27

See more details on using hashes here.

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