Skip to main content

Appveyor Python Client

Project description

Build status

Travis-CI build status Appveyor build status Circle-CI build status Quantified Code issues Scrutinizer Code Quality

Project information

License Latest PyPI version

Description

Simple python interface to the Appveyor restful api.

Usage

from appveyor_client import AppveyorClient
client = AppveyorClient('{appveyor_token}')

# Get list of projects
projects = client.projects.get()

# Get list of projects builds
builds = client.projects.history('goanpeca', 'appveyor-client')

Installation

Using pip

pip install appveyor-client

Using conda

conda install appveyor-client -c conda-forge

Project details


Download files

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

Source Distribution

appveyor-client-0.1.0.tar.gz (8.7 kB view hashes)

Uploaded Source

Built Distribution

appveyor_client-0.1.0-py2.py3-none-any.whl (9.6 kB view hashes)

Uploaded Python 2 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