Python client for CircleCI API
Project description
pycircleci
Python client for CircleCI API.
Based on the discontinued circleci.py project.
Original Author & Credit: Lev Lazinskiy (https://levlaz.org)
Features
- Supports API v1.1 and API v2
- Supports both
circleci.com
and self-hosted Enterprise CircleCI
Installation
$ pip install pycircleci
Usage
Create a personal API token.
from pycircleci.api import Api
circleci = Api(YOUR_CIRCLECI_TOKEN)
# get current user info
circleci.get_user_info()
# get list of projects
circleci.get_projects()
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pycircleci-0.3.2.tar.gz
(8.3 kB
view hashes)
Built Distribution
Close
Hashes for pycircleci-0.3.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa1986f752b311e2380b2f5f18eab4c2b69db2fe32a1d10ca39247c7fb7d5d47 |
|
MD5 | 0b567d96aff7aa4be18d45e90eb7830f |
|
BLAKE2b-256 | bf515552215b69c3b44a50f49a8eab3438f939e58ef33475c37a50328013351d |