
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Python Wrapper and SDK around the CircleCI API
.. image:: https://circleci.com/gh/levlaz/circleci.py.svg?style=shield :target: https://circleci.com/gh/levlaz/circleci.py :alt: CI Status
.. image:: https://codecov.io/gh/levlaz/circleci.py/branch/master/graph/badge.svg :target: https://codecov.io/gh/levlaz/circleci.py :alt: Code Coverage
.. image:: https://badge.fury.io/py/circleci.svg :target: https://badge.fury.io/py/circleci :alt: PyPi PAckage
.. image:: https://readthedocs.org/projects/circlecipy/badge/?version=latest :target: http://circlecipy.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
latest v1.1 of the CircleCI API <https://circleci.com/docs/api/v1-reference/>
__.CircleCI server <https://circleci.com/enterprise/>
__ (aka "Enterprise").circleci.py requires Python 3. Python 2 will be EOL <https://www.python.org/dev/peps/pep-0373/>
__ soon, it's time to make the switch.
::
pip install circleci
Make a new API token <https://circleci.com/account/api>
__ in the CircleCI application.
Import the CircleCI API and start using methods:
::
from circleci.api import Api
circleci = Api("$YOUR_TOKEN")
# get info about your user
circleci.get_user_info()
# get list of all of your projects
circleci.get_projects()
general documentation <https://circlecipy.readthedocs.io/en/latest/?badge=latest>
_ for more information about using circleci.py.developer documentation <https://circlecipy.readthedocs.io/en/latest/dev.html>
_.Here are a couple of real world examples of this library being used. If you want to add your example here, open up a PR.
Lambda Function to Deploy via CircleCI <https://github.com/launchdarkly/SupportService/blob/master/LdLambda.py>
_ -- in this example the library is used to trigger deployment jobs in response to a webhook that triggers an AWS Lambda Job via AWS API Gateway.Please create an issue with a description of your problem, or open a pull request with a fix.
MIT
Lev Lazinskiy - https://levlaz.org <https://levlaz.org>
_
FAQs
Python wrapper for the CircleCI API
We found that circleci demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.