Skip to main content

CircleCI API wrapper using tapioca

Project description

CircleCI Status


CircleCI API Wrapper using tapioca https://circleci.com/docs/api/

Note: Not all endpoints are mapped, please open an issue if you need

Installation

IMPORTANT: Only Python 3.5+

pip install tapioca-circleci

Documentation

from tapioca_circleci import CircleCI

api = CircleCI(
    token='{your-token}'  # required,
    timeout=5,  # Optional, defaults to 5s
)

To generate API tokens, access your dashboard: [https://circleci.com/account/api](https://circleci.com/account/api)

Serialization

  • datetime

  • Decimal

Deseralization

  • datetime

  • Decimal

More

Changelog:

0.0.1

  • Initial release

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

tapioca-circleci-0.0.1.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

tapioca_circleci-0.0.1-py3-none-any.whl (4.9 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