Skip to main content

Fancy terminal message box renderer using Unicode box characters and ANSI styling

Project description

sysmess

Fancy terminal message box renderer using Unicode box characters and ANSI styling.

Installation & Building

Install Via PIP (Recomended)

- `pip install sysmess`

Build From Source

  • Clone the repository git clone https://github.com/canadaluke888/sysmess.git

  • Build the extension in-place:

    python3 setup.py build
    
  • (Optional) Install into your current environment:

    • Create a virtual environment: python3 -m venv .venv (MacOS & Linux) | python -m venv .venv (Windows)

    • Activate virtual environment: source .venv/bin/activate (MacOS & Linux) | .venv/Scripts/Activate (Windows)

    • Install into current environment:

      pip install .
      

Usage

import sysmess

msg = sysmess.fancy_box(
    "Hello, world!",
    title="Greeting",
    center=True,
    bold=True,
    italic=False,
)
print(msg)

# Measure the width of the box (including borders)
width = sysmess.measure_box_width("Hello, world!", title="Greeting")
print(width)

Examples

Once built (or installed), run the demonstration script to see sample outputs:

python3 examples.py

Testing

Run the unit tests using the included test runner:

python3 test.py

Continuous Integration

A GitHub Actions workflow is included at .github/workflows/ci.yml, which builds the extension, runs the tests, and executes the examples on each push or pull request to main.

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

sysmess-0.1.1.tar.gz (3.6 kB view details)

Uploaded Source

Built Distributions

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

sysmess-0.1.1-cp313-cp313-win_amd64.whl (9.1 kB view details)

Uploaded CPython 3.13Windows x86-64

sysmess-0.1.1-cp313-cp313-win32.whl (8.6 kB view details)

Uploaded CPython 3.13Windows x86

sysmess-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl (26.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

sysmess-0.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (26.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

sysmess-0.1.1-cp313-cp313-macosx_11_0_arm64.whl (6.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sysmess-0.1.1-cp312-cp312-win_amd64.whl (9.1 kB view details)

Uploaded CPython 3.12Windows x86-64

sysmess-0.1.1-cp312-cp312-win32.whl (8.6 kB view details)

Uploaded CPython 3.12Windows x86

sysmess-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl (26.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

sysmess-0.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (26.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

sysmess-0.1.1-cp312-cp312-macosx_11_0_arm64.whl (6.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sysmess-0.1.1-cp311-cp311-win_amd64.whl (9.1 kB view details)

Uploaded CPython 3.11Windows x86-64

sysmess-0.1.1-cp311-cp311-win32.whl (8.6 kB view details)

Uploaded CPython 3.11Windows x86

sysmess-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl (25.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

sysmess-0.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (26.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

sysmess-0.1.1-cp311-cp311-macosx_11_0_arm64.whl (6.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sysmess-0.1.1-cp310-cp310-win_amd64.whl (9.1 kB view details)

Uploaded CPython 3.10Windows x86-64

sysmess-0.1.1-cp310-cp310-win32.whl (8.6 kB view details)

Uploaded CPython 3.10Windows x86

sysmess-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl (25.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

sysmess-0.1.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (26.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

sysmess-0.1.1-cp310-cp310-macosx_11_0_arm64.whl (6.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

sysmess-0.1.1-cp39-cp39-win_amd64.whl (9.1 kB view details)

Uploaded CPython 3.9Windows x86-64

sysmess-0.1.1-cp39-cp39-win32.whl (8.6 kB view details)

Uploaded CPython 3.9Windows x86

sysmess-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl (25.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

sysmess-0.1.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (26.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

sysmess-0.1.1-cp39-cp39-macosx_11_0_arm64.whl (6.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

sysmess-0.1.1-cp38-cp38-win_amd64.whl (9.0 kB view details)

Uploaded CPython 3.8Windows x86-64

sysmess-0.1.1-cp38-cp38-win32.whl (8.6 kB view details)

Uploaded CPython 3.8Windows x86

sysmess-0.1.1-cp38-cp38-musllinux_1_2_x86_64.whl (25.5 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

sysmess-0.1.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (26.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

sysmess-0.1.1-cp38-cp38-macosx_11_0_arm64.whl (6.2 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file sysmess-0.1.1.tar.gz.

File metadata

  • Download URL: sysmess-0.1.1.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sysmess-0.1.1.tar.gz
Algorithm Hash digest
SHA256 6ca2b32a2bc4012df84ba2f7b7e08b885b055939d7b03b1dc3902a993bf0436f
MD5 d321d1aeb9466e9095340495196a369c
BLAKE2b-256 45ba7a36d0fe3d64e9cd95900011593c8a35188889b4666bc6a8d2de660758c4

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: sysmess-0.1.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 9.1 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sysmess-0.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b502ff137a8c14e506dacc2194c0b7fe5e63437516476732d58dae593423b0b5
MD5 adb223be97ee75dd8722aa6a27429316
BLAKE2b-256 f5dbc68bf6995c683c0dfd33f6fd45a68460c0bf8475cf3f89ecd5a9cae6025a

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: sysmess-0.1.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 8.6 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sysmess-0.1.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 0dad4ed15a51a7da0761a0ac06cc0c3cba954cf813542a76a7f76699b097f74a
MD5 2e20d5081ca6699a81725fafeade9312
BLAKE2b-256 c216a4c2a84325cc451c79a35c6eac088bebb155544879167fdd2bd5ff894a2e

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sysmess-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7406ea977905f00e9a3fb608b58f8e7a8ab48478c00bc9ff7a9eceaa718df4fd
MD5 d43f121668c33b15756ec3fbc53c061a
BLAKE2b-256 3e33eebf23c3e642ba4df6bbc092a18f970a37dab1a68b81d8e8b61cdd130baa

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sysmess-0.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 748e83f2305f66147223505c2da4da2d66295a88e740c283916c1a03c88c8bb7
MD5 3787208373f8dce5a51eb71ff10b7a20
BLAKE2b-256 47196bd070a3babc0af0c2f1ebb548b08201ddc9cfc6d080c739f0aed9c9af94

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sysmess-0.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f1d15cbe0513943fe4ef0dae1daf692eb166708bae9a8e376d0de095e2222c81
MD5 429ef37adc929cc4849a6d138d1a6b0c
BLAKE2b-256 c2a15cb4782dcd2a4a075588b5142ae7bb28828fd7bd5469bf1fa66c761a988a

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: sysmess-0.1.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 9.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sysmess-0.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2a52b816952b6f67eace84c7f9287520561339eae76428c7e23caf1af9ba28b5
MD5 d4c434622419cd9545239ef62fc56efc
BLAKE2b-256 b0d4e71c8e2ea3c332fe425c92c05bafa21eb0ab8f4e42f0d5040be9bf9cad36

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: sysmess-0.1.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 8.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sysmess-0.1.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 6c09b9cedb90315935d5a011c38cc04d8b3b14bef17858d66e71b66e8933db10
MD5 14dfbd592d10d136d31bc0a8666c4dcc
BLAKE2b-256 a7f0061e322442f883631b1e824f32571461cb66d9a293c590351933a6e82cb2

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sysmess-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1dd6239819ca92c6c72a380a1f4072ee728e079066553db0d048bbc7818b718c
MD5 dc8d23c720999e8c5ccf6d9483397fe8
BLAKE2b-256 52097a8d74da6c52559fbc0b8765cbe5fdbe01982b7adf5dd20fbec98795026d

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sysmess-0.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a87d42a6e4afa4d710a6decb4e1cfc79d2ee29f6e3cecf3367d3118b603efd68
MD5 1b00340ec137d1dbe19a5fe61cb7b723
BLAKE2b-256 eca066910eef909bfa6cdf6be7cb9e279695a7865f71c2742b62ce789f9bb198

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sysmess-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 99bf179aaefa5e100c0c1709ecaea1f1912230081fce6ca1a337a4f67826ce96
MD5 b4b68b427720c25047a2d24bbc25226c
BLAKE2b-256 5ca65dacd863b67eaa963844e6d475dedabd87d5dbb1810eba0cfbeb104dcdf9

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: sysmess-0.1.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 9.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sysmess-0.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f0917443f48c2598c7484bc101a5d53fc3a0c3574450c5b4158ae8ebeaecbec8
MD5 d791c072bfda936b111d33d03928eb01
BLAKE2b-256 45f4ebc7ab0232f884f5e89f7d8d0d9704fb4bcaf21a261c4abf5439b2867f58

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: sysmess-0.1.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 8.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sysmess-0.1.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 8204847100a810e3dd7b5d149d1fb33c7ded502467585ce3090291ff44f8ea71
MD5 ebce393ed616b3dd528e9ceec65ec96d
BLAKE2b-256 2cd8f0e3dfa9a3a7a7fbfeb86451e995009419cb73042624aa352ce2c551d70a

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sysmess-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f45cb501244cee872dd9f89e9e019e5090cc7c16c1215056cc0abc9cd7be5864
MD5 a553479df24dc8da296f0cc2e82d6a21
BLAKE2b-256 319ecda5f527ab469804249b2ffff4f6b563628d27dffca3b9436354fd37b823

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sysmess-0.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cff3f753968ee50cbfb047c7b74ed06b416e7aa7aed6319b1b94c69e594a9b3b
MD5 affe0377c57fafc30e6a9f1c3a23b233
BLAKE2b-256 22347e9f9fd99cb05c7c42bf6f127719118091b8f7c24dc701fce2fbc6635fe5

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sysmess-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 44ab2cf0d29fb84b927bb1365f2f898baecbfac190faa46f085e8e61e8bf9fa2
MD5 c0673f3192ef72b50555c97dd20bbd48
BLAKE2b-256 299fd6845070611987c75342dc3b10f318a236e5e1aa2124e8d35ef6c1ba4a6b

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: sysmess-0.1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 9.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sysmess-0.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4099bee999ca4366c14b63253c418f2f7c5e6ccaf661a252cfa7f5015149d434
MD5 cdb056761af9c0df268ec4d96aacd0e7
BLAKE2b-256 753ee341ced12f809cbe0c3b9896c3be5be699014018ba568e40962d842072e5

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: sysmess-0.1.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 8.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sysmess-0.1.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 11f13126257126956d9d2200e4aa1813734377bd12086f3b02dee16a0dc2177e
MD5 c30fa2746a66709283b7b0a345131c8c
BLAKE2b-256 7e49ed1e1e05a0702c94e28452ae095b5e4c3dfd4435faa47da1841bf49bf3dd

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sysmess-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9a44944aa8cdef0f8bfd54ead212c41b725f4a28020291f292786d385369754f
MD5 6fe4d490f45e8ac30e6a0e239a312cb5
BLAKE2b-256 5dbfb53d13490e53b31a26ba200686b6431aea92e9b6b7ee8907afcdb588414d

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sysmess-0.1.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 69d7d3e9a233ad645974fbc493d9226ffa09513268d1befcbf808494251975b7
MD5 c095796a734027af18bf2e4e47b66b6a
BLAKE2b-256 5134774d727126c1781464579a7f6a02ce446f9f50ba34346222e2efd3bc9540

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sysmess-0.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 477ca9fef694357bc8241fbaaa0dd3193feab1fa9317b892e6901ca0424f1ed8
MD5 fdef219cf775882b316734582caa6080
BLAKE2b-256 1bfc1ea05f5a5cdb9de20ced97edb1d8bd8b632977f6d8a1ab4848827396d9ed

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: sysmess-0.1.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 9.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sysmess-0.1.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 80b4e8cf4b494c3e2ffaf3bacb16bcf770614c1274e899a1ddc1a98a02d6bdd5
MD5 e990260176cf842c04b98363f578e75b
BLAKE2b-256 1c34a66d68a1c5147e2313f371af258622afb444ec6fc3b475c55ab81ee8ebb3

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: sysmess-0.1.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 8.6 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sysmess-0.1.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 962be8443559c3bc90c2904206b80569afa022beb7fcec42815617c125a09a19
MD5 dbfb16c6573e0f483c3fb2134ba1c6b2
BLAKE2b-256 b8c215d08ba29432020fed26836d0794c8571d34907e12d8baf9c31ae586a3dc

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sysmess-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7a945fd4a9536258a88d1115daa89735edf02c01bd8e5d511be6ed91a378161c
MD5 d5a31480e6079cf31a2b284875df5bf5
BLAKE2b-256 9da5e0bf8be629e8f9ef37ec2160efb0dbd54f35ff01412e3d5f805d045983ab

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sysmess-0.1.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a8de38731d92bfc8a0339ec3d93c214f1a83ca886d4bdf91961eff50e884470e
MD5 86b28c17ba23c4a24ff61997a861b482
BLAKE2b-256 de2719e18b0f9807932a30cea85beffd51bd43d01ab644791372f6555e0064ed

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sysmess-0.1.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aa1369bb26e6525631c99430de5029ec4cf46f59ec54a3bc3289f06344bd53eb
MD5 47cdf54b6d51d62ca7615a5cfc80487b
BLAKE2b-256 6db9a56e3239188ec8e6726bb3028ae0d3c3df65edfb75ea94a14374bce6c632

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: sysmess-0.1.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 9.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sysmess-0.1.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 aee0af6380573ae7d13076d70a3ce82fc2b094fae98cb70e6d789fe69d01cfee
MD5 0876bbda36d8972605aa8c8581884b0c
BLAKE2b-256 44e0263a600f0482f11f13df17a8effe2547a2c1aae8c87c1769629f4c9206ad

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: sysmess-0.1.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 8.6 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sysmess-0.1.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 e664d1fc26700888244dee6c19703eeabd002b3289fae282584bd5021a1194b0
MD5 80cd7bc519b0b0809209f72206fbf2b7
BLAKE2b-256 6618de3395f6d08644f49733debade3611559a2d307b1e5930ed4d542c4b295f

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sysmess-0.1.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3edadf142e35eaf19f4891bc2f4c293a7f174a22b92233a5b78a9e49c39a4e86
MD5 854fee829412cce47bc9e25dba3671c4
BLAKE2b-256 6757d00e5da682b55555b1cdfd794b2c9b27d92e30630a218fe6bf24656292ac

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sysmess-0.1.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6e606d8fb00ce2020db8abee7d2782f0fc8f903331e66f8796bb6385716c3a72
MD5 1aab85f26516c320b55c74cbf7810ccc
BLAKE2b-256 3b94e9d7100695a032a03864ed1a5039fd3e75d326ffcf02be7ca18126ec582c

See more details on using hashes here.

File details

Details for the file sysmess-0.1.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sysmess-0.1.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fca71c228e94971d26a0b695187af76f62abd7d91fccee71c70e31a5edd529f7
MD5 1c65695205b0e96ea0ce9be73fcb0bf8
BLAKE2b-256 689d55bae3344397dd0cb4982ac48ddc7576312a60f6dc3a3e9aee4061ca01a0

See more details on using hashes here.

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