Skip to main content

Parser for manga and light novel filenames.

Project description

myne

Tests Build PyPI - Types License

PyPI - Latest Version PyPI - Python Version PyPI - Implementation

myne is a parser for manga and light novel filenames, providing the Book class for extracting and representing metadata such as title, volume, chapter, edition, and more.

Usage

from myne import Book

book = Book.parse("Ascendance of a Bookworm - v07 (2021) (Digital) (Kinoworm).cbz")

assert book.title == "Ascendance of a Bookworm"
assert book.volume == "7"
assert book.year == 2021
assert book.digital is True
assert book.group == "Kinoworm"

Checkout the complete documentation here.

Installation

myne is available on PyPI, so you can simply use pip to install it.

pip install myne

Building from source

Building from source requires the Rust toolchain and Python 3.9+.

  • With uv:

    git clone https://github.com/Ravencentric/myne
    cd myne
    uv build
    
  • With pypa/build:

    git clone https://github.com/Ravencentric/myne
    cd myne
    python -m build
    

License

Licensed under either of:

at your option.

Contributing

Contributions are welcome! Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

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

myne-0.2.2.tar.gz (78.9 kB view details)

Uploaded Source

Built Distributions

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

myne-0.2.2-pp311-pypy311_pp73-win_amd64.whl (926.2 kB view details)

Uploaded PyPyWindows x86-64

myne-0.2.2-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

myne-0.2.2-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

myne-0.2.2-pp311-pypy311_pp73-macosx_11_0_x86_64.whl (1.0 MB view details)

Uploaded PyPymacOS 11.0+ x86-64

myne-0.2.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl (942.5 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

myne-0.2.2-pp310-pypy310_pp73-win_amd64.whl (926.2 kB view details)

Uploaded PyPyWindows x86-64

myne-0.2.2-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

myne-0.2.2-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

myne-0.2.2-pp310-pypy310_pp73-macosx_11_0_x86_64.whl (1.0 MB view details)

Uploaded PyPymacOS 11.0+ x86-64

myne-0.2.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl (942.4 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

myne-0.2.2-cp313-cp313t-win_amd64.whl (925.0 kB view details)

Uploaded CPython 3.13tWindows x86-64

myne-0.2.2-cp313-cp313t-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

myne-0.2.2-cp313-cp313t-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

myne-0.2.2-cp313-cp313t-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ x86-64

myne-0.2.2-cp313-cp313t-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

myne-0.2.2-cp313-cp313t-macosx_11_0_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ x86-64

myne-0.2.2-cp313-cp313t-macosx_11_0_arm64.whl (938.2 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

myne-0.2.2-cp313-cp313-win_amd64.whl (925.3 kB view details)

Uploaded CPython 3.13Windows x86-64

myne-0.2.2-cp313-cp313-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

myne-0.2.2-cp313-cp313-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

myne-0.2.2-cp313-cp313-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

myne-0.2.2-cp313-cp313-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

myne-0.2.2-cp313-cp313-macosx_11_0_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

myne-0.2.2-cp313-cp313-macosx_11_0_arm64.whl (939.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

myne-0.2.2-cp312-cp312-win_amd64.whl (925.7 kB view details)

Uploaded CPython 3.12Windows x86-64

myne-0.2.2-cp312-cp312-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

myne-0.2.2-cp312-cp312-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

myne-0.2.2-cp312-cp312-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

myne-0.2.2-cp312-cp312-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

myne-0.2.2-cp312-cp312-macosx_11_0_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

myne-0.2.2-cp312-cp312-macosx_11_0_arm64.whl (939.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

myne-0.2.2-cp311-cp311-win_amd64.whl (925.1 kB view details)

Uploaded CPython 3.11Windows x86-64

myne-0.2.2-cp311-cp311-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

myne-0.2.2-cp311-cp311-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

myne-0.2.2-cp311-cp311-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

myne-0.2.2-cp311-cp311-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

myne-0.2.2-cp311-cp311-macosx_11_0_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

myne-0.2.2-cp311-cp311-macosx_11_0_arm64.whl (941.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

myne-0.2.2-cp310-cp310-win_amd64.whl (925.1 kB view details)

Uploaded CPython 3.10Windows x86-64

myne-0.2.2-cp310-cp310-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

myne-0.2.2-cp310-cp310-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

myne-0.2.2-cp310-cp310-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

myne-0.2.2-cp310-cp310-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

myne-0.2.2-cp310-cp310-macosx_11_0_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

myne-0.2.2-cp310-cp310-macosx_11_0_arm64.whl (942.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

myne-0.2.2-cp39-cp39-win_amd64.whl (925.7 kB view details)

Uploaded CPython 3.9Windows x86-64

myne-0.2.2-cp39-cp39-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

myne-0.2.2-cp39-cp39-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

myne-0.2.2-cp39-cp39-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

myne-0.2.2-cp39-cp39-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

myne-0.2.2-cp39-cp39-macosx_11_0_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ x86-64

myne-0.2.2-cp39-cp39-macosx_11_0_arm64.whl (942.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

myne-0.2.2-cp39-abi3-win_amd64.whl (930.1 kB view details)

Uploaded CPython 3.9+Windows x86-64

myne-0.2.2-cp39-abi3-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ x86-64

myne-0.2.2-cp39-abi3-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

myne-0.2.2-cp39-abi3-manylinux_2_28_x86_64.whl (1.1 MB view details)

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

myne-0.2.2-cp39-abi3-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.28+ ARM64

myne-0.2.2-cp39-abi3-macosx_11_0_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9+macOS 11.0+ x86-64

myne-0.2.2-cp39-abi3-macosx_11_0_arm64.whl (945.8 kB view details)

Uploaded CPython 3.9+macOS 11.0+ ARM64

File details

Details for the file myne-0.2.2.tar.gz.

File metadata

  • Download URL: myne-0.2.2.tar.gz
  • Upload date:
  • Size: 78.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for myne-0.2.2.tar.gz
Algorithm Hash digest
SHA256 07fefa180a033739789b095e2b6cde818f41ac9324b17ac73a66d39a38e6268a
MD5 edf2b236db8b6cd181a48702fce02efb
BLAKE2b-256 16916773cc70ec667595810e1c7b79d022bb4db801b3d6db75ce3a319746735e

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2.tar.gz:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 e714ccfd739aece641b81eb37824d3f84ec2c7668fa83b311b22102e4748eceb
MD5 e23a0abedd291f8dbba7c48f478aeb33
BLAKE2b-256 d078f1c243b3b5d388aa9991c86ccc952410151d478d55f1317fc29cdf2ebdc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-pp311-pypy311_pp73-win_amd64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7725261c0a8e7b691a239662d24c51640ccd30c9cc72f620f1505665a9a1c845
MD5 54f78a6a4bb66408f1149ea461aa9e80
BLAKE2b-256 4c778f081137bc48c647dc71eb6133b7a5b4a519a483c6508efd0e287b6f9f04

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 15d37b8a668223271c66042cabd4757d79abe89146c170cde9ebf19885cc2948
MD5 8ec5e6b2e7e5e73e6111823d38b09b52
BLAKE2b-256 a5a49884fe1fd3ce696368803c0abab22fd24d908a6e51a5868fc2efbeae17f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-pp311-pypy311_pp73-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-pp311-pypy311_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d12c8f4cab7f9989751cef7307dd2260a7a3f080e9972009f825242c5c1ccfaa
MD5 754c17deea863bc6df0289e9c541e588
BLAKE2b-256 d5eb72719d2906ebaeb958cb6dddc49c6ca06ba6b5d64245fbfce2b01cdee4f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-pp311-pypy311_pp73-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fb8e5ac04a83f6ab7498a521aa45013ba016a0c0e5fe772e1de4ed2aeffe8a09
MD5 afb2c0b860f045c0cb1348262b5fb5f6
BLAKE2b-256 b70242dc8423fa04469b43680e4e74a20d0e4136a3966c106b802586e9d258d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 6dcc2541f32be0c5d16b78a0b140d7eb87a9e6daaf0625df423bc35e1db4bfae
MD5 28e5979c68a6b4b372e8db7ca31a1772
BLAKE2b-256 d67f56ad113261743b1f974297db840223b0a067ff6e6ac5e6d11e64671b090b

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-pp310-pypy310_pp73-win_amd64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c6884cee386fcb90e8d660a7d43efe50c217f4bc8f5cbd383c531f3ef61b5ad4
MD5 f3dc17c4cfb44b3797d72fe976a81773
BLAKE2b-256 f2b976f88f868f5657ef014a25d2729ec6b7c923debe203178437a5253d66697

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d6e6871a7df19db2cc24cb63da28ba882d88075578dddabab1735451222a0b6c
MD5 f5f32e1edcc6e3a1c5e9279c1f795826
BLAKE2b-256 593caa88d1d6ce2ab6ffaee33c9dd4b3681f0b874911d753cebdde3b8f0a47fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-pp310-pypy310_pp73-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-pp310-pypy310_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 aec7855372341f17c634ccd585745a4be98bf7a0ac07ecd0013f43a443251d9f
MD5 55678a460d76427cf66381c09e1cc359
BLAKE2b-256 3b1d34a61c0ab731fbad079c61a0f28d2308fd3aafb35bae05f0e34b5c7478b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-pp310-pypy310_pp73-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 49de025af58dfe44c488098b92f0932e62668830a225f2b923dd4453ef717815
MD5 ad4e7d7d09923c08c5b52cddcb97872b
BLAKE2b-256 2f32f258e0bb46881452360ec7ee2abe7e3666b604aca0c829e5d885ab58529e

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: myne-0.2.2-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 925.0 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for myne-0.2.2-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 9f77e38982df63f58286dc094a54c8e8cb15aa1045a4fef0c0ad1fdec5b8eecd
MD5 e5ebe0386467a2c787d4abbac63bd955
BLAKE2b-256 4a1af1a250add90b6bcb3dfe2bc38f941772dcc2242d768260ba7a23ae40c5a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp313-cp313t-win_amd64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2d8537ea6d3d190fcd911e13969042d1739be96ae16f8a69dd79f5fac99c28ac
MD5 0cb54ff0db3b93df0bec9c7293798840
BLAKE2b-256 16d12fbc263fe93cd3b1fbcc50e10b1788de611a0612ef85c20eea65d3e2c146

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3722a83bf42bf417b12bc616589a503f6bdd399481f88e8c57f038e6db7c88c0
MD5 9f1d94e6931e41e2e8c9e187e803be5b
BLAKE2b-256 2aa946b0f24ab94c9eaa665740886e39000b2efbb5465303c189d88ee7b13a17

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp313-cp313t-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp313-cp313t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp313-cp313t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 efcb65910e76c20f284d808cba898139d8aa84574cf9050a192553ef66116c7f
MD5 b95bc7e2a2a961c8de1b382b952ecca4
BLAKE2b-256 1d5fa32e5458fdb15a70e17c0c1afbe19bbdd643559ab5c357c4bd7c4dece29f

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp313-cp313t-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp313-cp313t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bdeccccbf91c85a1d5e71d1a1ec8f6423db28ce58ca352291d0b5849c89f56d5
MD5 062f9e39502b42e6c265c83c56f63611
BLAKE2b-256 d84e755e8bf173ae17338885965ad96a8bdf6406b321b1aa1cd11de75784eb8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp313-cp313t-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp313-cp313t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp313-cp313t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e49d8da9fa95cad9f77f622811e0fea9bcaa1905e29c866390031559a4508012
MD5 685f8bf49dc23956df72370af83e087b
BLAKE2b-256 8478f9b9c9753b3cfd7831f198696a586e564e06332dda02a4f66c40dda37324

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp313-cp313t-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9eb178f7b334541f5eee5ad1df5e0cd687eb98ff2717776ecd7dd0fdbdab8fa4
MD5 a7a53346df026234c3d3d7506db0ba8b
BLAKE2b-256 ff5b4db663f77692a54e89d194c57034793a50d43bf6a1801d9f72385c590475

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: myne-0.2.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 925.3 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for myne-0.2.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 97605d53be85ed05b73505687c8f5f368114f67cc34c02e42804fac0c1b1ca50
MD5 048c07e56d87e22f4c1c29b510175ba8
BLAKE2b-256 08216b2b19d73059c674d79d5a62123f3af0ad9133e354fbd9aac3e8e9f1dceb

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp313-cp313-win_amd64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 131497d131ee58424878c2b4fba06de4376f37904b072894aba262b14435bb85
MD5 1b185d017527f1fe26a6f261d6dcba29
BLAKE2b-256 08039ebb2d82c6f6ecbdcd38a40b05e51646fcdf3231cfc923b7648dee540eee

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 644a00225b84a138030953d7df7c3649325bad5954b66bd446a3ae63ef80c86e
MD5 c669436c5fb657cd95283436a62f5554
BLAKE2b-256 1da56079eb2a08f4ef7e65ca1b579ecc5fe8ea2e5a2758e275844b48dfd965af

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c9b6eec69f9f1d334f7d124b6c2f4016e4cf3b4d221bfc4bde6a612cf33ab3c5
MD5 cb6abda5aea2004fde498563a2723615
BLAKE2b-256 25c1b3e76f480b726ebe3271675a1fe0b366cc3747c90346ac591d7a5adb2706

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cb23fcb0cd999cdeb1444dc9414e0ac0dc297af1ee2488c29a743b66b6184453
MD5 58fbd238d4195d22a4c166dbb5b90e59
BLAKE2b-256 801307e6998dad0a77c8b44fde02cad83114648c061efc4063e71234e4541140

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0b9dffc195e621bd7ac3432285dc12c155151bcb6c3002129efa75a7d955a9ee
MD5 847cd3d9628df226b0bd5227c7ca4f2a
BLAKE2b-256 353ff5c954fd6879bb2be4b204923cc4cecee7bb11463becbd506d9368aa192d

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp313-cp313-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 63466214ffd8a9829b6de62444cad8c251fc241d152e5aa144dc1e6813c9207a
MD5 02cbd682a4f3a6047968675aa799b52d
BLAKE2b-256 5572cd023eadadab0c31206b5e0fcf27f5d39cba9ba516ef29d005701db8517e

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: myne-0.2.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 925.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for myne-0.2.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6594f462dd26984645bfa49b4f8ac384606e69ecac8032efb23711e70d8e49ba
MD5 6ca441620dc43c4173c05ec862d59d6a
BLAKE2b-256 b519be36a5484abfa58e9bf4d969039684d273369ec11e4aaa79efaa43223021

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp312-cp312-win_amd64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7d99440bb1766d6b45e1ca44f2cb4c69dd8171c768a4e9deae50646e64797df0
MD5 8124a442e92d49c3a0a146c41cc011de
BLAKE2b-256 3fbd685ded86d2c7ae9b2dfa638cae42ae60a44006763befb125596e3ba08359

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 05ccb9e8f99b5b55346634fd0e7ace6f5b3384e53d809435d2a73423bb138fed
MD5 77cccbe08b5d340c36c3f778cd37c56f
BLAKE2b-256 7737c65dccf2734e3ae3cc1da25c01e0aa38e0e9734af071b50b3ce2b210c184

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6f4d69a5329908b24264f5f39bad735684a60f392d8b7f18a6bb3a607863d759
MD5 f0b54e50fb99aac2054af54c7fc922d4
BLAKE2b-256 d89fd122cb070910ced208cf898f7a891cbb94e62c721ad8a06d6eaae39964ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b6ee7f3b6e570effcbf74967df416d52d329b6f3c4b1796bd0b90d3a2864c5b3
MD5 6571a77b3fdd9d3db40d36c604278b6a
BLAKE2b-256 252c5f19d827d73196ccac40121eced6883a7275543464e583ef912bae07f612

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 da7827639a081ee3b71c63b6b6a8b75d9dd8d0d9b0768be47021ba62d7e96021
MD5 b686319ed0596c52872b3651fe563dc0
BLAKE2b-256 b16d0f1f74c23591be681a8ffab68b58484078917d771e007f44d4c93db08451

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp312-cp312-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 292957203fec0b99edd564f8eeb96e03d987a5326f43b0be741be82d932ee0b3
MD5 5a7e77179f4a45fcdfd4bbfcf27b31b3
BLAKE2b-256 ac163582ef886d4fff937e6388f90871c2114ca48303e7be01d978a521f481d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: myne-0.2.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 925.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for myne-0.2.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9ee9e9e41dc796e288a2caa71f40a8322088cd8a63f84d76e11cd9519170cc25
MD5 41fceca21e3503a035921454dfbc7397
BLAKE2b-256 b013340b3de40fa11a759a1f01a6d75dcd732aa2cb8c2783b17b9efe2b3b7f37

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp311-cp311-win_amd64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5c955c5a982ecab17c8aea97f9357a247d2b5ee79a795ed45dfbcfe821c5056b
MD5 84f5af65e3a362590934860a5461f7a1
BLAKE2b-256 515b9c7adc680b00251067f67e684afed4c87fd1a080aae7805042a37e49c48e

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3962b290e742e74e4c3dba6077809758435055ec66877c62ced8fdfbb6070b46
MD5 0a68d0ddb1de49930aab97c2c4d65f4b
BLAKE2b-256 24f3e74fc79c9f3120b2bd32a78288d85ddaf3f3f536e3a29ac728bd3084ba34

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e37f43c5a70189bf1f3566ad2a507c1ce080e4b9313881c59fee6bc1f2700eba
MD5 0967f7f57c4e50a72854e8851e50ec92
BLAKE2b-256 ed3c411ec41ac5e5b6c76a0f8366f61f43219857ddd09c6aa5ed88597a1a9753

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0aec311c6778d9cb9d020eb62ee39ba2bcc1afbc3568438b23dc297ccf63e634
MD5 5b3ac807a5c204e88ee6eb6103dae0b2
BLAKE2b-256 b571ab4a8984d5ddcde8cc9abcc9e4b768b6fc0942ca665957a696195f10748e

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 74ea2b7689a9b54a3d1efa3ab19bfdaa95f611067452162676a6de9ab021fdb4
MD5 c1e96ea854a6ea2ce111a70856df61ba
BLAKE2b-256 1f6bae510a02b43206c9afaa93e8b3c8a0c6cb05eee09f5f561e9bd789397d22

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f924ac21656d57d08e98ce0dab73847562e4181dbceb66c4daa480635b1059dc
MD5 e79dc631b4be10c0e1dc563639a332c7
BLAKE2b-256 9236912a30bf57272b77b6a619799c8a1aff0fc22473f4d887fcf6b88b421fcb

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: myne-0.2.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 925.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for myne-0.2.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5bc7040844f3110c9f153311b1078e252ccc4478df9d2cfe901d5c53af4015b6
MD5 c2139c377dd4008b4b968327422ee3b0
BLAKE2b-256 ba3cf72726dd863ef98b9dea18f8ffd995099d5df3cac22f2a145f53133af2db

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp310-cp310-win_amd64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 764ad4c27517d744aae2596ea6c247c52c2fba555fe2007e9c81f8497978bbc0
MD5 fac8cb2822ffcacda23457bee7c37e9d
BLAKE2b-256 8f01e98f9ca5cab348fd6efba80afdad9152215386861ed516e65c477eee5256

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5825b3db91e3a2fd07317b81dbb970b968a9f61d0f3a64a5756b0bac63642c12
MD5 1684c1c88d3beb6a037d4bdc6c33087b
BLAKE2b-256 220fc746bbee8778fb68653d6d75923c05e0423b833ec4b52b52c92d616ebf8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7302a86c770f1df614cae43e4bf206d57c77a1ab2b3125e0093365f4e83105ad
MD5 feef66f74d58452e41e772103d26aa36
BLAKE2b-256 4d130c2e9de06e48a9ee61795b1853c3023cda131ab30d4c983e51433a2d197c

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8625cc50dcf58e804b78463b01020e525cc160ceb8487fa40caa44ee43e8b651
MD5 ff91fef9960e2745507b507c75012d50
BLAKE2b-256 a7fddc56612b910ebcbffcc17a9194ed7dfab8d894105e4fa9b4e49473f9d292

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 8630954a1238b2756fa42f1f7fd53703083dd6ffcb71f9e80a8c0967f8f55985
MD5 a5e9cc44796902e17b04103332a3e22b
BLAKE2b-256 15cf5159b11639fcde8de436293d1b4fbf614f582220b78a0b56f4102ffca701

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp310-cp310-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f6240f239eeddd7fd169188301cd1d1ae1a97ab08e1fc8d64e4542602cef5c87
MD5 2d4be5ae8b11e834ae2c058b77fcc647
BLAKE2b-256 aff1cf516762003f99bca6b415aeacd5626bcc4e26378b28702c6e37db9f76fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: myne-0.2.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 925.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for myne-0.2.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 785be49ac8baa40176eb0d47a9bac6f2484a17d2ae24edb25e8b5418e5ec9d1c
MD5 82bd6fcd605cf075debfcad0eb1223f0
BLAKE2b-256 25182922081f4f5bbb3adc6051cebffd373c8e7b31592045fed11ac7fbf49d70

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp39-cp39-win_amd64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: myne-0.2.2-cp39-cp39-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for myne-0.2.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d21ec5d68e9d3842e3613cf66d9a72afb48b352349c46aac0837e50f673a0e78
MD5 f0be44d5ce708c4a76013d0eeeec411c
BLAKE2b-256 4384dfb5f77c77849616ac920ea623aff831b9519d0c1f80b556e9f361686569

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fc18c2b2bbf0a2686c1d265c2dfb103f37d9688476b2496480eb3c9f2729ba46
MD5 4b55128fd9364f5196669652fa072d31
BLAKE2b-256 8f1688f6335482ecf42bc0bc4b847f6e28fd51e11a5b9e19dc0a48931ae3c559

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f8698db3679c878e68630615f9bccd68f5efda7e3c4195bda9fe0384a3ec0f85
MD5 89c1490b7b1c6c015740d61f10a03cb5
BLAKE2b-256 f67ce17cd9a5424949b95d2600e9c2194fc180a49d0e8480ab9861ecc748b738

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp39-cp39-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 86f996951a99f85d6aec7819b11099e7f9b8b48721cb9b8de5b7d48420a27f92
MD5 7c0dc3984a8d11e9dac33e465f8f8184
BLAKE2b-256 feaa7488f89e174d456f6fdb28f2c70d5dbe44dd3a4969aef602d62676274e11

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp39-cp39-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

  • Download URL: myne-0.2.2-cp39-cp39-macosx_11_0_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.9, macOS 11.0+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for myne-0.2.2-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d987691c5d2a709acc71b2902ce9df84c40154d2393d48dc1a5e0028f28f7567
MD5 9650c166764ec16c239866348ac39f4b
BLAKE2b-256 8ab385f0b0a106b3d6c1425e25c452c4c1e9e5868a031960c70b0bf7b29e902a

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp39-cp39-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: myne-0.2.2-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 942.7 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for myne-0.2.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9ec6170147020f9862a9d999c3dc7e23534fd6c7db75d7498293487814806e2f
MD5 812145338a8b98522df483be344ed669
BLAKE2b-256 4c915febb7d6cd610a1ba72ba7e122b9b9440056f659e945be5e72184377d7d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp39-abi3-win_amd64.whl.

File metadata

  • Download URL: myne-0.2.2-cp39-abi3-win_amd64.whl
  • Upload date:
  • Size: 930.1 kB
  • Tags: CPython 3.9+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for myne-0.2.2-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 32735e5b03ff49e7677e997dbc5b5378aee9147e8d7d9ed4ade470bcdb1e737d
MD5 793f917f83b757982233cafe3ce1993b
BLAKE2b-256 029d8147dc7861aa1eae4469c6548bf929e5c0d94d0f4c60d6f182d34237956e

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp39-abi3-win_amd64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp39-abi3-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: myne-0.2.2-cp39-abi3-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9+, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for myne-0.2.2-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 86df22e48b79f2df0e9139ea2d6c931520078414291d671406fb32af847eb01e
MD5 d925244fea888f78047d2470fcc52ce6
BLAKE2b-256 d22909325c7070b0d70e59e2acf7c4289b364b2022a73b483ffbd10194ee6102

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp39-abi3-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp39-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6586054067796d300442f20d5e3c36251f41d91d289973ecc0c07a9d5b169139
MD5 0af316f7dfd20e1244be58441c45e597
BLAKE2b-256 0b7e81ddda283990eafd12084c40de890c66a651eef50f8c6ae0ccc4240556ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp39-abi3-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp39-abi3-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: myne-0.2.2-cp39-abi3-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9+, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for myne-0.2.2-cp39-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 307f4adc3018a4f7931f50340a25f1767b821c2012c7154eac3d4730781b93a0
MD5 dd73976721aec1fcb9d1b48cbd1b11b5
BLAKE2b-256 81a04fffb907d999d66a582b0ed166e43ccf6638cee43ce197f79c3e20cffb3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp39-abi3-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp39-abi3-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for myne-0.2.2-cp39-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 beb9804556b4d8e749cb8fb4e4b18331f30178672ce019767b0c198e702019dd
MD5 3bfb68ad1f87a984f65c0a0640b42111
BLAKE2b-256 05e96b869c6349325f48969aaa83e05a0038c07657200d970032053dc5b68f46

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp39-abi3-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp39-abi3-macosx_11_0_x86_64.whl.

File metadata

  • Download URL: myne-0.2.2-cp39-abi3-macosx_11_0_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.9+, macOS 11.0+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for myne-0.2.2-cp39-abi3-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e7c78e069e0168999254794ee81ed46fa5ca66bd39dc0c2ea3301508c3b1a835
MD5 4db7e3b38e9203af67455121a9ac5122
BLAKE2b-256 eaa81f57c53ac0c2e9dd26c515aab096bfe7c143247c26f5668e030ae24f249e

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp39-abi3-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/myne

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

File details

Details for the file myne-0.2.2-cp39-abi3-macosx_11_0_arm64.whl.

File metadata

  • Download URL: myne-0.2.2-cp39-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 945.8 kB
  • Tags: CPython 3.9+, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for myne-0.2.2-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 165c65336aad9c802103b8a11430524475debf74b584b38dd980a9330a46594c
MD5 cd974f4f2032840bc9183385603c47a5
BLAKE2b-256 25d3fd49b61492c74946016296d741498fbbc8e2bab90d9af3115076fbf48e02

See more details on using hashes here.

Provenance

The following attestation bundles were made for myne-0.2.2-cp39-abi3-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/myne

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