Skip to main content

Post Key Vault Secrets report to webhook

Project description

ops-py-reports

Payloads

Slack App

Creates Slack payload(s) from the provided title and body.

The title will be formatted as bold, while the body will be formatted as a Code block:
[{"text": f"*{title}*\n{body}"}]

  • If the payload is too large it will be split into multiple parts (individual posts).
    • If spilt, the provided title will be used for all posts.
      • The part number will be appended to the title on each post.

Reports

SlackMessages

Accepts a list of dicts and returns Slack Markdown formatted rows.

The get_ssl_report() method creates a message with a provided title in bold (defaults to SSL certificates report) .
If any of the provided rows of dicts contains a status key, the value of this key will be formatted according to the status value. Defaults to the following config:

{
  "ok": {
    "emoji": ":white_check_mark:",
    "txt": "OK"
  },
  "warning": {
    "emoji": ":warning:",
    "txt": "WARNING"
  },
  "critical": {
    "emoji": ":bangbang:",
    "txt": "CRITICAL!"
  },
  "expired": {
    "emoji": ":rotating_light:",
    "txt": "EXPIRED!!"
  },
  "error": {
    "emoji": ":no_entry:",
    "txt": "ERROR"
  },
  "unknown": {
    "emoji": ":question:",
    "txt": "UNKNOWN"
  }
}

The status will use the provided config to apply corresponding emoji and status text.

Markdown

Creates a plain text Markdown table from a list (rows) of lists (columns). The header is the first list in the list of rows.

HTMLTable

Creates a HTML table from a list (rows) of lists (columns). The header is the first list in the list of rows.

Styles

"grey": " style='background-color: Grey; color: White; font-weight:bold'"
"purple": " style='background-color: Purple; color: White; font-weight:bold'"
"yellow": " style='background-color: Yellow; color: Black; font-weight:bold'"
"red": " style='background-color: Red; color: White; font-weight:bold'"
"green": " style='background-color: Green; color: White; font-weight:bold'"

will be added to the cells which equals the following values:

"disabled": "grey"  
"unknown": "grey"  
"warning": "yellow"  
"critical": "red"  
"ok": "green"  
"error": "red"  
"expired": "red"  

Functions

dict_to_rows

Converts a list of dicts to a list of a header and rows.

dict_to_csv

Converts a list of dicts to a comma separated csv text, with a header and rows.

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

ops_py_reports-0.6.0.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ops_py_reports-0.6.0-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

Details for the file ops_py_reports-0.6.0.tar.gz.

File metadata

  • Download URL: ops_py_reports-0.6.0.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for ops_py_reports-0.6.0.tar.gz
Algorithm Hash digest
SHA256 877820a2bbbd375737db55efc84c8f6b7289ca836e1c51578bb17de8f6b579da
MD5 adf1223b2f28dbcb5980b349f858896f
BLAKE2b-256 71374f0846339204a615c61ae454a5ec9dd98ec3870d76ed4848a1ce3eefa3f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for ops_py_reports-0.6.0.tar.gz:

Publisher: build_pypi.yml on equinor/ops-py-reports

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ops_py_reports-0.6.0-py3-none-any.whl.

File metadata

  • Download URL: ops_py_reports-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 9.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for ops_py_reports-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d802b564caabbb11082d0838c7a7c1c7131b02a4078ebca6e3155423bd8e9aad
MD5 56f9fdaef4d5effd9454f50c161b1875
BLAKE2b-256 4a0ee65e2ed303efe3f12a03d2b91b1bdb4309c1b7bb5d6adae5d9cff40ad3fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for ops_py_reports-0.6.0-py3-none-any.whl:

Publisher: build_pypi.yml on equinor/ops-py-reports

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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