Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.