Skip to main content

Package of useful functions for GitHub Actions.

Project description

Github Actions Utils


GitHub

Create Pull Request Code Quality Release Upload Python Package

GitHub last commit Latest GitHub Release Date GitHub top language

GitHub Repo stars GitHub watchers GitHub issues GitHub pull requests GitHub Discussions

GitHub code size in bytes GitHub repo file count (file extension) GitHub contributors


PyPi

PyPI - Status PyPI - Python Version PyPI - Version


Sonarcloud

Quality Gate Status

Vulnerabilities Duplicated Lines (%) Reliability Rating Technical Debt Coverage Lines of Code Code Smells Maintainability Rating Security Rating Bugs

Sonarcloud

Coverage Status

GitHub

Log Utils

github group decorator

from github_actions_utils.log_utils import github_group

@github_group("foo")
def foo():
    code

Will produce in github action log

▸ foo

You can use the function parameters as input like:

@github_group("Running $cmd")
def run(cmd):
    code

When your code calls the run function will print user the value from cmd parameter:

run("nice command")
▸ Running nice command

Even if the value is an object and you want a value from the object attribute:

@github_group("Hello $(person.name)")
def hello(person):
    code
p = Person(name="Heitor")
hello(p)
▸ Hello Heitor

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

github_actions_utils-0.3.0.tar.gz (6.5 kB view details)

Uploaded Source

Built Distribution

github_actions_utils-0.3.0-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file github_actions_utils-0.3.0.tar.gz.

File metadata

  • Download URL: github_actions_utils-0.3.0.tar.gz
  • Upload date:
  • Size: 6.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for github_actions_utils-0.3.0.tar.gz
Algorithm Hash digest
SHA256 83fb8fd973e2bdd0ec83ad32991b303268d1ae3f0772a10eee0115631a27147b
MD5 11867394598e24e4c15f5707699c666a
BLAKE2b-256 feb835c73d2023448dceb97f622ae3234ecba08607e647bf8c7e8dfe2071fb93

See more details on using hashes here.

File details

Details for the file github_actions_utils-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for github_actions_utils-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0d95a9ffe5efae837c0734730dbc6dd6d7537fffe8198bcb313135a1af8cc9b5
MD5 a2529cf8d82c4f65859baba3783f36ed
BLAKE2b-256 352fa5572ca5f4290f0acfb38163de215f4f54c41999a00713ab811e73d10820

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page