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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

lyricore-0.1.1-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl (4.1 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

lyricore-0.1.1-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl (4.1 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

lyricore-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

lyricore-0.1.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (4.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

lyricore-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

lyricore-0.1.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl (3.5 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

lyricore-0.1.1-pp311-pypy311_pp73-macosx_10_12_x86_64.whl (3.6 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

lyricore-0.1.1-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl (4.1 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

lyricore-0.1.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl (4.1 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

lyricore-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

lyricore-0.1.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (4.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

lyricore-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

lyricore-0.1.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl (3.5 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

lyricore-0.1.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (3.6 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

lyricore-0.1.1-cp314-cp314-musllinux_1_1_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ x86-64

lyricore-0.1.1-cp314-cp314-musllinux_1_1_armv7l.whl (4.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ ARMv7l

lyricore-0.1.1-cp314-cp314-musllinux_1_1_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ ARM64

lyricore-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

lyricore-0.1.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

lyricore-0.1.1-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.1-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (4.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

lyricore-0.1.1-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.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

lyricore-0.1.1-cp314-cp314-macosx_11_0_arm64.whl (3.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

lyricore-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

lyricore-0.1.1-cp313-cp313-musllinux_1_1_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

lyricore-0.1.1-cp313-cp313-musllinux_1_1_armv7l.whl (4.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

lyricore-0.1.1-cp313-cp313-musllinux_1_1_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

lyricore-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

lyricore-0.1.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

lyricore-0.1.1-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.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (4.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

lyricore-0.1.1-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.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

lyricore-0.1.1-cp313-cp313-macosx_11_0_arm64.whl (3.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

lyricore-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

lyricore-0.1.1-cp312-cp312-musllinux_1_1_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

lyricore-0.1.1-cp312-cp312-musllinux_1_1_armv7l.whl (4.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

lyricore-0.1.1-cp312-cp312-musllinux_1_1_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

lyricore-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

lyricore-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

lyricore-0.1.1-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.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (4.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

lyricore-0.1.1-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.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

lyricore-0.1.1-cp312-cp312-macosx_11_0_arm64.whl (3.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

lyricore-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

lyricore-0.1.1-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.1-cp311-cp311-musllinux_1_1_armv7l.whl (4.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

lyricore-0.1.1-cp311-cp311-musllinux_1_1_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

lyricore-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

lyricore-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

lyricore-0.1.1-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.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (4.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

lyricore-0.1.1-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.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

lyricore-0.1.1-cp311-cp311-macosx_11_0_arm64.whl (3.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

lyricore-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

lyricore-0.1.1-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.1-cp310-cp310-musllinux_1_1_armv7l.whl (4.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

lyricore-0.1.1-cp310-cp310-musllinux_1_1_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

lyricore-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

lyricore-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

lyricore-0.1.1-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.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (4.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

lyricore-0.1.1-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.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

lyricore-0.1.1-cp310-cp310-macosx_11_0_arm64.whl (3.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

lyricore-0.1.1-cp310-cp310-macosx_10_12_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

lyricore-0.1.1-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.1-cp39-cp39-musllinux_1_1_armv7l.whl (4.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

lyricore-0.1.1-cp39-cp39-musllinux_1_1_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

lyricore-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

lyricore-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

lyricore-0.1.1-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.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (4.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

lyricore-0.1.1-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.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

lyricore-0.1.1-cp39-cp39-macosx_11_0_arm64.whl (3.5 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

lyricore-0.1.1-cp39-cp39-macosx_10_12_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for lyricore-0.1.1.tar.gz
Algorithm Hash digest
SHA256 544760e9b1edce360b456565e7b897be46a97ddbe3a0f6055357be08945b95b3
MD5 b890bde1c9805c68c5c177f36e26f781
BLAKE2b-256 9f07f77f6f5a9e404312bd1d196f9fd9ede9c745a9236a0f340f3067fb53e485

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 6cf9ab1a2b9c0d2b963eb62c05d092117c0ad1b79ebfb2bc036b3b939be7c7a3
MD5 08527dd84f23aec76972a4b1865ebbe9
BLAKE2b-256 8284abde58b4ec03f1b3e60154b77a2e2f9d91e72111adbbb2358c87843e3daa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 716fd969464645ed242c7c837a401d9d6ea1f2aec04cbadfe5d60c2db9ac9e8a
MD5 7e632eb019b21d869c6642b4b1d894f9
BLAKE2b-256 52893585450fdf3dde13acbbb42aaf230ad09dcc3e75e0c642627ad7b66a5efd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 ca9fcc7f6f5c3937898adc6fb2bd46ffd0c5ce0d76447e3b52dd59438ddca24f
MD5 f968ff0f011657c4f8fbf3337678888b
BLAKE2b-256 1b616171f1e26631bb2d5c732a826877b9c1313845864448a3ba2afb47f1f571

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7f031c413596b49d21ab6445fc75670879803e704d7e955774783f07f1371e20
MD5 f4e8839a60f62116806fe2d7d669e5d2
BLAKE2b-256 476d4a66eaa0643159d579547e99c7ef9891a2e4f37ed11b89dea5fdd07cfeca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 04ef4a905dacc7cdfba3874d8f1ae38fa73958acfd55460988ddc3cc58252c79
MD5 ee3f8693bf78dece0bc4776fe7d3c54e
BLAKE2b-256 ea6a96361828b59e08927c09061dabe7b4e6597c43d70eebe8ec05712abf55b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8d7203b74cfe73a06caec60293ea4e3d493c6bd7c9d3b339d4abdd48be85f15c
MD5 a8e8f40e13c52cb87c5b18a528a3ef21
BLAKE2b-256 41ed5cba0c29c13b44843d0b1b122c68d5d9463cb8a42e781378f6e2fc2a57e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b376604f765452e52d9ac8e7e83669f10da7e5968ebb98ac9112e67260738e64
MD5 96df4d570c1e1bd36f9d8fe7a74fc15f
BLAKE2b-256 dbe9cda258b7d2a81cd5591ffaf9b5ca8d29d16d67d99339698dd9d8223fd5b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 191e35d2e58b286ccf1377dc186a1a38c36bfe8ba68970431af3d1548a200959
MD5 c0e3d48823ece0197e09f547f03df405
BLAKE2b-256 6c77e14288c12a41c4b7fc2785de3afe2b6bdc2b0e97601efc30286a037f746a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1227ebba565ae0a38662fa54a9c5bccc0fb2936ae5e3a0d35963b302188250c8
MD5 043c74ac056c8bda4d1ebaa39ae37a65
BLAKE2b-256 4b7ea8b282e823bf7eaf0d198eca7bd844777c4c480d152db77b25a7cae10816

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8067c2c4338f1c0987cf5bfcae38f9f6f30bc1d13c120ada7c8a84b49e11d54a
MD5 50dae7fb6f3e54fa2673770a161d299c
BLAKE2b-256 45d71fe42899761985372e32537efb4cd7d5b15730d8e2d795811540a182f6ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e5fc52b2e00ff59e6a1b0f9696bbdeace09e82c6153d0bb196749313dafe262b
MD5 ba3b02c4b413b1d7524964e2d01ea35f
BLAKE2b-256 b27695f935e945db86900fa16b4666e8d7c136e72262b4c25aa47a06e257e1d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 fb716ed23db4e907ae7d8bfad3ca92feb863f8a478425243ba528c593a8c51f7
MD5 f0a8f0f0d3b93cfeab020ce84cdf16a9
BLAKE2b-256 ad11b13e2e25925b782d2f819d38f5981a6a4fd04844e4855f3d52e44f928034

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 92e6299abf720f6c499ff448a374a9401fd35692186501d1822d267e4bae384e
MD5 e17bda88eb7c07ae4a3de9efcff01f4c
BLAKE2b-256 e48fffabb65dd20449fd9b6e79d44a2bda4c36ce55040a526a8190b1b5543988

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 66720c402ece608a237b1160c948f29c304af4284ae2c676fc058f7f13eef734
MD5 b8bd69abc4a0f82f9c5d934906ecac5f
BLAKE2b-256 45036edc8d3b8a11210239af9ca20bfaae2ff288e1f89cc0d04ea1d228d4e939

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 05a02b2da952b3cc2a87694a6b07e98bc7e563a3a92d3465f518b98148525758
MD5 0f041f79d2cdf432118627bc5e856f56
BLAKE2b-256 260ded11a716249c5508e2005128f177b14e7d820c45c08c61ed26ed408d32ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 488b60fae8c3a2873e50de2e2e9b05e05e188f6ecd9f22480a99b24ca3ba77c5
MD5 27a55148bfc445b54359fdf82b66e7d7
BLAKE2b-256 1eca56cf14694953db95769164c6a60aaa84c9c5d4e5e39a645d5cae2fef0b15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fcb376ac13a8bd5e2e442d975b147099d00c09578c3ad0c9d437ce5ae681546b
MD5 e62b1024784d62afdf25a2055b8afb48
BLAKE2b-256 d5385fd3a200032f532ca69c3589a8815f3ba50eb00cc7f09dffed4971b64b82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 68b9112c1349091bd8e2770c083ac991d707e36a1a94648b1be9cb4b76311eb5
MD5 fed1bf6a1edd77b1177e4da009aad612
BLAKE2b-256 008c151436808f785e693e3b3c2b4dd45565195370bb77680a326bdf24a1b191

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 86ec3203b54e3538edf1a34ee43fc0436b6a315982dbef3eac0f94e7a8c5749d
MD5 3f03042c8e3ff1258331112a25403ab4
BLAKE2b-256 2da291153ea9da2ce85dfa9c4a51adc21092c1053724a88bc3b86b5d12ca79f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 fccc7d629e5e3aad6120dcde60b7b3f43e4a556db3f4c4411c74646d63d57907
MD5 53eb6fa6dd912299cff2d791d9f8d691
BLAKE2b-256 4bdb423f248f79774a5e78682ecbab604fe99c3df7a78c8652711c6329ce1a80

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lyricore-0.1.1-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.13

File hashes

Hashes for lyricore-0.1.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 fd1ebf94c32301316113d95cc68cc32696731307b8803baad60d5d70a2df068e
MD5 fcb9d7955c33760a4bf11c35048999b0
BLAKE2b-256 c5ae57a40e3c9cc18c596a09afcf6d95a6bbaff44ee8524ba5215f798c3dc3da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp314-cp314-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8a3461b7795107e91789d55bc0c693022a9d44068dd67f9d2e58c8cc1724a887
MD5 412efee0e6ca85c67734c92a164c1609
BLAKE2b-256 aa1c322ad49ac014a99adf89601a35c75aeabb084248db7acb4a057c8d224fb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp314-cp314-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 b9448649bce6b0505b3bfe10f2f096d1e88ca0d188826aa63b7834f4ba1607ec
MD5 e6d32a99c37670ce35266d3603acc957
BLAKE2b-256 ba782a273b80b5f9825beb7e776dfb76e1eda36b051f1388f012357518e7b913

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp314-cp314-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b8ff9222a4ba0cc1b967ac3b7dfe80a30708bae016bed8eb2e81211f0e6bb377
MD5 a963ceb9cde50760a891a04bf755d872
BLAKE2b-256 ce1e6c429678d9f3cfeaa847a4a5b12bd944de7946ba7fdcbe8a05bc62bcb5db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4a35f4ce91a85cc71af65a6bc698617150376b4ab0cb66641eaf4e3a7f138a65
MD5 d4e80380952fbd517ad56c68b864b4cd
BLAKE2b-256 074180d0652175d027c07b1bde92e22bd235ebfd8eb7f9e51dfbb7fdedb2f887

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8c2cba43a1409a60dab4a04b5d90ee5fb6cedf9dd35e5472b09ef4c5a3d46755
MD5 c50dc410e7b223d3d83ad512c6ef916f
BLAKE2b-256 196e10f777b0367a3211b58694a24149c619cfe81a533d62ad7c9c9a00ca294c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ab7bbcec276da933019f9b6e50f838a165d1fc27a33cebbc1246c4a42b05a14e
MD5 ecb25e10058a0fad321ebcd8c6af5a71
BLAKE2b-256 0ae4ece75a10aeed7d499c02168e465fd4dd1ffc0b6d23db7f60b0f3ddb0dc97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 116798895bfb87841b39064dcd907ecd134a136c1804d13902b97f4d2a27c682
MD5 5edfa2b70b78789df3397e7d33e468f7
BLAKE2b-256 92d31b8afadaa23fd77f4e4d289ded6eaf7b0c7643cf9b665df0d06482da8b5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a66f7aacd2c491b8553995d033ec691ce592dfd3b0e3200fc772f53c42f5b711
MD5 dbf9beb0c52ee1ac67f6ef493b3efb49
BLAKE2b-256 a03cf895d1e43c2077a62ebeab81eb53df5c20fe53e75be60ca6f71682625798

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 db446a0a0942e7ccfa1c00d44d5b1bfff1b50f3916f4d986f001acd716ebf99a
MD5 a2f6e95d64102970ba453a11582cae5f
BLAKE2b-256 358bfdfb7480fbf7c7b3fcf4f10dd846dbc94b88f819e3acee9b8f90f5680b69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2e428aa44459ca59d18582f604bdb309d21d8a54dcfa445cec34a6672b875f95
MD5 1612627357cb149afdc8b029b7c822d0
BLAKE2b-256 df8f2ef84934fce6d8e512d555d8cd349bdad1b4fa4f5ebb04222d89b1cb5c91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d1f4a972aa80b59c471ebb68ce351de8719c4096d3a5e3b33f46e5804df57959
MD5 c6dc5f6a59277616e1dfefa5166f5d32
BLAKE2b-256 fe62609ce6092f84e4335efecce505217419a338dbbdd07f39f49b97dea4e195

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 92d42e9702fd571bb4bb9b331cccac638fde65236350c705a75e3979c1c8432f
MD5 cd2f4373350f074cb2a06465e274be3b
BLAKE2b-256 69d1955dbfd1a3db761ca575cce4566011ce338abb3bba6b1aeb524995ece746

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0c5cb281f263e98454ff86b724e7f079ad2de8421227e691522be4c6f0211dac
MD5 652181f04d03f2ee1af7a78915aa1490
BLAKE2b-256 a64ae00f1313108080b7d9ee189aedebcedddc3b2fa4c61e5dff2189e8620635

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lyricore-0.1.1-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.13

File hashes

Hashes for lyricore-0.1.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 d2a2a218fd36e2fe522b238e5cef9abb334b1804c9947f4730d3cc7e8e057b36
MD5 30f646a4a403bd49ed1d697057f63539
BLAKE2b-256 faf1f44e86bcf074eccb57a9133f3da610b63ea775652dd6345d8b27047d955f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 91707348fca60777a4d0bfe85005f9a56d1320251d504230c7a2258fe4c578e7
MD5 1d68cdfe5e11d3483a1a7e7f97b3fc41
BLAKE2b-256 b0c65bfe58f01168a385a1a42c5a1f9ae605750a121955e669f30f52b66e8858

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 acc907ef2db3b8f0999b6db359a3d413cc0957d63910328166282760697c8c98
MD5 2564ac713922d2de228953857d1a431a
BLAKE2b-256 42d0c2c9667e4748f4381d702bc58953e55dbd83eac184ea0601c3a5cd558145

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7e425950ed356747dbf46211774cd46e3742496e7c9ced9e406dfcafe23b8b98
MD5 0dbd176f7580a63f6dcf5cbd753164cd
BLAKE2b-256 988d673a4ab38359be4bccc68d3ff475e08d53afcf9d3c22fb4572827bd3ea5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bbec0b10fa35e3c6c4ca7edad8866133939da2ff3c9142ce762c79cc379a011f
MD5 0fb543df865096456b1f318d3c35d3f9
BLAKE2b-256 afca01b1db0402519dd63b187ddcc5e12d76604c3fcd6d8129bc83a84ac9fde1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c7bb24d53dafdb0d0fa9c35d0f17dff8e0ddc39cba74e438d757583a3aad6dd6
MD5 1663a4be3b6c7b7cd6b2728f22960dfe
BLAKE2b-256 7252557a138b4c75ccf95b336fabaedad53757e8f89b9394c1f041854ebb66ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8b8fd0f67a27a4e75551b760dff24da31f09bbef404898260080febab0ed1a86
MD5 a6b07920b170ce5d8e76d55487bbac01
BLAKE2b-256 14bbdd62e478aaa1479ace1fa6464431649d746557879074ac629f92a80fc682

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aaa219b3b6cfe8152a1065427eae6b115e2f91ab5823dc4233a6c88276a5b063
MD5 b86a28e8993247add97100340309728f
BLAKE2b-256 bcd707f5861bd2cc4d279647a97ededc1bd292a4730b0509dc2f154e5e78af1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0493fe7231f3e44806696cd0f410843c17e8231058d0d506e2defd78c8706df8
MD5 52cc96876a1819da0a460eaa3ce0a47f
BLAKE2b-256 c14b2386284add36d072749e3cb425665424b43063bbe4bacce776963ce3cae6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 155e64cf1332bb7141829f89125aa380eae6a0c0bd6384c060774c377e0b7d36
MD5 34a511c18ea32138bf558019ce3615fb
BLAKE2b-256 ef2ec5c852757cba65e7177c5bf0f9cbffec2ae6b2c6208e48fc9c30b7790411

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 650cd9886d55a4048088554890caae89a123f14a6dd4e152eb860a0bd81b9740
MD5 5ef4a2bbd3d44124ff4eb80060fc730c
BLAKE2b-256 a86148fa24fbbee845be59deb7f97aef2656f904638e0fb46a520f7b2c29cbeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a33cb10f073f56170435a7319604df68d57cf9dee3b821df33c5d3e99af76305
MD5 ff44db71366a6b86e1fe31cc1958a324
BLAKE2b-256 b51497aeb73c288130bc27ae8f0d67c4a771bb0d0a7e9810307349534dda08bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 f85c05942e1e8d947a050d6283a8af3abab9c547883494b65da9852db09173f1
MD5 c3386e4ef3f4870e4a20fb30692019b3
BLAKE2b-256 f81f26fc36b49e5b9033e45e3bbda214cbb0b8a351ecdbfaab8cd09d17705d1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d6fe671fbc4f841b8148c13520fdcaa65520bd26780c2e2436bede7616058dd4
MD5 e730145a81c60f34f794db509a473fa0
BLAKE2b-256 3710a66c16db7c50bcb11a8cc8227524f8cb2eb38d323126a2bc884fbd297204

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lyricore-0.1.1-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.13

File hashes

Hashes for lyricore-0.1.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 b3b09068607de97fa3f02c95868fdd9dee5762bc412b42c55cefb8872afe444a
MD5 23d67ca7ad30704c953538cd30b7cb49
BLAKE2b-256 1ce4b3fd541b323cda6c762738866a58cb7446115ab59df5cefda7fd198704c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 395c3630c70c887e7fc9fee3389f22d9174ca6ef302ff8b9c029bd12854dc3d2
MD5 3bca55f6be6d29f282360b9bb6a4ae35
BLAKE2b-256 baf7047257da0905b3a425ba96027f726e68244005af3a831a1020064b5a3a62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 8668c1db71232880080292e00fda571baccda339b1b93b3121b7996df6bd8eb2
MD5 9314cfccf556bebf34ad5be01048fd5b
BLAKE2b-256 482bae50247edafd4949b5cf8f8ae5287198aa537440e79209760e4cc8672da0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6174919cc83629cd593ddade359b58b7079e24b15a79e3260af7a67ea6b89618
MD5 0e530de2724252baa7a38de2c722b07d
BLAKE2b-256 5f9e9dfa0c7412198b947bfef091df839df54d0a00f31b17ac7f72e76bf00c67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 074d05ed75a5373d4e931bd91bd0087812471ee61488a30f2abbce98968d03b5
MD5 1455df81cb3992e00a104d9ffbf7edd9
BLAKE2b-256 9fa0cf4345aeaeabe1c18e9209be7365f73a9313829c98cb7dc4a8496e31244a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 896bdc9215ad3eb333459ada367c3beb4c07c7106133576ae4ee98fb8693c437
MD5 2100e07ce631049295ee38d081ff2e81
BLAKE2b-256 58d008782c67caa97b6af592b9ecf92759d0f8c9d836a2dc452753629e4fd9f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 25124647cc539060763ac94321c8115449c20b8cd0abd7b59777fcf12cb4828d
MD5 8f4dcc98587262ea4c1424e26c6d0001
BLAKE2b-256 482ed6db44a72cc33de98062d419b68a2203affa6ba34e29da123b334caf532e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 893d0fa44ad2ec2e2cec5c70ad0d6e7487e491cdd54a53a69ac5859d721f12e9
MD5 c6ab433a3295e4e41757932b7d672a8d
BLAKE2b-256 0b7be718ac53a1a1db58fd3106bcc014c3b87fbed6268f972b0c55a86a86bece

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 36014f585b6358b2dbceb6d7cf418f2a76373b68bfdf37dac48d2498b5f2e680
MD5 bbef338e8e7a52907262b7b07ca3674f
BLAKE2b-256 5dd85b7867a27ba95b7e27e739309f8fbe4e0370725f7523a824862cd8aab822

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0812a7d41a81c7c0e2e561da7bc4cf8a2519815d196639d802f6b70bedd61ee8
MD5 316d3c2e03022355ca39521ddc7a51d2
BLAKE2b-256 4281c8497de56d3abf36e4904dac535f7c7f201c71c9ee9d72988163b18f2140

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5d0c8dde2f6e0f8160c175ad3f6dabfbc65e3eda7545e4d66c54837b01e6a16e
MD5 6b56072d3af4193b3601bfd42a56f825
BLAKE2b-256 288546680ead8aac8d4888888ba2ef8427c6c602dac6c5ffa79fee72984c20b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e5c16361346b2e2b0333ae742350e6eb45d134b2f27a59feeb41f528923a63df
MD5 c6dc07c92ca5a16c995b950320c61168
BLAKE2b-256 e37a357b6393c05daeac22e530061e0b7cd1caeee0bbc7f530bceb2147a12697

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 9311c2e0be38d6ef1307adfefb8258d951cd1ad14b7e460f726939a4e258c914
MD5 79cab8d4970d82d698f02cf19bd6983e
BLAKE2b-256 1b170c839464b99f47bedc70948c058e499a6f0c47f70d95f39ac3bafb766e08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1ab0b036af32037a1db7146eb2c3fba3d2424b799495abd167a0c799e1e3037b
MD5 6ad4620797549507f72ea7504005046a
BLAKE2b-256 fcc0509b3ccd2e7510d3d8f1874fed1c3645c498c55be10d2b7ab96facd4caa6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lyricore-0.1.1-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.13

File hashes

Hashes for lyricore-0.1.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 bd05d4c84e40a698629f3af741b79737fe46d567dccbb786e816a92a93952fad
MD5 9b6819e3ced85b478c2d9e73b3c5a4f0
BLAKE2b-256 11d57270ed384f2e3c7e353d39b63ef115a4fb89201682b9c4e4f0024d154757

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b6278b1f41b7cab38380f3d3853ed8030dee5dd58cf1e58c0e58cab1a925c627
MD5 65b16996b7f0f8a66ec3933cdadc3dd2
BLAKE2b-256 f945b35181902a08779661a5d4e2562fbee870d81920b12a4354f74600645ef9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 61c5469bf4fcead9695768402084149d9496dacfbb027f86f72fef023f99ee1c
MD5 cdffc583210ace84a3137842360554f8
BLAKE2b-256 a8f0ecf10f0f4abff9c3ddb2185f4f7b7ef96505c793cd8e0479d2142f21735a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c62cb557335657676bafa2b5770acd83712e51bb9ee935f28f8c8faff8076f9f
MD5 b217be0c073d466ea99d14c3f631f245
BLAKE2b-256 1d24a0044046afceda64a6987ce385c786b0524882758b23b6c75cfb4d84712a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 14481e33fa33bf21872091292544c49cb5b17c5d91d8f2845ff55613ad9c1fae
MD5 effbdb9ef93832a16eedf10f865b833f
BLAKE2b-256 31903d6781b99747348c00ae2e9950cd9ef08971614e6365187c9b64af1cefcd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0884acfbaa6083102395596f6207cf3cb23879d3600f05de5dde1673ce42b9f7
MD5 e51add2d26ee33c2121d9d147b1b706f
BLAKE2b-256 823a5f8c1c803c263d9ee9aa7885e2b25e524d89745e23afae45dcc8960c8b76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d166fe37f27ef9d4362a60c847b065437997a91bdd567213a1da80f201695e0e
MD5 63be910eba0104e6fb2008ebedf9a3a7
BLAKE2b-256 b9ff83f7b9e5d411d69ff144ea3c08c29c624d3e444858acf9ece3d60389a188

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 765b3625e407d2f14ed47b1f72248ea26ab633fcfc0d9ef865a0c146e988f18f
MD5 5e4644a21625108ce38d5d6913a75ed5
BLAKE2b-256 6e07c3b46c51d8efeb9b80cf28f80014042c15292900db503f67ed2ef2763cf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7784e3f8ff26c5173a9f96398e65f0cc8f136d3c6219ebbb65ad964513882673
MD5 fe02f7f512c8fbd1867cccb0dc5d1045
BLAKE2b-256 1eac288aa8aeeb2f857c536a9a29fcb7027e68a2801d2a1c373282013f774175

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1508d590b97aefe41b06f4f5d554775c7e2577fe5a35816c71f173a5ad6e9d77
MD5 b984151c0a62f52b586762b06c2f603f
BLAKE2b-256 e656cdb55c0f4354b70e32244d1e5ecf7f2e02904b5cb13b10511bc6bad1d4f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 362ed4b290be3a16fd4d3832cc8a3f6b54d3f7eb9d585cc706e15d8482dbc9d8
MD5 b6ae8653fb3c4e8eef2aa854aafe5b50
BLAKE2b-256 e1a02fc42d0e5d5ca59d21ee2f271882cca5f1972b8c0f48087eaf391ec014a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0993be810b0da5d9d06aa0e9ffd7917bf4cb4dcd10cca58bfe08b6ff3db2b91e
MD5 b1366868f342f60b8ea29530bb5c25ca
BLAKE2b-256 9a5519f6c9c3fcbb1379bd2d3714769a53069aee06e4681973c2386a436c29a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 cc55bf777e2d61fd0819c0a3dfa3412963a87a813ef09e8e42cde39ad7f7cf3f
MD5 7d0592008b3455d656ebc37fee8e2070
BLAKE2b-256 e171c7fa86609184bcd4f4572f7af13458955e08aaf7e2fe419cbecde419eb5f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lyricore-0.1.1-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.13

File hashes

Hashes for lyricore-0.1.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 638662f34529f9bb442b18a18bb171d882e1f3abb855578b1263832b6acd2c0b
MD5 1909e61b3806a63d674181d42e3a7ef8
BLAKE2b-256 9e98a0e71dc0f5332327f8cf8be5a3377d1d63d9ae3d9d22b5eba63305843865

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7f66cffd285b9fc207f4a1655fd21921faac3ac76adacded3bf486cc1454a9f1
MD5 a36805a712658c98eb30879e34b86300
BLAKE2b-256 c81bf745d4c2916a6e1c0adf8ead10f5b97fe4df2ad8fe9a4bf99e4f8c319737

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 4c90410afe723b353ffe3826978b7564b0deb61a16cda85183677630bb56187e
MD5 eee33e11ac01055ecef75b6b2a2c112e
BLAKE2b-256 4e43715d52387cda63d5f7b81755cb47d556cbe213b1271e99bfaa5cb2c842e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c19b8e834e6b375d68090b435d692ae51ad8e6096e1dbefd57a76868870635ea
MD5 09aca2b4c3f358c62bc443cd98b14587
BLAKE2b-256 f8b6a0792b219c849e97a5dc7ec5c675a5fe8a0a04f29f48085dd00cec99f995

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 732831ec63f7183e5cece8e72cfed1dc4933f30ffa30fcd13cd6773683e37a17
MD5 17e5e92cd7ea6afe325a25db0384c18d
BLAKE2b-256 1a7e300364c8c38831b85f288a2257f60be450ca844bb1a0e02b5c0fd4180838

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8306433b02de0bf0254fa7aef9a7149d3a6f1e35d7ce483468cfb443fd8227a8
MD5 57f2640f36b412ca9345d0621c286cff
BLAKE2b-256 507e25fbc64d3bb7c8ae02ec9a213498df5714ed477b34ef5eeebc4381c55d9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ccea7b9e405f86d12a74a7166d364544a4500155a32b66bfbb8230b6df79f487
MD5 cc4693308758a4d0f006112888a65d47
BLAKE2b-256 955fa6c14b2d663d27a39b5dd1e80ceffd8075ba7f92d5f9f704f2896b8f797a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0eacab3f9839add55eb39ec8ce34b5888f58bd544d0526ccfebac05549ecac6b
MD5 4f18d1258a575ed5715d3fb59326117f
BLAKE2b-256 f3c4cc37b264089ccd34a7bfaa60c386ba6f2796b53ffeefe9c0025be97c2e98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 844d772ce46ff36e4f4e75a76f1e0ac6ab686768ba7cafe5439b747d290a76f6
MD5 e58eec7cb37b05472035abe0d1a2b91c
BLAKE2b-256 014dc0f24d87159cb41c4535b1d0f78cf50e0fe3acdb5bd6acdb3ceb90c0ad17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8cf3401fba064c178fe4c15eccc12ffd6890047468ed83c82adb1903c0e10859
MD5 7fe65017693e5ea3863bc4f3185ab338
BLAKE2b-256 19e9ee001d8527a7046c590cd8d08e5d5041f6c5a62e4e0d374aa7a9913992c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 07ef4f7ddb58bcb89a820cb25bb23d26c5329ff96c94aa39e6a96c481e5dbdff
MD5 ba63e5e6232920c988d34bbff204c1b1
BLAKE2b-256 06fb2b62deacd3bf9d0c4c365db0e1233fd308ab527e99b67738a6ea45125d4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fb8d4609f0187adf9461b435503bf1c44356cb3401106448f8c422cb320fc57b
MD5 367a3743f1bd628e4bd39461169fa810
BLAKE2b-256 87532bc6f5245d73bf9bb4c8e8a1e703dd1fe1f715f47ae1eefbde97d79ea901

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lyricore-0.1.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.8.13

File hashes

Hashes for lyricore-0.1.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1b633262a8ef65fc570e982dfe7b162a177951e5fae3446449464149066e468b
MD5 6fb85fbc44d73ef19835a9d0cff15678
BLAKE2b-256 01387f5bf575e1b6f80a3cb047d67819392c906dc1f2464e92c39594e72552c1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lyricore-0.1.1-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.13

File hashes

Hashes for lyricore-0.1.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a9c46eb5b35d56eca2a5e7e7bfea1f8f9452ab06ce57332c447b707362802833
MD5 83166c5a63b7ad42c54ef8911a2568ff
BLAKE2b-256 90cec9329e85572af4c9863f216d23bc4f42681ce28937cb4362be2e0a38e581

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2bcdd912e156f75ecc4537781535cb3cec8d599da724c531ce18dc5747fd8056
MD5 a116c6b99cbc600aecd72f40d7183c55
BLAKE2b-256 21056e41225f8d0a6bba03bc818ac9677604466d9a38f126e043bef2011f7e22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 7c528f70c9e7a13d50dd0d96efd97c0cc76e8339dc31545473d901260ce64d9e
MD5 1daf8d53dc424f683f2528b83a1161a9
BLAKE2b-256 786e4f6653b096f582ead78f494eb19f3edf6abc94952228df7dd6c0006ca3fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 18044c62ce1ebd03c84483e45528ab42603574d6b94c37fa2591f1fb83943518
MD5 45cffe19d3c8619f84d30bf17d46570d
BLAKE2b-256 32b33ae3a47106b46a426a7909a26c0dc7fcef2d5e7b86373ee5197b7c1db444

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf6beec56e486be0f304b0ec402d398492204de31d68fdc1caa476afeb98b3af
MD5 6747c6cccd892d51499dc93190d3a05e
BLAKE2b-256 0f379d43f10423364f4ebc87e0233aba4e56b75075d301ed6a742a8377aba3bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b113f4b5c6012fb56c804ea01f91a2617d21775949ee029150f5d259daea977f
MD5 44cfce9820ee0d230e17c5b7af2e39b6
BLAKE2b-256 605c5a3452ba911d21a511d9c72482c54999cbf45632a926eb9445aadb092537

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b5f0e91674736d214e0aa24663d630626c428a5571bdd467c18574697261f1b8
MD5 6460439a06843ae4dbd33902b5285145
BLAKE2b-256 c84c40236eaf79e9ed8b3968de5995dbf70eb43270672f0a73e148b5dafbc782

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4994a2a5fbac6e555329867d23237f5b497cdb07895b7a07a71024ae56f5d486
MD5 170aa6373b9c01fe19542c06e4cc2c2a
BLAKE2b-256 0cbd0590c71d61aee24d470f682b35287db4c5da9ea65aebc70c458127f9c7f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 54dc883063bd0533a6455594b849bea282a48a2ee3faeda3db97f7fd981d695e
MD5 a2c9647ac16014142a5bf0b40b911875
BLAKE2b-256 0c10eb58066f661840bbb0885c4e59b37334b1c306393617bb95661cd49c0ec5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f6e4613487455ed6da32815eb4e281b5a34fdbf23a6190682c75af3d92513aff
MD5 55f115a72d75629dbefa31113bc21416
BLAKE2b-256 4eb989f8d24323284ede55c27e7eaf5457787c40ac68806060bcf0bdd69aa138

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3980e3512e6d8193284254e808262a9b9225f13bca33d4d1c62862761c9f7203
MD5 703b4f09af005f43a0a6b33e421e13eb
BLAKE2b-256 5ccffa7a95184a766346fe482e731a1dbace949d1f483e5a84a9635058445f7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lyricore-0.1.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 073e6f18787ac6e3d99c8d4be2bba2ff830bd9e7934351e429adac793784e859
MD5 30d674cc42a7e8be931810f5b4ac8d28
BLAKE2b-256 61a2fb039ee324d4da7f471e38f40c50ca28726d8db2595fbd1504e77aa7ed7f

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