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.2.tar.gz (183.5 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.2-pp311-pypy311_pp73-win_amd64.whl (3.2 MB view details)

Uploaded PyPyWindows x86-64

lyricore-0.1.2-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl (4.2 MB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

lyricore-0.1.2-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl (4.2 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

lyricore-0.1.2-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl (4.2 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

lyricore-0.1.2-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.2-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (4.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

lyricore-0.1.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

lyricore-0.1.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

lyricore-0.1.2-pp311-pypy311_pp73-macosx_10_12_x86_64.whl (3.7 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

lyricore-0.1.2-pp310-pypy310_pp73-win_amd64.whl (3.2 MB view details)

Uploaded PyPyWindows x86-64

lyricore-0.1.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl (4.2 MB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

lyricore-0.1.2-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl (4.2 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

lyricore-0.1.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl (4.2 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

lyricore-0.1.2-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.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (4.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

lyricore-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

lyricore-0.1.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

lyricore-0.1.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (3.7 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

lyricore-0.1.2-cp314-cp314-win_arm64.whl (3.0 MB view details)

Uploaded CPython 3.14Windows ARM64

lyricore-0.1.2-cp314-cp314-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.14Windows x86-64

lyricore-0.1.2-cp314-cp314-win32.whl (2.9 MB view details)

Uploaded CPython 3.14Windows x86

lyricore-0.1.2-cp314-cp314-musllinux_1_1_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ x86-64

lyricore-0.1.2-cp314-cp314-musllinux_1_1_armv7l.whl (4.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ ARMv7l

lyricore-0.1.2-cp314-cp314-musllinux_1_1_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ ARM64

lyricore-0.1.2-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.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

lyricore-0.1.2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

lyricore-0.1.2-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (4.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

lyricore-0.1.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

lyricore-0.1.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

lyricore-0.1.2-cp314-cp314-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

lyricore-0.1.2-cp314-cp314-macosx_10_12_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

lyricore-0.1.2-cp313-cp313-win_arm64.whl (3.0 MB view details)

Uploaded CPython 3.13Windows ARM64

lyricore-0.1.2-cp313-cp313-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.13Windows x86-64

lyricore-0.1.2-cp313-cp313-win32.whl (2.9 MB view details)

Uploaded CPython 3.13Windows x86

lyricore-0.1.2-cp313-cp313-musllinux_1_1_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

lyricore-0.1.2-cp313-cp313-musllinux_1_1_armv7l.whl (4.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

lyricore-0.1.2-cp313-cp313-musllinux_1_1_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

lyricore-0.1.2-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.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

lyricore-0.1.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

lyricore-0.1.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (4.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

lyricore-0.1.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

lyricore-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

lyricore-0.1.2-cp313-cp313-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

lyricore-0.1.2-cp313-cp313-macosx_10_12_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

lyricore-0.1.2-cp312-cp312-win_arm64.whl (3.0 MB view details)

Uploaded CPython 3.12Windows ARM64

lyricore-0.1.2-cp312-cp312-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.12Windows x86-64

lyricore-0.1.2-cp312-cp312-win32.whl (2.9 MB view details)

Uploaded CPython 3.12Windows x86

lyricore-0.1.2-cp312-cp312-musllinux_1_1_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

lyricore-0.1.2-cp312-cp312-musllinux_1_1_armv7l.whl (4.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

lyricore-0.1.2-cp312-cp312-musllinux_1_1_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

lyricore-0.1.2-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.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

lyricore-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

lyricore-0.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (4.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

lyricore-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

lyricore-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

lyricore-0.1.2-cp312-cp312-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

lyricore-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

lyricore-0.1.2-cp311-cp311-win_arm64.whl (3.0 MB view details)

Uploaded CPython 3.11Windows ARM64

lyricore-0.1.2-cp311-cp311-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.11Windows x86-64

lyricore-0.1.2-cp311-cp311-win32.whl (2.9 MB view details)

Uploaded CPython 3.11Windows x86

lyricore-0.1.2-cp311-cp311-musllinux_1_1_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

lyricore-0.1.2-cp311-cp311-musllinux_1_1_armv7l.whl (4.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

lyricore-0.1.2-cp311-cp311-musllinux_1_1_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

lyricore-0.1.2-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.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

lyricore-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

lyricore-0.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (4.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

lyricore-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

lyricore-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

lyricore-0.1.2-cp311-cp311-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

lyricore-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

lyricore-0.1.2-cp310-cp310-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.10Windows x86-64

lyricore-0.1.2-cp310-cp310-win32.whl (2.9 MB view details)

Uploaded CPython 3.10Windows x86

lyricore-0.1.2-cp310-cp310-musllinux_1_1_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

lyricore-0.1.2-cp310-cp310-musllinux_1_1_armv7l.whl (4.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

lyricore-0.1.2-cp310-cp310-musllinux_1_1_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

lyricore-0.1.2-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.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

lyricore-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

lyricore-0.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (4.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

lyricore-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

lyricore-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

lyricore-0.1.2-cp310-cp310-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

lyricore-0.1.2-cp310-cp310-macosx_10_12_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

lyricore-0.1.2-cp39-cp39-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.9Windows x86-64

lyricore-0.1.2-cp39-cp39-win32.whl (2.9 MB view details)

Uploaded CPython 3.9Windows x86

lyricore-0.1.2-cp39-cp39-musllinux_1_1_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

lyricore-0.1.2-cp39-cp39-musllinux_1_1_armv7l.whl (4.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

lyricore-0.1.2-cp39-cp39-musllinux_1_1_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

lyricore-0.1.2-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.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

lyricore-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

lyricore-0.1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (4.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

lyricore-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

lyricore-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

lyricore-0.1.2-cp39-cp39-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

lyricore-0.1.2-cp39-cp39-macosx_10_12_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for lyricore-0.1.2.tar.gz
Algorithm Hash digest
SHA256 b7999e2d8746ac8cb54acb2559296e91381a9a15b07b860e38dbab433c21e001
MD5 e215767bb15da8d15ac783be8dff944b
BLAKE2b-256 e966dbf3da49ec78c20f93618c68d9a7fbc5d60b6b7b1e9a04dd7a6493799bbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 11c79abbcb689eaa737f7710fbb1eeabed4da868a45fbd4c27ed74e83a47a23b
MD5 29931f2128b157ab9855d16fed23d903
BLAKE2b-256 8e91167c6e0a024d6b1e86fae4d6e546970f4a704324017a8eb6a200fc36f766

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 398a7a0494927a381759f6bafcfcb7233cc1dbf55d590061aae01b3159dd54e0
MD5 4f9da15c0cbd22d879178c830c582c7a
BLAKE2b-256 5dba1d7f50693b1979addbe60d20ebcee0ad7bd9b1a4d5342a67b7fee790d11a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 6cf15d0b7e1b9d97dd155e716a6b999dff7ba169f3529b573e220ab7e866d456
MD5 a9357a94bc90984cfbcc5321a2c55da6
BLAKE2b-256 4507bbc949211eb3b53b5f74b3eee8401ba82eb227647be68c2b37597c0c6565

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4c1308cf4d744a717efcc25eb8fe3c66d8ffeafa002a5d7c000eeb09f67c32b1
MD5 9f1db676a16a068439410764f7938f5c
BLAKE2b-256 986083892350eab9cb2f91f03517e9ca6af2046454eac25c1ef25a5ba47a8c06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7fba69e67570688da15fdcf73d7aee89e2f40705c7e12273fcd3a62c7c7fe6a2
MD5 78d45cbadfc1370b23f73ec2ae64f077
BLAKE2b-256 4e52504d52f3959a3820bf20d3b51751f0d01766297a5156f455bb2dca9c56a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9dcbf645c2610b0845804a74b6330562beef410e8bb9dd38c1c2e9d44cd35142
MD5 b8e73e5e17ef056675bb8311b1d40910
BLAKE2b-256 c4a4a95a0862338942b4228a76fed326997e82aa244a80d6ff7f0243346a6925

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d975c359ab0926fc037554495e407ebc7a3826fcba3fb659c047a9ac31ca8fc5
MD5 78bcfa0bdd4f408d9ac8dd1a7c087294
BLAKE2b-256 085ee8dc8ed1917c94c371a074de2f91283b61ce9cf1e5d6695ebd9d596ac6f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf300796078d965e7398cc44a9c7578e58c7205a7168798d2fcd78e467a77040
MD5 e07b51d254fc32907b2e12f5be9991ca
BLAKE2b-256 0758d5816c5a0c82e5801bb319736f36e43f86460bd149178d0b542713a7273e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 147b1dc07fd6b273cf1e8111c2a8cd61846bb97e4a1f3351924f9084cf2fcdb6
MD5 375d2a3bab766976df10e21d81e953eb
BLAKE2b-256 7f4a49a37a7e62bde25776259bdc142fc8e25c3d2f618c950dab38e8ad22609d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 48e3b12a95a772658675a042769037e2210d8a216fad5b42cfb9ac38195916bf
MD5 80ad30d9ccb3e5b696dc95ccfa9e57f0
BLAKE2b-256 21e4b5f2a0d36ff18c50449b3c450fa2cf7ef91ae5d48edcff0dd0d7e9c9a4ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 547d2c5532afea8bb4ac708c80a2083f8cc26f67a3b3b5666016a189d6e76de1
MD5 ea6ba796a0c4df25c14b478bd1735185
BLAKE2b-256 2c1efa12c91787e6b9f1328165e05097b888969b11cd1b158329e67fc9f95e29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 d0cd7c7b430a0c94b3566e913797d88e77ec0d8259e31a3b5cf2e9c12ad004f9
MD5 da6f7c654da711b2e31a2d503ca8a15f
BLAKE2b-256 d070f17196b09c1af4cc94c4b293bef1bf19567d774e24104b914095e0b2cf6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c6748b567cd20f6c2103b663463848b35387f9636bc788e33bbbfd3665e1a709
MD5 6338d373c5bffee2e09015b5a2b57720
BLAKE2b-256 1b91988d35924669e59f354af2e5cb34187c3edfcd2a9c45c0d378a5293306cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c63f3367418c460dfccd08e4b004284b6deab03e986a240b7038037c3abf0693
MD5 0e3e6a23f18442b03f324bd0bcb678c2
BLAKE2b-256 0bc8d74dbebf83cf44d6175d50436531e6c80ae465f2fe9c88ce7588651b82a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dc1508cf19de6b141c61018af89c73e83da4f9e02d5bc51a17f9f3022ba456c9
MD5 3fa9713ab0b168f33b27ba6efca6f566
BLAKE2b-256 d87a675f2ef3131b002c90a217346ffc87aeb7e99b3bbf2bc70dea34ab3dec59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0fdbf5e0f95fd57a63d6f159ec09378bdd981b6616628afff213ba5529b073fe
MD5 998b9113d361addf4c065a4ba8a20c5c
BLAKE2b-256 0515851e4df9e99806b548c89d5acde663a3dea9df022be41dfb63feb7e43e92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b9d27e5816aa85645af2656c95653c19df87d96e34c46ce9f7abc64eebb82932
MD5 9db6d5f2db23e67500a88dc8c1b8160b
BLAKE2b-256 c7be841fa839f1c03494fcd37b59566b4dbcf9c31ebb27ae45204d3fe348a408

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fbe1f8b7bba3809990bfdf95425115053f877794ee8cf3fb2aca01250d3a8ae9
MD5 6f813e1ee6b3c460291fa997517daf81
BLAKE2b-256 96e2d01e60314090f545ceb46e6a088b580fd0f002221e1bd1059077b3b4905a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 50017bd1a3cdf22e28b63747821c022f2d0527d75fbb45a1345571c15a71c3de
MD5 a134687de6c28c6ec591bdf6e0c1787f
BLAKE2b-256 6fc93d5eb39be4cc263039b4eda5921e94075e68794bce8f7b079e12d3432c4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 76491d0fe7a5907205ccd40fac96477e876781b7d92a72ed16617aaeb247028d
MD5 bdf7113ea82c1c520083ad8e3343e87e
BLAKE2b-256 c5e685f19391b9264bcae97c152ef7145f88231e68afe1f2e0d39c27cd1fc66f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for lyricore-0.1.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 ebd00b39f62953ee14421a72c46ba8f952de342541b21dcfc86190c82fca9dc0
MD5 171ca9e35a02334659ec19135914871b
BLAKE2b-256 53a2d2e06d34be6074c41884eb70931fdddf0c9a3ca7f7357bd7087ff41f283f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp314-cp314-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 143bee87fa4548a46522956dc0f68df9dce5179fee8fb93707a7530c5e0a3805
MD5 406f1af7008176508deaca469ff2d718
BLAKE2b-256 8c0c6b1b50c5ccebb1e957c689e690f9b9529fc52e25940d446d0ac39bc89f5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp314-cp314-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 8330251a68b6575e3d263bbf457a51793a1ba6fb25dd7744bb381d5541795221
MD5 ed613ac72a63f974dd947951485f5533
BLAKE2b-256 136c6817d6e3333f3a33fa0fcf86f26290b7f7112038a42981e8ec41c2598797

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp314-cp314-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ed4111b338857da3d3cfeb135a42d5779c353bfc059c45cbd581882ce488de7c
MD5 117d763aa868cbda35352551f31af988
BLAKE2b-256 781d5fbff11c20df425d3c4370d3213358c93c80ceea10e55f004445f7afda13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e906578235ba91ecb8c259b411200b51fb244adac464dd82e5fa872a4efc51ca
MD5 f0dafe47fb10235ebe999f97df808d03
BLAKE2b-256 2f0b6f3f86c4fe23e705492ee88d5b0c5157ad3fe678b41e6e53e62e22eb1750

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 867acc85846752b2e1f712dc8306268fb891d9bf64afbbb4cf50898198d6f984
MD5 c14214eccf6f1a2945463ec3fa12286d
BLAKE2b-256 f3c11a3cf9ed32f88c24857b6eb2ed9df8b6c11b90cf0eb1de341c769335768c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d7f8404228e52b2fe633ae932ced47d25cd4c4532257dd19fdc9aa722f4ca7a3
MD5 65981501e00c819291b44a340a25d702
BLAKE2b-256 d22f9775c542743ff7a52ddeb5c441428950982319fca51c4800b1f0340ceacf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b6ee6776f2c673b36006b8cbde1ed1f9775f495aabd412d4535b062a5f995c72
MD5 d334d1b0feb23b4651932e105ff121a3
BLAKE2b-256 eceaf9458bc50bda5cb035ca2f258130f649d9d41f8105d70257371afda18a96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6e2271982313af855943cd8c92ec31c33cc84abae2e955df60efbaf7ace4cfce
MD5 b3540d00d96f976d9989933625642a4d
BLAKE2b-256 e67730726c45d163052e4b83bdf1bdc05943fd4f95f088f4d6de05bbf6ab2a5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a077e614d7a1057ecbe79bc9b319abb774c426a5295ab356c2d32355bfd02185
MD5 8bb21d53bb9371cb0f2c83db91eb0559
BLAKE2b-256 fd6c89bdfef7c9e8b46c73505efb9e246612ad87496e6d922a88352898954bc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 35a5c89fb1ca30db70258d848978757c26fd1096617683607d16b87d9a1ae11a
MD5 0f3dba70f5c6df8df6718aa3526cd7dc
BLAKE2b-256 4c2fb5a295b5b6c037398a5d9942902cce9a76e2c8d34a25f5af0be92894d0d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e17c685d7369b145055032f832d0e21ed02f778d80fdb72c3b2b7092a12b2cd9
MD5 7536c407f2274e7d7483f2be605398ea
BLAKE2b-256 b1f50c704def3d7d1acf9413e0f96aba3620c21caba185927f9c961bb7e198cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 8a28dde3097365d42a0b4ab26d35178d96bcaf4dff533eddc460772654f2effe
MD5 bb627bf658b72738dba5d0fb44b2b4e3
BLAKE2b-256 dbf5deac2ffcd2375df73658274002d644d730643369c836d51ff61a7f6bdc90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 21e0f6e321d76c2520119c0b60c5c193523f314a3d925f158b5014d390c848e7
MD5 30f36d376e9d4e7a93a904a5836cbd2e
BLAKE2b-256 5b49abd8e5317fe8a13e89c54032789d62440187bdb4ceffa8d192d679ce3e76

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for lyricore-0.1.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 ec7addb82c685d20144a6eaeb4cefb4e58a4bac68673461e0b6a8bbb4dcdaad8
MD5 7c74e938f2d8f6e7f2c31be9bd2ca7a9
BLAKE2b-256 32abeb07a4544ab42f6d0804a29686e90cfa2aec007822a42a32b830be688af4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3670d7881023c64563aec65fec9d70aa92bfb33a1deed3e197906e38e04589fd
MD5 4fc43aa87301c355d8f84c9c23eab6d6
BLAKE2b-256 c601f3408d8fa984e178b3a9486bc2040f4b7c9ee25dba3aa80d4d106738bf52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 80bba67642f1f9ec6824cd42906f8b81c63eb1ab4f23ee2a39742aa0f506da10
MD5 9c20744b13db5a0df3c988bc2d1a8717
BLAKE2b-256 3bae49583b396c78cf63cd1d8e4e1fb2ee0ce13cada8aa80763931d0749f9f96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ded0d30d01af35f26ade7d5cb3ff858ce2cf0583d50b7d9f037b57e287dc82e7
MD5 a35070896aee183aed7779408f10b902
BLAKE2b-256 d66f112096e9d1cba88969122257f37a5aac722f3e5bb346b6cc017d6c711787

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f515a228f29775120ec08bece0cf9c1cca0699fcac52feab2e6d603c49974992
MD5 d5bdf3cfacdf581c1342988456aaa379
BLAKE2b-256 8dfd87a3a3237095fb2df6d5528469ebbe39abaaf2b4e2243f17660c659b3eae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a202206c37ac9ac3b838e9e186e98f02368ef609b1352710ac01707438836a6e
MD5 aa5e7725d7439f180cbcd717965552db
BLAKE2b-256 403280a19e2bda82aef713b184fcf63687d0a4ca9d4c3c7f136e11a08715afbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8d6be39bffc71b9425ad0b40023c45dfc49eb945e3135012f022806c41862339
MD5 d574c407e2aec33d6ca46ca5fc10ffc9
BLAKE2b-256 1354aa527be45be6f6212311ac731bc097b6566d66e2df2d19be8c64f64b0749

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 29a51c3b2cf4a80c4e492bd8277b888dce690694ed1f47a46b4ea5eb7381159a
MD5 7268f5b367cdd399556c09b48689984c
BLAKE2b-256 7d7293f4b9b03e89107b077531aa4be724cb3f9dd23e574541f774459cfa88be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 65802d5324a058014c40437ec66dacd139ba4d305289e5750f6e7be98dd90a59
MD5 e14db83930cc8ea254d7a4d7577b472f
BLAKE2b-256 f62356eefa37e9829a3fe54b041c3894bab6f4c1f3b0aaad1bee573619617113

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b2457abdccc912bff2be13b52b10bca45ccb4e52fdca54a771096c2e7787d536
MD5 b439b70c9743c66791aefb5160d78d2b
BLAKE2b-256 13a2b39ee41d1e0cbfa1b9127f7b1bd8f4927f33a0e1f456ca9892e77694fa4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 341eeacdce29f2086207bc9a3ffa8262e9e3fe00b883bd1f0465dc3f290cd7e9
MD5 b859bd315d1abb631ac1bbee48023ac6
BLAKE2b-256 4532e9765c505adde2f6a502e7e91f2775859548125412e8548f0151fc02f60f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b34f445f9b9a7e963d75217577552b08ba260432b516201d14c0442bb1a6629a
MD5 242a2a9b835e1833eb4171166879fb09
BLAKE2b-256 5d7fa697a55ecb760facaac3195bb38752cff5d8ae328c8c847dce3cf8b300a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 2059b972a229c680bf9653888e69a4543487d54895b9dd7e6687e69505db97e0
MD5 ee34ea83800700f8349c24e4a2946351
BLAKE2b-256 f5370a0f5d3782356169956e88406097e4944114f079092cdfb79c6bc6cd811e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 890c33861bf66b10d53ce3eb0a03f66234b2e80a11cdae6bbb9c4ee05076c2bf
MD5 872158dd526a932b6c6a993b85c999e5
BLAKE2b-256 03b1a5486afc9fb5caf734b95fe1f6fe2e3c0565cfb71a660384e1f30f08872d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for lyricore-0.1.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 53599bfdf127af6e4571e8b8335578530d09b61ec60cdc7e1eb37c1316b4b942
MD5 c29a83513015eda2065d4fe26f51b60b
BLAKE2b-256 80373978ee64e7b638a697b0be823904dc0a0aab03f1bbb2efb7627bf63ca4a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c1f09950bd4918b1d1c685e9384fceb0510f826d129a9a84789919dd33e91c82
MD5 5c0c68660adb1a4d17ab00baacda33a9
BLAKE2b-256 8405bbfa22f7eb0c108f2759dc7615c8a3c44e1bc26d7c646efc8afb02007897

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 82dd9df039f6b19a5c2320fa2c4abfc669136a26d97de3bd790c464f7ac89d0a
MD5 e6da7e40146504e4a56793c955ab086c
BLAKE2b-256 be48515c109bec60979153df78ea2f44ae6eac30fca851063541d3c782965e33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 bf5e51a1c135c45d8ae8c1a61568f070f4c78d5e7f5d204266f31465539cd9d0
MD5 550e8cafee3aeb63263827e31972c59d
BLAKE2b-256 078440acd9411eebfe7d51739636fef1faccbb474f2ec1ef00da44c2ac8469ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f4a7e62914dfff4f9eade680de1378458a97dc80052a016b48fdaa3d70e4646a
MD5 364ddf84c2b73caa34aa46e1139ecfdc
BLAKE2b-256 2a81959b3f47df061b675574e1220ba7ab4e515afd4f79eac85c895fd65eb8f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1e81c81e89b29e2eff0ca2ca39a6bd18464e23c4869ab7a9789d75e1ea6f06e5
MD5 d0734eb7ca419373aef898b04659386b
BLAKE2b-256 218da1ddbe6b0f6e4832b3489bf55d312959e96de446035bbb9c541f508da2b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f846a6218cf5f969f73abc948683abd1cea66cf73d37da9d5a53e8f551612a4d
MD5 ecab449e77e8043e5a49452819822d10
BLAKE2b-256 8818b5a8350879ad9a92853299f03afb2ff45c5de74a1fa7ebe07ff8e062d68d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f0798ba9b71e647bbe623fc53a94183f98e3f5c83746f1ef01b2466d2b9d0bd9
MD5 9983f19e240c91dc258d2fb507de6d15
BLAKE2b-256 1ac7eac9bee13d97dfd1f47c4ef04957f348f7667e5c8dab62f6a7ad1a7f22b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e306476b0eddf37a47799a07d40e94de264563646c1d1889104970f54fa40e77
MD5 f3a21028696553cb103fb8e557d4dc70
BLAKE2b-256 8bdab63c87c190faacf648a05f27cb8b2263b02ab8bf89c49a346fb7f11a7f98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c10549941b42c4e0cb3004d2044bfca0c15f9565afad1e2fd50ef120947592f3
MD5 89b59935a8b02c88de64ed8e7b68334c
BLAKE2b-256 180a5982b831c9225a8592262bfee2972d25115e058b7c501c4640849feda6a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df5bb35d5db4ac0dcf1781768ee4d6fd6460535436aff258e96f214206fe770a
MD5 187227e39046cb0af41ea336af196dcd
BLAKE2b-256 ba8efdb4cb2459f5b3be0a78e9c8e26a2f8999e06e1bec00eb155cac316d6573

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 66f41c49f6b87957b054614a2db450fbdefffdfa164e7de84bf986432ea5a705
MD5 a274574b7c422717ddff41e21c10768d
BLAKE2b-256 da22309420de024ac758851b51ec101c8a6c94f37d21a79269580f158e3299b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 33c249e1a7915b0f7f95a72dda6fff56f0c67234905dc245c35a0c0799a1cb60
MD5 28a02180570a7c7b5be92700915bff60
BLAKE2b-256 61e4072c0a0f24384ea8e16ebde7a010a99bf5f7dba53b4358928e0457559189

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3bb188c572605fca749223b3d37bb576379bd67c3584512e85442914bab1d75a
MD5 19056bddb379f0caf3534b3716047e86
BLAKE2b-256 2b3003b9711f7f5ec7a3544378122b75cb3a0f29297d9ea4f28c502a1208d2be

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for lyricore-0.1.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c29d1c8c2948057b8abfe6e5a4abf2cc8a01b0a08f019f418e7cc01a35b39b2c
MD5 abc2ccc0f47e596d4756c06ddac67144
BLAKE2b-256 eae48afcd2f2ccb4ab0197933e3c1b9e82dd09b6a9214032e26e906baedef269

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1b42b2d3c01a368ce122c97f3ecebc14b877a682d4f47447137bd246f95770b6
MD5 fdc4c095c32483677f701a504575a747
BLAKE2b-256 7de586f551cbcd2ce6d4b806331e3e827392acbddf2c5260a2771dc69cad0532

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 c135dbe5b86a88cc5ed66c411d8f5b12f0729efcec109945440b5c9d4c86a845
MD5 7cd5fb8383270002204ee1ec5c9d1c4e
BLAKE2b-256 302f14868919430b4fd2e69c3a13980d4d1053c52cd7f79dd56be113ea54e050

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0ab70e28d340e89ad94583c4b95050a445c5425f25fad8396bc28bffc4a3835e
MD5 37f183ba034bb6a59b7bf966e15be7e8
BLAKE2b-256 6ad76b5595db275e87a125e43f5b23a8a30fd668ce6ec023c8ad6132e0ac8712

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 190b16bc259e4ab7f9f51a74b1392fcf563bfb2967adc697057258dfc2a34178
MD5 3a4913cdcc94a1fa79bc6cb0503fb898
BLAKE2b-256 818e0c6a88b0e2a6170334efc0f407c66f8070ab74c8b2cf6a48a06ac9d61fcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5ec0442e40cbf0c737b8881b97b03076195d70c2e72d2284c9ba728da127e30a
MD5 02aecb2d38cf5fb1d6e4722067b3dba2
BLAKE2b-256 9952a989d8a250ea785b31b184cb2ac97b713dc3569742696ec27af8e6349ba8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b2fa28844731ec828c827a51f96eed8c976cd7d5bd7a73bb3486fd706d31954d
MD5 6cb6fcf15903985b0ead157beb310a6a
BLAKE2b-256 821cd26de09be327bf00aed68f4dbcbada0315245953e5230fa0ad423efa9c26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e511a3e98794fe9846ef2f40e7dcc172cb6b3818807789e40c1865d5ef95f669
MD5 31a59cf638fa4ecb0bbd1fe4d262dd01
BLAKE2b-256 03948b6bae6984e2c79aa8200bbb3295320947e500eb4f4da5423b92fe964ac5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3931a266c00469493ebecfe08a9b11fc0fdf128cf50a33c055a6ca7a4b5b0d93
MD5 e34e2c52f7c740f259e68bbfa2ddc249
BLAKE2b-256 397bb62abde9f2107a75198d7cf148970c50933c4e75c68e005d1f81fe374745

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 df44e0e8041a2eea180b25c17139d4d7b08bf2dd78f9a8a40a1bb8818e4a7cac
MD5 0949ffb615d38e8c21ad70e1faab12ee
BLAKE2b-256 d0eb0052f5582a6410d73403746f207745fb58f6185453354e3f419e4653afe9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bbb886366d0f77395874ec878045f4ce26ed051867ffbda1c3cb9961bc190263
MD5 afede8eb88682ff4c061ca2155e78a87
BLAKE2b-256 7cabf42e888185888cda9a80db0d0d1bf3d562301c8cd20e53c4b3a1f50f3e65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d47cb792ede7928b787cdc8e422ff7bf3bd070175d478c39caf595bb2169d40e
MD5 87e42e4b9b5c4528f8b698a8f4cef08d
BLAKE2b-256 5fb5870323624c5ac8bbd9d310546a2208fc0aa36b3d6f30e9c0e02c8d5ccf73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 25338424e0c558a29606426b383d804b0534407aa5b67807eff00c1b1081f22a
MD5 cdc1e4073084470b41e0a993f0800963
BLAKE2b-256 e8a8f91edc0f9505ea2f0b8a8164487d30009d3dc84ee1b64bdf5fbb7e48d4dd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for lyricore-0.1.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 810c5d208bf48d0b68a95cd9a584c91ec27abd63c6b47228b08d6362f08bc2b3
MD5 892d8260974d756b13241b8c7ca5e17b
BLAKE2b-256 32a9864cc82803f2947c56248f2306cf318bae603dfcd669d7279cd1e17011ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1be843367365d7eb527299dd259d9bec4019da3f55703a80f0e98e5f03182313
MD5 8bfcf6d6a64f8b68863a3e92b8fc3c73
BLAKE2b-256 4693f6043dc7a7a37f365bccadfb5099920a479975a98d341101e99b15d4fabd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 5b117c67b20e11a57e40e80450dbcb6a487169176debac19c0940fc4142ea149
MD5 8d57904b91b256cc12e551a09b4a96e1
BLAKE2b-256 883f01567681f1f38c9a302186bca576981c3e5052a3bec8fb4bf1fac95ac7e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8783116bcb8b3c1c32c2aad8b4910d8d9ff57b6f407a0f9c19f0060f6d0bf41b
MD5 d51232c8f4bdf765c418fcb3fe69f933
BLAKE2b-256 15dc71cf53d4b56b853578c66a64dc2186c51a17d1c731eb3053c09b491f1d13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6b8cff78859121723d9f167aa49cf77d3c0185f55ca0713c141aa443e933d278
MD5 b20b2cc2e950f7111df5ffe756ecca7f
BLAKE2b-256 88504344e669b3cd61160b33a3787bd32589ecdb9b1549acf8ef0b2c78b1f9f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5775ea1827d515614f91f10b5909399ed60f0af5a25999491af5dd385c0eb53d
MD5 f7d8b5e69596cfc6fade1ddbc92cb974
BLAKE2b-256 6e763e9e830bc47deee660aa2f5020a4d8788c99b631f0eecdc0d6b3677b827e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 61847869651441885d7037cce15b448c351abeaedb4097e869ac82cf5d121b1e
MD5 e5ae58be892b6a72adf826174edf0cf7
BLAKE2b-256 6496f9a9fddfed890a60f01ef18510cf1fcf09fa0320caf2709e68971891f1be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e968252c4306e58f6c147b9fb3ae876c216755b52c2ea477b01763cea18281e5
MD5 4b6dec8837b058013d75ace8c34c5079
BLAKE2b-256 b5b2f9b299e9ae457592b35783c56497f02b0782c6e6da0ecebfe789cbf2d774

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1b15e89c31a5af3681fa4150750f1b77cc5868bfe7cada98c83fb2c777ac0a3b
MD5 1c2f8460ac6746a83652ba31468a6f27
BLAKE2b-256 57dd957c458341a2c7a6e82189d8666b2d0126acf4ee04996ad188d974757486

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 727653e912e82b97a6b1612a2bf57f57b210a6c0653b1f219b55cc784666dfbe
MD5 5d1e96e794303c4dd47628f8eb66b3e8
BLAKE2b-256 d7c0ee070cfae587a26d4014f5c2b227e36c713699d88c45d80c0dd04b5384d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4b2fe69ba45bd3397812648942a91dbccf4868f5c53018701453a989f16a436e
MD5 f9220783c15e284f68ea1953f55b7f9a
BLAKE2b-256 326ca0584e62125234fed1cab93afc794a469152e20e117c79a5f6ef5dc0f3cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4c06df9e77d12f7a2321177d84811b481be473b85377a29d7a26a6acdf0a1428
MD5 150643ce577db4814053cd925aee8406
BLAKE2b-256 4f33a37aa389d60eedda51418661b9a97e4c34fa737025facb14b147a3be2384

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6bd3be7c346fdc74256322050b8c473795898993d54a55fbdb1329592f1a9fbd
MD5 6e02e1347fbeb264e7d399999e6dac2d
BLAKE2b-256 4bc01a0996e953d5081546134171e9244c9c051ff67ef4d4dbfff03bdb927431

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for lyricore-0.1.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ec3c34d964336251464c36970865fbb581d27d7fdcb21a27af67a1a2de87f2a7
MD5 1112b9e7bcb8c3fc965f09fb111490f7
BLAKE2b-256 960385288f7a89e301f88bcb5142906bf6f81dc205f43ce7c5cac49a6d54c84b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8e4262f5606383d8a9f61d8912e4982a7d9baa00a5dd6121b610f1f3ec22a08b
MD5 fd98d1574188c636a391ecbaf8ba91e5
BLAKE2b-256 a2a6f16174bd807aed240425772cae57b4f218ec54e990ea501c99b6f0c646cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 033f22c555187fedecdfa792493502d05b61da70053e2a6fac7553ecd170f7bb
MD5 1efa65e78f802e2739cbb058b16e8c7c
BLAKE2b-256 96a648fbf5e118fb115b6bc887b5d9ab48639c8309d46e2fbc01472c612419c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a2b71aa90564cae98d3cbd7b9f36175076dc57d52837b5e2f0d309fcf045f36c
MD5 404be35d5459e31f1bb2793b2300b377
BLAKE2b-256 127d16f19b2e9337b0d849138e85febf016adccb50f94a346aa3a59e51b80e03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e3e4693bf6268a7e6f79fb974dbe4a8e097a2ac7bae65cb2e6b8039ce23cb7f8
MD5 a77b3be0342d840b1df5d045aa333d04
BLAKE2b-256 ec2b73ec7182036cbdb860b1ab4bcb796bc6c3cf67886557b96593530b032a50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 00d6e91897a8b28e9bc97d97e443dd1a559b18d4ee5a4c38bca266400f3d5480
MD5 3e6a8681f71a92020c39e10dd1bdace4
BLAKE2b-256 96c1691faad2129c7b2665b5f8f3480e515dc275cd1ac74f33f055515adba496

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3bda180977d207dd4e2b3b082079fafc15214b595d2f32bf48e336ae88be62d3
MD5 6f678cff7e02b3cb072d5cbab521ee20
BLAKE2b-256 5b089111e34adf3f6b0e9ff9e80542f68c561ebe4e9bc101ab8d2931677c4166

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 615ac1731177c4895368e99b4d8cbf1eae521e20cc42691d9c673f3b03dae10a
MD5 8d68a56fe20d5837be631ac5c604ff5d
BLAKE2b-256 dbf8c8c34f16d783c77629c135134dc800e4721f0697018d6ec2e0c9e48fd05d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2954cbb446a655035ef8cff2aa07ed3f065f5a861fb2d79513c4bfc7e164f97f
MD5 8cb1e4d1815e1a32e53266eb62169c9a
BLAKE2b-256 ce339dc8ce71fc199392fb7c326fe935aff936fe977af852cd650bdac9f21127

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f8d71f2ef06dac3dc4d7831cc02e25db0e4426ab9285a84d95dc88ca1f4e4ba5
MD5 a732214d3097c98f7647bee74824dbd5
BLAKE2b-256 442c2be66fff0ccd8063a03e78ecfde7110a42e18c9826acbf19bd2edc30f71e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d8be1e064258c5157ff58b5f31cc030645f66090e93fa0c10d0df4111a261fe5
MD5 23ce15bc904cd483220b99778a20fb5e
BLAKE2b-256 e698d5bd64f3af878741a18763e3343b3e967f30009939a6cfd2ac11a044aba7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 87af0ae59bcf6379e1c4ab553301352c8014fe7b4dbecf48f500724b0023af8d
MD5 1ed9e2d1c384169a731e474ee4c0657b
BLAKE2b-256 c29bab4c33596216ef1abcb2f830c372d10e0549d75a64a60c0bd8cfcd1456f0

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