🛠 The GitHub ToolKit for developing GitHub Actions in Python.
Project description
Actions Toolkit
The GitHub Actions ToolKit provides a set of packages to make creating actions easier in Python.
>>> import os
>>> from actions_toolkit import core
>>> os.environ['INPUT_NAME'] = 'Actions Toolkit'
>>> core.get_input('name')
'Actions Toolkit'
>>> core.error('Something went wrong.')
::error::Something went wrong.
>>> core.info('Run successfully.')
Run successfully.
>>> core.set_failed('SSL certificates installation failed.')
::error::SSL certificates installation failed.
Installing Actions Toolkit and Supported Versions
Action Toolkit is available on PyPI:
$ python -m pip install actions-toolkit
Action Toolkit officially supports Python 3.6+.
License
The scripts and documentation in this project are released under the MIT License.
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
actions-toolkit-0.0.6.tar.gz
(7.8 kB
view hashes)
Built Distribution
Close
Hashes for actions_toolkit-0.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0bac7c8f11d7c366ee5a17c02eb9022b2c25436ac9938469edb6e36548501a63 |
|
MD5 | 36010268c62031fd487d08ce1328bcfa |
|
BLAKE2b-256 | 4b382e04fca8395d5658bd1c488ea32d7765fdc1ad502b0fbb1f92bd7c737fb1 |