Skip to main content

Python client for CircleCI API

Project description

pycircleci

PyPI version Build Status

Python client for CircleCI API.

Based on the discontinued circleci.py project.

Original Author & Credit: Lev Lazinskiy (https://levlaz.org)

Features

Installation

$ pip install pycircleci

Usage

Create a personal API token.

    from pycircleci.api import Api

    circleci = Api(YOUR_CIRCLECI_TOKEN)

    # get current user info
    circleci.get_user_info()

    # get list of projects
    circleci.get_projects()

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

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

pycircleci-0.3.2.tar.gz (8.3 kB view hashes)

Uploaded Source

Built Distribution

pycircleci-0.3.2-py3-none-any.whl (8.2 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