Skip to main content

CircleCI v2 API wrapper with type annotations

Project description

CircleCI 2

CircleCI v2 API wrapper with type annotations.

Example:

circle = circleci2.API(os.environ["CIRCLE_TOKEN"])
for pipeline in circle.iter_project_pipelines(circleci2.ProjectSlug.github("r-darwish", "circle2")):
    for workflow in circle.iter_pipline_workflows(pipeline.id):
        print(workflow.name)

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

circleci2-0.1.1.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

circleci2-0.1.1-py3-none-any.whl (5.1 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