CircleCI API wrapper using tapioca
Project description
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
Learn how Tapioca works [here](http://tapioca-wrapper.readthedocs.org/en/stable/quickstart.html)
Explore this package using iPython
Have fun!
Changelog:
0.0.1
Initial release
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tapioca-circleci-0.0.1.tar.gz.
File metadata
- Download URL: tapioca-circleci-0.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46de83f11c78013b23736096643250dc9da67892cb931b3040738801310b40a1
|
|
| MD5 |
dc44c1e956353280dd2b3bda5134d0e7
|
|
| BLAKE2b-256 |
0ac93060b11cb1ca02261588ccc2ee718e98d156861380851a52c41c6b0949dc
|
File details
Details for the file tapioca_circleci-0.0.1-py3-none-any.whl.
File metadata
- Download URL: tapioca_circleci-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fce52cb0c2c6a0be5eec5e68482fbf152fdd25e6f41f66075ba8a4060c1ccfda
|
|
| MD5 |
7612876034dae36d6a4956bfd8ab764b
|
|
| BLAKE2b-256 |
54add951c17cf084a647d69c0068532cfd37b3e7a41cecd154ae3b269b767842
|