Skip to main content

No project description provided

Project description

Lyricore

A foundational runtime engine designed to orchestrate and execute AI Agents with precision and harmony.

Installation

pip install lyricore

Usage

Create an actor system:

import lyricore as lc

system = lc.ActorSystem("simple_example")
await system.start()

Define an actor:

class Counter:
    def __init__(self):
        self.value = 0
    async def add(self, x):
        self.value += x
        return self.value
    async def current(self):
        return self.value

Create an actor instance:

counter_ref = await system.spawn(Counter, "counter")

Send a message and await the response:

result = await counter_ref.add(5)
print(result)  # Output: 5

Send a message without the response:

result = await counter_ref.add.tell(5)
print(result)  # Output: None

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

lyricore-0.1.4.tar.gz (217.9 kB view details)

Uploaded Source

Built Distributions

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

lyricore-0.1.4-pp311-pypy311_pp73-win_amd64.whl (3.4 MB view details)

Uploaded PyPyWindows x86-64

lyricore-0.1.4-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl (4.4 MB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

lyricore-0.1.4-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl (4.4 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

lyricore-0.1.4-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl (4.4 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

lyricore-0.1.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

lyricore-0.1.4-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (4.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

lyricore-0.1.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

lyricore-0.1.4-pp311-pypy311_pp73-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

lyricore-0.1.4-pp311-pypy311_pp73-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

lyricore-0.1.4-pp310-pypy310_pp73-win_amd64.whl (3.4 MB view details)

Uploaded PyPyWindows x86-64

lyricore-0.1.4-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl (4.4 MB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

lyricore-0.1.4-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl (4.4 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

lyricore-0.1.4-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl (4.4 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

lyricore-0.1.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

lyricore-0.1.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (4.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

lyricore-0.1.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

lyricore-0.1.4-pp310-pypy310_pp73-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

lyricore-0.1.4-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

lyricore-0.1.4-cp314-cp314-win_arm64.whl (3.2 MB view details)

Uploaded CPython 3.14Windows ARM64

lyricore-0.1.4-cp314-cp314-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.14Windows x86-64

lyricore-0.1.4-cp314-cp314-win32.whl (3.1 MB view details)

Uploaded CPython 3.14Windows x86

lyricore-0.1.4-cp314-cp314-musllinux_1_1_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ x86-64

lyricore-0.1.4-cp314-cp314-musllinux_1_1_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ ARMv7l

lyricore-0.1.4-cp314-cp314-musllinux_1_1_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ ARM64

lyricore-0.1.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

lyricore-0.1.4-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

lyricore-0.1.4-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

lyricore-0.1.4-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (4.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

lyricore-0.1.4-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

lyricore-0.1.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

lyricore-0.1.4-cp314-cp314-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

lyricore-0.1.4-cp314-cp314-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

lyricore-0.1.4-cp313-cp313-win_arm64.whl (3.2 MB view details)

Uploaded CPython 3.13Windows ARM64

lyricore-0.1.4-cp313-cp313-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.13Windows x86-64

lyricore-0.1.4-cp313-cp313-win32.whl (3.1 MB view details)

Uploaded CPython 3.13Windows x86

lyricore-0.1.4-cp313-cp313-musllinux_1_1_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

lyricore-0.1.4-cp313-cp313-musllinux_1_1_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

lyricore-0.1.4-cp313-cp313-musllinux_1_1_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

lyricore-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

lyricore-0.1.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

lyricore-0.1.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

lyricore-0.1.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (4.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

lyricore-0.1.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

lyricore-0.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

lyricore-0.1.4-cp313-cp313-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

lyricore-0.1.4-cp313-cp313-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

lyricore-0.1.4-cp312-cp312-win_arm64.whl (3.2 MB view details)

Uploaded CPython 3.12Windows ARM64

lyricore-0.1.4-cp312-cp312-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.12Windows x86-64

lyricore-0.1.4-cp312-cp312-win32.whl (3.1 MB view details)

Uploaded CPython 3.12Windows x86

lyricore-0.1.4-cp312-cp312-musllinux_1_1_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

lyricore-0.1.4-cp312-cp312-musllinux_1_1_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

lyricore-0.1.4-cp312-cp312-musllinux_1_1_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

lyricore-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

lyricore-0.1.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

lyricore-0.1.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

lyricore-0.1.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (4.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

lyricore-0.1.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

lyricore-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

lyricore-0.1.4-cp312-cp312-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

lyricore-0.1.4-cp312-cp312-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

lyricore-0.1.4-cp311-cp311-win_arm64.whl (3.2 MB view details)

Uploaded CPython 3.11Windows ARM64

lyricore-0.1.4-cp311-cp311-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.11Windows x86-64

lyricore-0.1.4-cp311-cp311-win32.whl (3.0 MB view details)

Uploaded CPython 3.11Windows x86

lyricore-0.1.4-cp311-cp311-musllinux_1_1_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

lyricore-0.1.4-cp311-cp311-musllinux_1_1_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

lyricore-0.1.4-cp311-cp311-musllinux_1_1_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

lyricore-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

lyricore-0.1.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

lyricore-0.1.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

lyricore-0.1.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (4.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

lyricore-0.1.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

lyricore-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

lyricore-0.1.4-cp311-cp311-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

lyricore-0.1.4-cp311-cp311-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

lyricore-0.1.4-cp310-cp310-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.10Windows x86-64

lyricore-0.1.4-cp310-cp310-win32.whl (3.0 MB view details)

Uploaded CPython 3.10Windows x86

lyricore-0.1.4-cp310-cp310-musllinux_1_1_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

lyricore-0.1.4-cp310-cp310-musllinux_1_1_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

lyricore-0.1.4-cp310-cp310-musllinux_1_1_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

lyricore-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

lyricore-0.1.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

lyricore-0.1.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

lyricore-0.1.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (4.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

lyricore-0.1.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

lyricore-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

lyricore-0.1.4-cp310-cp310-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

lyricore-0.1.4-cp310-cp310-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

lyricore-0.1.4-cp39-cp39-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.9Windows x86-64

lyricore-0.1.4-cp39-cp39-win32.whl (3.0 MB view details)

Uploaded CPython 3.9Windows x86

lyricore-0.1.4-cp39-cp39-musllinux_1_1_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

lyricore-0.1.4-cp39-cp39-musllinux_1_1_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

lyricore-0.1.4-cp39-cp39-musllinux_1_1_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

lyricore-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

lyricore-0.1.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

lyricore-0.1.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

lyricore-0.1.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (4.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

lyricore-0.1.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

lyricore-0.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

lyricore-0.1.4-cp39-cp39-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

lyricore-0.1.4-cp39-cp39-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

Details for the file lyricore-0.1.4.tar.gz.

File metadata

  • Download URL: lyricore-0.1.4.tar.gz
  • Upload date:
  • Size: 217.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.6

File hashes

Hashes for lyricore-0.1.4.tar.gz
Algorithm Hash digest
SHA256 1f9bc803c2ce3cef56a519be721e72358ab169e47964f11ec20c3b228bfd1d5e
MD5 d9f41e052dc2ad5067bd49d9f52fc761
BLAKE2b-256 41631355fbd9ff97302ecc6a25e491c8f1ca48df1e66786da98d58ee65f8ff12

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ed7469f8d23e40a98e52714168945f6e6124d62abf551722cc0eda183cf4650e
MD5 37e94cb796f051e772110f5027d2b7b7
BLAKE2b-256 d1ef24be3cc7ce955c304163faf43c776c46335c006c170703e4b10480b880d1

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 75319f4d5fa91c0c52dfd31e9d7eea5ad096b6adf9dae770dc92bbff74e794cd
MD5 c7e78ae4263401fd2e2b0ec5b8894b82
BLAKE2b-256 7b2203f7faf6e4063eaca269c3c8b81e15c265df35b0762e3b8bdc054ef00b33

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 d8cb976ace3249df670744239665ee6cd42e4d924d95e72af4bdb5ad91af455a
MD5 3116200e77dcc6da79649df97fda4179
BLAKE2b-256 e5572ef90e40dd274c10dfece84a04e6f2585e4e8f07c34b031ec9e03aab6ff9

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4f42aeaea451c7709b48a6640da3d78c9fdc54f16a1d377b26073ade0513e1ea
MD5 e93582661144cd0acfd1fbc1e3425c65
BLAKE2b-256 e59775a70db51d057681403172e7125d271ef3b93b95f7bf9d25f1c4efffc302

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cbcf6fedac7f620aac37046e0fdbbabebc56475b6232c4ea0ef2de56aaedd32c
MD5 ed1a5b71ff85c3806f9a608a557a7509
BLAKE2b-256 2378f8b19a1af8c162d9a8bd314c8824ed96ea754d195be6370a5eeb828e6211

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 feef2c663f342947fef03f69041f49213b3c74c14e7d10ced483061a5fcfd884
MD5 f337b2ccd9c444e6e418dfbc5bbe22b2
BLAKE2b-256 907b30fe84e1f1a15a65efb85757dc74532e709195dcfc57abe2a394f07abdce

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 39bf69d9cbab1663402e7ae3a7234cea191dd28ec81c84fadc9132adce70157c
MD5 e872a14425610f117d5ea774d24b7e0f
BLAKE2b-256 494c90c4c8a85f64f7d18f6f190724bad332405655bf7dbc93b92fb1a8720758

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3dc26331dd6fd6a0d9868606b95aba9b0afdc97beeccb940941dbcf9d6d5e13f
MD5 156e3d048cabd0840bc0102be06f1758
BLAKE2b-256 10c2c636c29e667926ccc8c0500cf47b152a3226b792561eae8d7d4ed7877613

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-pp311-pypy311_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cbcae3a6d4600482583516097cdc1059daf38315d078c5c8fee0fda99f5d6792
MD5 6ef04a36eb4c934a1e80bc040b33288e
BLAKE2b-256 a448d60b775c2a3243f3428a132761e0d4d3bab02040b2e9f2cbb63c9d65c50e

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 0d1101a1e073b5fde46ae247a263bb54b532c0f75934ffe75ef3e31e83b742cd
MD5 63651d7e31d8976ac644de8ec4bd60a4
BLAKE2b-256 74eeaa5eba5cc18458d41b321d1931ca6e9254d723d38d75c2736e2b01607626

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d67bfc38a866f0d8d99f4eda44bbe162a1016b4a6383bebc908125e9ace7b0ec
MD5 811ffa1e167ca970fa3da400efc02408
BLAKE2b-256 4a6264c4e248fb5b9f1e1f27355047aa62c2c385767a839a3ce0baf263f35610

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 382c147c334d967f421e8d32cb099490ba734c423d09cf2490c7a40a8e28bbc9
MD5 457ec28e43efdddfd57f781590396506
BLAKE2b-256 0740ff5809f34a25b86f1550e1442955e41fcde5acaf01d5f01754fbcc29d9b2

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 bb1fbecd5685b01ca7ef3e947a2dbd26dce02594488d8a67519d70ec0370fdeb
MD5 4b45b8270ad62422e7c50a2f6a4c7f42
BLAKE2b-256 f72ef6f9cfd5c9813b7080a58343c356866e6e96c2ca85f6926df28f6c84c8c6

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa86a8799016bde68adf36577d895b425f8bc65a9fabd4deb4fa937a67c12d21
MD5 4a6c8a243b13d75d7180d74af2d7fa91
BLAKE2b-256 264f7e84f7c1817b9a09c16e1c68f6fb14be12f379136b160bda4377f9092d28

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fefebafd633df84b81bdb45ea66838280ac5f1c543c9575e1e6d13c220936ce4
MD5 3f5819ceb4cd62fea616d01e04cfe237
BLAKE2b-256 4faa5515a9eb4245da1d1458b1f600c16ae4f2173825d8311c9d1460631f4914

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0de28efaf22f0a52b144dc65327d4f6820b6df809e35fdf6f4ff56fb324ac700
MD5 fdcaad19eeaaaed79927f1a00e5471d9
BLAKE2b-256 932d570f572b8267b15939130f3b6f763d6a10ee3b99f17088e94c2faa38d5ba

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e2bfc514043108035ab570a707ba8c3f1c1b22fe10e582f4f1ea5533ab1fe09a
MD5 a984811b812ac72cd8de71e792671de8
BLAKE2b-256 03b15daedee8aa57acecf128eb9b9493ff0ecce6846cf3eaa93b824882b8d2ce

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-pp310-pypy310_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6729eb758ec0d9da6d016a2b561725ed6baa7bd3431988000dbaa2345e77eca1
MD5 c804347673519d2d12cd6528c7370632
BLAKE2b-256 cc11285a84dde13ee976404c0460a73eb2514363a83c8ed5c09cd2a46b47511f

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 2a7f8f44d248232eaa6f69a6d15de9f02dcc2d2b0465cb6ffb877e3019276783
MD5 267fdaca435715df58cb95e3ca907feb
BLAKE2b-256 df108603d22ea21b29100c922d6d554bec1048757db1c76b8988a375b9fe597a

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b82ad55ef0c9ef29c38e2413654755081dd515531f5e51700d8813a78207b793
MD5 0312b0de3a6d484b2340cd26e80d552f
BLAKE2b-256 5d8015766005deae5e52c363d24f6e11a06290f6c98f1e99bde469fa3bd3fd25

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp314-cp314-win32.whl.

File metadata

  • Download URL: lyricore-0.1.4-cp314-cp314-win32.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.6

File hashes

Hashes for lyricore-0.1.4-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 9d143b98157d2149515d90bccbc45c6ffe0329c41c9c70763032a6341d59d69d
MD5 73bebddef9b7a51ed3c67068a66dcbfe
BLAKE2b-256 4e0295e699cb60b6069d8e0ccbeb96673b23ea9180bcc18f5f02d2071fcaded0

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp314-cp314-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp314-cp314-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ca4abea48fdda2b142f4c6aefcc74398d7cbb44e7c322a07cd4b383463d27603
MD5 57304edfd1fb4f7aa1536812bf7963a2
BLAKE2b-256 d1d4c58b4145950cca4bfc116386b1e08893d8fd94e00d2f5efb28c6fce46db0

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp314-cp314-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp314-cp314-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 b0044d5ea39583e02e21ceba6e764b824d8ff19c0a941194afa599291a82d4ad
MD5 36212007b8c1c9d03aa80d329936a6a6
BLAKE2b-256 77211462f5d32dc933bfa1cdf450cfc9858144a9400f3cf665a1728f8b365e12

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp314-cp314-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp314-cp314-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1f3fef818dc6612c122e4daae71ff588060016fdcac9d82aa45f06dde62c833c
MD5 7135f2419e74e0240eff6c6e2d9a8723
BLAKE2b-256 0b9eee4ed3573b359bed665508487bd961b0685f20ca730fecd62698839bde89

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ddff83f2c48aa571f467b90e779fd048332667dd79996d73489185290786164c
MD5 69db0da2e83870d93db48247b996eb7c
BLAKE2b-256 0ec60767c19034f9dbbbf13df3bbd5f87db63f3b7e6e45175664a1b89a73cbca

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 76601859f3be994631df1428c5debed282121afe83c526dcd8d3ced6efc36e9e
MD5 f6179aeef618e50a736db8f87d1b1e89
BLAKE2b-256 137ecf864d15cae69e7cda6760ab045f9fcc2a430785f4bc03f667db668cf69a

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5e3fd7b61c2c3d56fb5f99ba28df661571a803389531bc8254f63cd589839154
MD5 793606d7c5c57c56cb2fb2cf1f6ad885
BLAKE2b-256 9fa6217ed8b92bdb4147e17443efeed921cb44d2968084c8d0a6c7cbf92b48ad

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a0629d410d183a8b9c292b396c8ae11e3daa7238c6470798b34916d62c8d3259
MD5 3973d8ab043ec697149d177441a99853
BLAKE2b-256 2479860f31a5f8fa128887038e940f6f07531ce64205f1eaae6eb9534a1d9fd8

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f26bd3a7530fa1bc1f8a0946bf50f6ec4137d21c109bac57fbabc08d67e224cc
MD5 84f92faeeb861dfacc2397eb3eedfa43
BLAKE2b-256 35067a8c5eb560334887604547f54a8d4fba277faee5eb292f34bd2b046fae04

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 561df5ab55dc4a65b156318c7ad78df277b0698fc576413af8ffc5752c329519
MD5 321e393c3b212a64d18b07827a2e1189
BLAKE2b-256 a3c93a9c476ef9af7a4fb670033bc54fe2be9ee5f42c4d3d387e5e7cef8ab8fc

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e746282ca0d443817485df68d4584e21962aafc5411010871528c8f4cbe9dade
MD5 a475c65f80dd5b94505a0e9f94493a88
BLAKE2b-256 5fb6ac24a379f0dc251d51bed5689d5f2592b1b64261c72020006bd1bdb3cb1b

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d9101fb19feb9a2bddb849d084bc5257f75919acd72bf657b9d1b28039104966
MD5 52653fdede00300d37258cc2af318431
BLAKE2b-256 4dc9a3fe1cc5f3d41bd88a6ad5052cdc06aaa604fe4908ec6903ec7aa9b55f49

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 b03082e68d1957a2d79681357a8ef110400e34917fe76375db344f9948487e28
MD5 35b8d5b2134b6aa4fbe9dcf0a62d99bf
BLAKE2b-256 55cdc0a887eaff83eab71dafa1144d7be83b6e6f0902e4969104a4a29dfee7b6

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3c987da9b21bac5d0f82cd282499846cf14138c91f5f9bbab08e272c966519a8
MD5 ab8cd51e2eab224a7091b64af7dbf705
BLAKE2b-256 8eba67279d00c8e58c4636c9d0fd75bf8f4851815259ce68820b4cbf2a077ca7

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp313-cp313-win32.whl.

File metadata

  • Download URL: lyricore-0.1.4-cp313-cp313-win32.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.6

File hashes

Hashes for lyricore-0.1.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 29500965d17a29f1a59011f999e6221000286b12346718443d7edaa9e5ba5c69
MD5 bb46448c6315bb13b30bed17340f4afd
BLAKE2b-256 707fda2fcd9fad650ff21cc029c6bff3d9ac589ab42c26bc6c448814457c606f

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp313-cp313-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6474aba93f4083fbe4f12dca7209fe644eace7ff0e375c1c2b3fdf2da8042877
MD5 6bb16a5207aeab4d7ad8aef72968bc43
BLAKE2b-256 8b1a37b8b331823e0e37ffd58d16ee0b5755ffb42df9942dd7cacaebed51774c

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp313-cp313-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 7ea06b194c9a7d201465e82b1e7392cd0a8e8b6073722988491bb05b9684479b
MD5 0a3f038f33078508d05085683bf22965
BLAKE2b-256 8762b8a775239d35d7ebbda1bb7d862379530dd74d0e1de531caff3ce7be142c

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp313-cp313-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 37566767d70f7c72c979538184e9aebee4604775d281fee01457998748740944
MD5 a0297a059b4fd125ea527324fed379d2
BLAKE2b-256 76ee83ae788f90bacbe4d497dc952726590b9aaae25471ecf2288ce35bea1471

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 152edd4c5ce9fbd2f7030ac2e0c1c3ee47a47766bd2514fa257c9c124cc33f35
MD5 ba0bd28a9921867db1c225450afa3c44
BLAKE2b-256 13a783e749ad073388ec427898a15fe68af2109e843cbb53794c25b1091a4dc9

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 893a11dd3c0bf15fb4826cc2464ed1ffb8e35e6ffa6da679e0d146ddd360e0c5
MD5 307826d6267d1ceccc605465af41d2e7
BLAKE2b-256 c5e3af92b3d3e250da30a430fa79642e4061202b838ad268e964b4171cc6c7b4

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 21d706e95a38a7cefec704cd2a95059a66b41ca6afd89572bad489caeadc1804
MD5 bfedcae232bd9b965fd1286b8189e6cd
BLAKE2b-256 9875204f0289b9bae3706e22ad47e5bc290eda4bf22b69b91b7f22cb63d3feaf

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8770bfcb492f4888819698c6a8ae51755ec6f8effc016c1f7e81f299879348cb
MD5 45c2e0b27591a05aba960fc0a87d83db
BLAKE2b-256 76cff48722fb7610462faf3015191e6fcbeeb61466653279147f4353abd246e2

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b97f86a08a14dd8fa1339be45ac76775ece8ed34b978c42d235905e013782b1c
MD5 4cc1694ccd6c1bd6bb83ddaffc60bab2
BLAKE2b-256 85a4465db647477e9d97ae390c7296d3f058e4395ed8fb9cc2ccfada1c9899af

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a982707f533bc6d16ecd056d1a026a24319a010bf9fb59ff43bf84a4cd25b612
MD5 fce62d13a19ec79bad2bbe4ae8f647ed
BLAKE2b-256 86dba687935d25c691b52d34b7883568115e1164bc26fe07b4410b018f1e76db

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1487772074d71fb8d8c8341301eb9026ccc61f1d56cfe9ec214592500f5f2eb5
MD5 80bb8c861a784a539be7fc4738918781
BLAKE2b-256 7a10ac15b43c2e1eb828ede7f00c9af86d71d3f5d7fd197f92257eae04f24ee0

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cb4a1e042cf107bb995fe7f91862b6359afd9e837b8fd45a335dc448321688bd
MD5 d84481901e02b826f98b69d903acc30f
BLAKE2b-256 916020f22af4a9d9017b7c28e2eed45efb089a20f5699f2cb4ed2b4c53fe0a6e

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 d39e5ff90d9e1ff5a30e4cc37c3badb5f5e9a2ecc09ef890096ec2dff306adef
MD5 c5f56ee51d42d55ac0fd4857d6bdd17f
BLAKE2b-256 f0e93e3c12f720397c065e3fb2da7abccac38e2b2ec65b910c1b6fe2c4bdf68e

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ccca1575d0678e9bd20fae708b56c70b75e707753e746c2dd590a35026fe8e6f
MD5 d3900d57647985ada320aa831938663f
BLAKE2b-256 1ec3d67b254b431d7600debca361207a5d5f0a4ac319cf47812678c61df542d2

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp312-cp312-win32.whl.

File metadata

  • Download URL: lyricore-0.1.4-cp312-cp312-win32.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.6

File hashes

Hashes for lyricore-0.1.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2d207f62d603ed82f6dcebd9f61c4299801db14879bd9f88fbe374f648c39350
MD5 02c91e35bc66ccb69b4a9bdb01e9973a
BLAKE2b-256 73597444ff4c1ea2f33622fd2a3c4001307588c67eb9fbfb39785cbf8ee9b267

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f94db0edb64d83208161f8677c49111f6420dbac7be3529abd4367e5e4278afb
MD5 9d9bb7cc761796ac04d8479ff8dd8ed6
BLAKE2b-256 e80bbf90f1ec29ef76922316d29132a3780482fd84803b62e21324c9ec8f00f4

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp312-cp312-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 dfeb14e90cb97b87cada6c2396217f425ba1d97a43843ec02735b74e7f1da117
MD5 06932a1dc77dfdff6f52554de5d24c32
BLAKE2b-256 f2e64795df0d6bb349372a0cdbca60424b7b65173285f00c5ca18b4bdb26df30

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a373de6ba59fa9a62ead9bdf5be752778d90d660b75006318a64634c36a84806
MD5 5bb4b02a13d1fda0a9cd354e30f81a3e
BLAKE2b-256 9f9a3464ad8c964ff7bd6916dcbc2581f3679f17ac5d10b84e30d0d9615d2eea

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bc5bc547822eb26a5f9562359450e6755d92a4eecea12ae754e291e8a0c15399
MD5 87766965aa923e4a916c9378497812e7
BLAKE2b-256 27acba745b1cba40bc6c62871b9f8f378f1c77ab6afe51ad6c77849c0bf8ad87

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 720e45dd92698e9f6c17596e477c7359573cd3bc7b5243f5d098e0ae93c99cde
MD5 2e785b7c710be67e84041ecd613307c2
BLAKE2b-256 5aa37821c46bf722e46844ef190e7f0f36295fe442c1ce243038f1280d171c8b

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c9163de0f1e7c725f5ce21a24c9cf549323f6f5300e742917b15325ea681e902
MD5 dff653eca0daec334aa17ccb3f28b795
BLAKE2b-256 6d38a7647c1bb78006d8f9b65679f9f62dfab2d82fba16d32e1f1e08e6a127a8

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1bddfdffbaef209552e56f65372e7926ed5b009fbb06595a98c99cd5d4cff7c0
MD5 91c7eb5d6f3193246c08bba5436ba1a5
BLAKE2b-256 22346827250c9aed9807ff753952c255f5685edf1c5682914e2e24f05482b9e9

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 147bbeffffc1f6d7edd063b3c885d520337ea88b72c3c12d2dbc4f117a2bd2d0
MD5 5dc436ca95246db4f6d859d90db0bc5b
BLAKE2b-256 c4576bfe40c206e2883c488dc22f3e7d02b117285d98b3026e1f85eb1accac01

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 24ff7aafdebe82489d5c77e97df1397ce210e69dcce66fa22f946931ba07e02c
MD5 0ed6d92d5bcc8a27204d5329a7174d50
BLAKE2b-256 5f520ca83fd990fec48ebfb67d807f035a34dddccb302495f56ffc641df92dc6

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 21c89e8f3a82979bdcdc06b389774d45600771f790d9c717eae067f845e04fed
MD5 7659227c7d58dc012ca20672de70d16e
BLAKE2b-256 221b099bd05389f0a849862c271ded5677be1f7a61ed82a3370ee282201a8ae6

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f23443728c6f2242ad35ecd5da6e2846af03f71cf6db5a5af64351befd48a1b8
MD5 bad9af173f521360861bfddc4f2864e8
BLAKE2b-256 34cd57304a2f460efd41ac2a5d8c0e01403c48f98ef4a2f7a1b5f2fa979d5cc0

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 8beb5751acb86c9d32a7997ed9a4978ebb4556ec2b4a24a09e9be7def8e4d5a7
MD5 93fcb4bcc9fdd600ec0db6ef39a423db
BLAKE2b-256 53129dd1d79cd303b0e851fba430f6e8bf6016bf74027e8aad27befcc9bfefbc

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6713497d13212ff08a0c61af0f97d9aeeb35fe2f9468aeaf25e54e0ef262cac1
MD5 0e95a8f36205e7ffc4739f2fff63df04
BLAKE2b-256 86f9eb1b4a896f94c7511aa992aceaeea02aae64e15f664869fa9f95e1238c06

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp311-cp311-win32.whl.

File metadata

  • Download URL: lyricore-0.1.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.6

File hashes

Hashes for lyricore-0.1.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5f7d6bcc44b7c47360f6187550b1e1945c855024b1deb1ac749a7c0e8b1cb5de
MD5 97ee72d01288e525c88847193b04c406
BLAKE2b-256 438bb86a2301feefdae6496618211f758505cbb2ed5892cfcc1a452257d82c68

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 961a1f0524477530e3c57637f9be4739de26026dc9855b445385c9ac987737ae
MD5 d12db6ed7db35cb018f661c0dbc402e6
BLAKE2b-256 8ea1364c318b20813f931a762a8cb558c38999d175062dac62c4d4b979161368

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp311-cp311-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 e6bb617c1febf4da54ebf67cb467a20afcdeb0d10897ac5441375c38cbc3d59c
MD5 49a50874ce5268192acdeefac8569a43
BLAKE2b-256 0751c8dc62abf5231d19ad1f809a125ca13c871c147b200fd83c3f962d551d8f

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 37aceb78ec5cb5563cb9022d3fde6b3ca8013fbb4cb8947e98aff9e140e132f4
MD5 51922bce58aa1341187b7b1ea5ef379a
BLAKE2b-256 e9e5c551c41fa818414be526073ad75a0e5555ebe5602ad860e8c74c762b6593

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 11aa051f985566ed67da569ea34e781b0875e08a95ae64c7f3661b9a7491281c
MD5 1d78b564aa159574835101d9fc51fc4f
BLAKE2b-256 74744912fdf2d00bef39ad3c64b6da799532fb0c30ea3ccf1c8303fec1d69a2b

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 08989f1daa930fd11a4c1a2fcc955d52babe6422ab83f4082a770cc632ca37fa
MD5 878bdc2bd3591667f9e1dc0f61b509e6
BLAKE2b-256 a065b9c7fc272e6bb156755818b21766569f4103dbad8f898daeb11acf2c6cc2

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2d2b35fd5fc86fdb3e01406a82205c470fae7a250a2490012104f4b7c66d7189
MD5 e1550c1e0cb41c20e8333920f639da54
BLAKE2b-256 2ad33b8209d8ad62396f7ed157775463302d156b9fad59e720f1a100e5201e39

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3b4bfffb9c36cfa1c8eac0177da6bcf5da774685769a5feaca078f8e85ee58e9
MD5 c04992dc63c3bd64419e1aa15368aa21
BLAKE2b-256 cedaf1f55cf849c479390f8c27303628b9bc0a44861e6dd25253ef05bbc7d1bb

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 91abddbe26c3973f3aac9a1cb5bcad5b8ef1c272145910a0f73638a4ff49464f
MD5 2cc174720413bb9e4e81c6f74651fa79
BLAKE2b-256 2b30d66bbe2f7da119777d4cc25fff687920b66a6c1c967470c37cadcd938b44

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 68784befbe055f3323fdfa84ca09887928aeb7b54f447f2943f56c1d876bfe40
MD5 35bedc766c21157ae88427348f65c9e2
BLAKE2b-256 4cfe7eb8c2f0d45ef0707bf953f33b427bffd15bbcb62df33702d233ece2fad6

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5b98d40e342a0ec936dd685452a351913f2708569317e79076e191408d9c12d8
MD5 09cb2a20170a7216938ffb44ead60bac
BLAKE2b-256 df3e969ddb8494cb1ba58670023ed4afe22eca59dce424734fd8ce729ef4793a

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dd666d04f47fc4365e0cff46c7dff7176624915c92c07d43ae12469298fca5c2
MD5 1da846ecf75be5ae77f1bc7f9c158080
BLAKE2b-256 7bbd0e952bc68fd6708f8c818649566ff689640b172acbb661d5251182aac704

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c618b34a8a699d5a7db7e3411ff712a2ec53a13128d87c55604bd4cd9ec3cf21
MD5 46e75ae8019ca2a988bd330b7113da28
BLAKE2b-256 d5127abcaf9df59579189d1c21fddaeb5c2da8f4ba3f14e3a4d342ab239f71b7

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp310-cp310-win32.whl.

File metadata

  • Download URL: lyricore-0.1.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.6

File hashes

Hashes for lyricore-0.1.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 14693411c91e929a6395881d4f657a34af86f9ba2d8a1df511caaa5fcb9165eb
MD5 62ae09825dfbe6c72fea48d496b42542
BLAKE2b-256 0b0bc71ceae38bfd9d78ab12b9778165680c51044fb16d9a57ee64244dd7b84c

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 142d94d2271b6f59456796433375ed7220c054c9b0cbde4b8a5bab4e4ea0dd3e
MD5 46055d7a6541523bac23a2da01bc3a66
BLAKE2b-256 a6cc269b7f5def664d5b54ee09e4343428b1997e9bbd97778f3ab0b3bc7724f0

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp310-cp310-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 9d13c607c8a9f989dec6b864dbc353a0958fd36a60665c66073f1a58d97e2919
MD5 9fbbdf0450815aa6cdb6b48224425a42
BLAKE2b-256 fbf7664f5f6629aef45919a644e477ed1f16c6360a21ce0f4fe810a261686b5b

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 77431c29eba5fb38825334622373b099a64ed134ab5eb4f01206e53ff252752a
MD5 3f96688d2fa719aa1abcb638ea29eb94
BLAKE2b-256 c447f3391409058a9ee023af04dc03c506efe628758dedf6d679b3bba3e4119e

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc61fb2350728429444a311cb63ee323bf0cfad55ff24179f5c44f10dc7bb775
MD5 ea0786527c6227e2370e759bf3471a3b
BLAKE2b-256 3d38726c4cd3d828b497b68e0796ae3ede945852ccf063e540e6ffb77199171e

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fedd5eed45ec33dc424d5dd5daa79480b5312811d1a93a01a13bd77e352dcefb
MD5 f8092ec0cdd341f721efe620c88a3597
BLAKE2b-256 3f2ddda6c300767cb3465e9c54bede20bbde0f56e98966949f63b2facc395235

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 636407a9d1cb374a4d76f4e0da0d3580ce2761740a04c32599df8dd7b87551ad
MD5 bda3dace3cb6e0a8c20380561533da28
BLAKE2b-256 dc406440d54acd1e945dbcaf83092672fc760ca0b7394654ba52526cb158e47e

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e78059e67c5670e570ae8359af298f566cfb2a7abc445d6487ac564ebe0567a0
MD5 b7df57378bbcb4f478a8e2efea33f016
BLAKE2b-256 e2cc385100f11c9bdedf99742d31d86cbf2811dec764ec8049ef781dc5f927ca

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7f6da2b8e7bbea7c0fd976d306bed95e5aa01a5e800dac90cebb39367395e496
MD5 15bceea4feb562155f7808e8229c97d1
BLAKE2b-256 48a6b4d442030b9a5545733b21702b91fe9aa2922792e802944eff0e3cf094e2

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 de0eecde6118d090bd576d7e4bf30ef23553b0197f05b6340c9acd63c1aead57
MD5 0a3c2bc08ee6884e6a7fad3d672e70db
BLAKE2b-256 616d290638b5270609709ad29ff5de1fd46b8f495eebd88d1b1d352f79edd371

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4e11bc1302e36b313780b7b1cbf05ba3741d795605252e1457b24f70c15948b7
MD5 742eb47998ba76bfc6655c34f8d3684f
BLAKE2b-256 40132ad0bc5beca3fb5b7d7a08c64825c1d004c6ed186ca87f85e89801582fdf

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 90958e74dda088479411997e0755ff63e6a5a9aa569172bb887e3168bba2b1fb
MD5 47924750b1fa7fc9c119e2fd9b5a2515
BLAKE2b-256 ff6440dd2c15bdbc82328000ab62dfbbed560613002b8a149eca4ea2bd17e3dc

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e153242f4bb32a90451b68d4696143510c3d98717b0efc91560fe71d13599a79
MD5 676d02872fa4d8a38cce2074182ef12e
BLAKE2b-256 38a289af7f107c75cdbf0eaaa10795508bce7850757b831de712df29a635f8df

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp39-cp39-win32.whl.

File metadata

  • Download URL: lyricore-0.1.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.6

File hashes

Hashes for lyricore-0.1.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e0ae39c7699edd6d139a0119134f6c16f4e9bcaa3759f598a2dd3a2fae86cec5
MD5 0efedafea31c8497544853fe54672d44
BLAKE2b-256 ba206281303e48f5fd1c5cc15a0e6df439464d850b07ef5a7d1fcf03261e6db4

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f549f4213073043794d5912a926f46664c4b43be9679c87074c9fc5d09a18432
MD5 1779cedc9c6c5f3765d75f1e2bd84645
BLAKE2b-256 adda017ba72d0b9245f33de47d6a2693637cf8be8d7025413ac8df333e9af3e2

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp39-cp39-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 3cc4ee646e959c4ed1904584b442d311288a45ba2734e11aea845bb99ba5ddd8
MD5 3c36f44997489d89f83916a0b29bfc05
BLAKE2b-256 ec169e92c5b7d5df145ac677bb7e624233dcef536d9fa69309e1bd271542c725

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4d3c886d7aec6b223806943976835d5ea0b0790134bef5aeeefbb9be64d614b5
MD5 fd38ffba37d436cf35c9fedfac5efd4f
BLAKE2b-256 6a4200ae471eb1d76acbf0e1c99414716d51f25dedb128bc6147d545582b6e04

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3fd2e02d045e737735ea8934f20c63243d298c7f167002190bb8c7436b28dafd
MD5 45333afc0cb52b085602c103624e3af5
BLAKE2b-256 a8f2acdb3cd5319ee807359eb6b415ad8cb331fbdd42919c64bb794ff87bc2ea

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 377356c95fbb61678116e27e3537445b4bd61e1d9521328afa7d6d000f68e7f7
MD5 97e3f1a46aae846eec5e0ca395c2ed34
BLAKE2b-256 da607af0710525abf6aa3d5b6bebb2cbb0e7abb68c27b11111b6d20cfd32ff3a

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 76c0f27be13277e89950896d33d8d4924b765e79a97c182d939b110846aae707
MD5 b75181f087cb275f0cb01ba062e1b317
BLAKE2b-256 b2347fd2a80bf11e74c8eae70390bd8eab718e89b7f59b0b31555d71ac847249

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1a8f37417b09f203e4feb7fd56848f2ec441d7b931a34370876eb26f220d4533
MD5 52c883a493c1f0764d36b03cbedcddb0
BLAKE2b-256 279b356acd4f4bca83b52d1fff8a11a351c79eba7036cdcadf46ed713b463d1c

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ae8dc69139c16dd38c0f346681dad973769ab56cd7b066571bb6b65ee515a781
MD5 94d6ab60d40803fd1552cad429634778
BLAKE2b-256 4b40dc7505e85f4e0aa6a68433753998d812177c6e30fb3faf74012ebcf02076

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9a56d4fd3392136db2ad0b20a243e12d1252b804bef7513d8cd9f24ffc423bae
MD5 0bc0ed33eff582efd9c515e25ad857d8
BLAKE2b-256 bf55ddc75c72cd777b0c578d848f22238efa6b989fd442a22cccecdf81f02736

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2fc53bc6910f0bf5a5910c4e00e3f40996918516e5b2a589fec039df233d12f4
MD5 f5f66b65150c2549c3ec00b46f9ebc70
BLAKE2b-256 8fa594ed2d2f4fbd12021ed389575f0e0d0cfe454a196286c71be5a892ec97a9

See more details on using hashes here.

File details

Details for the file lyricore-0.1.4-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for lyricore-0.1.4-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f44f8d0154bc3247131c978e9fb9e37afcbdbe10f043e6cbeafc644bcfaecc09
MD5 2d3675df28b23febd8100667f96a602a
BLAKE2b-256 2520cd556ba3b4cf8da55c38e80611e101c5225a6e5c48f0b10b43a51d1612dd

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