Skip to main content

Have a quick look at the status of CI projects from the command line.

Project description

quickCI

https://img.shields.io/pypi/v/quickci.svg Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Documentation Status

Have a quick look at the status of CI projects from the command line.

Features

Currently, quickCI supports checking build status for the following CI services:

More services to come!

Usage

Configuration

  1. Create a config file (it will be located in ~/.config/quickci/tokens.json:

    $ quickci config create
  2. Replace placeholders with your own authentication tokens:

    $ quickci config update <service> <token>
Available services are:
  • Travis CI: travis

  • CircleCI: circle

  • AppVeyor: appveyor

  • Buddy: buddy

  1. Check that everything is correct:

    $ quickci config show

Check build status

Check the build status of your projects:

$ quickci status

The build status of your Travis CI, CircleCI, AppVeyor and Buddy projects will be returned (currently only master branch).

It is also possible to check a specific service using subcommands of quickci status:

$ quickci status travis
$ quickci status circle
$ quickci status appveyor
$ quickci status buddy

If the token for a specific service is not listed in ~/.config/quickci/tokens.json, it is possible to provide it using the --token <service_token> option:

$ quickci status travis --token <TravisCI token>

Installation

quickci can be installed using pip:

$ pip install quickci

Credits

This package was created with Cookiecutter and the cc-pypackage project template.

History

0.1.0 (2019-04-20)

  • First release.

0.1.1 (2019-04-29)

  • Update Config methods and attributes for better handling of tokens;

  • Update CLI commands.

0.1.2 (2019-06-03)

  • Minor code fix;

  • Update requirements and documentation;

  • Fix AppVeyor request class and add GitLab draft.

0.1.3 (2019-06-06)

  • Add Buddy class.

0.1.4 (2019-06-07)

  • Change fetching functions to asyncio.

0.2.0 (WIP)

  • Change config and status commands to group commands and add related subcommands;

  • Change classes to use concurrent functions when possible;

  • Clean code.

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

quickci-0.2.0.tar.gz (14.2 kB view hashes)

Uploaded Source

Built Distribution

quickci-0.2.0-py2.py3-none-any.whl (8.0 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