Socket
Socket
Sign inDemoInstall

tapioca-circleci

Package Overview
Dependencies
1
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tapioca-circleci

CircleCI API wrapper using tapioca


Maintainers
1

Readme

Tapioca CircleCI

|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+

.. code-block:: bash

pip install tapioca-circleci

Documentation

.. code-block:: python

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

Serialization

  • datetime
  • Decimal

Deseralization

  • datetime
  • Decimal

More

  • Learn how Tapioca works here
  • Explore this package using iPython
  • Have fun!

.. |CircleCI Status| image:: https://circleci.com/gh/georgeyk/tapioca-circleci/tree/master.svg?style=svg :target: https://circleci.com/gh/georgeyk/tapioca-circleci/tree/master

Changelog:

0.0.1

  • Initial release

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc