Skip to main content

Quebec is a simple background task queue for processing asynchronous tasks.

Project description

Quebec

Quebec is a simple background task queue for processing asynchronous tasks. The name is derived from the NATO phonetic alphabet for "Q", representing "Queue".

This project is inspired by Solid Queue.

Warning: This project is in early development stage. Not recommended for production use.

Why Quebec?

  • Simplified Architecture: No dependencies on Redis or message queues
  • Database-Powered: Leverages RDBMS capabilities for complex task queries and management
  • Rust Implementation: High performance and safety with Python compatibility
  • Framework Agnostic: Works with asyncio, Trio, threading, SQLAlchemy, Django, FastAPI, etc.

Features

  • Scheduled tasks
  • Recurring tasks
  • Concurrency control
  • Web dashboard
  • Automatic retries
  • Signal handling
  • Lifecycle hooks

Database Support

  • SQLite
  • PostgreSQL
  • MySQL

Quick Start

curl -O https://raw.githubusercontent.com/ratazzi/quebec/refs/heads/master/quickstart.py
uv run quickstart.py

Lifecycle Hooks

Quebec provides several lifecycle hooks that you can use to execute code at different stages of the application lifecycle:

  • @qc.on_start: Called when Quebec starts
  • @qc.on_stop: Called when Quebec stops
  • @qc.on_worker_start: Called when a worker starts
  • @qc.on_worker_stop: Called when a worker stops
  • @qc.on_shutdown: Called during graceful shutdown

These hooks are useful for:

  • Initializing resources
  • Cleaning up resources
  • Logging application state
  • Monitoring worker lifecycle
  • Graceful shutdown handling

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

quebec-0.1.1.tar.gz (126.5 kB view details)

Uploaded Source

Built Distributions

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

quebec-0.1.1-cp313-cp313t-win_amd64.whl (9.1 MB view details)

Uploaded CPython 3.13tWindows x86-64

quebec-0.1.1-cp313-cp313t-win32.whl (7.9 MB view details)

Uploaded CPython 3.13tWindows x86

quebec-0.1.1-cp313-cp313t-musllinux_1_2_x86_64.whl (10.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

quebec-0.1.1-cp313-cp313t-musllinux_1_2_i686.whl (10.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

quebec-0.1.1-cp313-cp313t-musllinux_1_2_armv7l.whl (10.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

quebec-0.1.1-cp313-cp313t-musllinux_1_2_aarch64.whl (10.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

quebec-0.1.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

quebec-0.1.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (10.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

quebec-0.1.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (11.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

quebec-0.1.1-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl (10.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ i686

quebec-0.1.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (9.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

quebec-0.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (10.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

quebec-0.1.1-cp313-cp313t-macosx_11_0_arm64.whl (9.1 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

quebec-0.1.1-cp313-cp313t-macosx_10_12_x86_64.whl (9.7 MB view details)

Uploaded CPython 3.13tmacOS 10.12+ x86-64

quebec-0.1.1-cp39-abi3-win_amd64.whl (9.1 MB view details)

Uploaded CPython 3.9+Windows x86-64

quebec-0.1.1-cp39-abi3-win32.whl (7.9 MB view details)

Uploaded CPython 3.9+Windows x86

quebec-0.1.1-cp39-abi3-musllinux_1_2_x86_64.whl (10.6 MB view details)

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

quebec-0.1.1-cp39-abi3-musllinux_1_2_i686.whl (10.4 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ i686

quebec-0.1.1-cp39-abi3-musllinux_1_2_armv7l.whl (10.2 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARMv7l

quebec-0.1.1-cp39-abi3-musllinux_1_2_aarch64.whl (10.3 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

quebec-0.1.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.3 MB view details)

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

quebec-0.1.1-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (10.2 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ s390x

quebec-0.1.1-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (11.5 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ppc64le

quebec-0.1.1-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (10.8 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ i686

quebec-0.1.1-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (9.9 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARMv7l

quebec-0.1.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (10.0 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARM64

quebec-0.1.1-cp39-abi3-macosx_11_0_arm64.whl (9.1 MB view details)

Uploaded CPython 3.9+macOS 11.0+ ARM64

quebec-0.1.1-cp39-abi3-macosx_10_12_x86_64.whl (9.7 MB view details)

Uploaded CPython 3.9+macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: quebec-0.1.1.tar.gz
  • Upload date:
  • Size: 126.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for quebec-0.1.1.tar.gz
Algorithm Hash digest
SHA256 41fb68d655e8b6047a6331f7d1b39344fb291ed085ec2892b14df32b0bb67407
MD5 cef42012c5bb1682d59f1eacc3141d2c
BLAKE2b-256 16b3c8682c1eda856c74e2e24a620536304dc812a9974f573aed61cce7621c96

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: quebec-0.1.1-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 9.1 MB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for quebec-0.1.1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 8bb100629f63353c4565a3ef83de21a387d2f7f3786ebeb824f5281766ddbdf9
MD5 f8b43a78117483be992f8eb45bb64e28
BLAKE2b-256 c84b205ba4a1844b3871bb36034e840abea47fc4221f227611c3eca27065cd91

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp313-cp313t-win32.whl.

File metadata

  • Download URL: quebec-0.1.1-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for quebec-0.1.1-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 b7420f7188167fb1b4913c6ea661a77d936b6949a41b0de78f0b58041f70639c
MD5 14484ac105075af33f7132a4292eff96
BLAKE2b-256 93724163979548ac09742c7f84f36678c4a5ed0ba05c947f6a71b3f10815fda8

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for quebec-0.1.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1b5f8c7990c0d25cfcf7c8c6785b986606ca067cad44bdaa88019a2a9f9721e1
MD5 0c5a7a3781e137b468b7ce821a94fa0f
BLAKE2b-256 858b26d5d095c0a10948c534089da95015d647d773936631f7cdd90987f2671c

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for quebec-0.1.1-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1a6ac33ec38d6ad3d54573e7c02c90f50d211b3d842b7e4e613ba00f0a64d442
MD5 a31db67ec449215993d7b2ccda230871
BLAKE2b-256 178c31c40664f5e2b780da2096d27b432d1ffc978ce70fdbc02bb703ccd82ccf

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for quebec-0.1.1-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 449721a4e5fe800c43611d71aa9bcf62135bd04316f550c5748ea404b9f2cd8b
MD5 49c9c41c5e89b8c9ae896eff4d5ba812
BLAKE2b-256 c61c68ebeddc92c4edc3779761590a9229aecdf706bcaad3f199740cf5bc108b

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for quebec-0.1.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6e56f544415627e1347e7018fe9851ab52b459cdec9194c81c34af0674abf3ea
MD5 b2897d74da7d9bbc1903f0ebc5930c38
BLAKE2b-256 0ee3fdf3e9ed3a414da2ff5a89d54ff29cffea02c39de656263f094d34835dd2

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for quebec-0.1.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2e169e6c1ad92aef23eae212002121afa0edc1454d961f3e80e06011746a8147
MD5 413822f8e96d392d6728c1977dd12e31
BLAKE2b-256 b06391aa08b3cd91a8a250719f9ae9e08adcf35d749ade0a1363f60cc64b4263

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for quebec-0.1.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 377672ff33e7d787a8424d5cb1632dc3ba7099fddcec49b75a3c0de6ad20b0a5
MD5 35694fdebd075382bd40d3aaf7d1887b
BLAKE2b-256 1409220a8927b1405075b7d188913cdb9b029b69011a47ab0f909057f4b65937

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for quebec-0.1.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2e9710cd5477bd4f02de9ffcaae6c11c3d2e34c9b81c549393d69a1ef6b55f60
MD5 9f620839541fc1b3d428814ef86dcca6
BLAKE2b-256 8c63171d63bf76b4dfc10b4a15c870c137074853bfa7f6abcd1abf6291b9d229

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for quebec-0.1.1-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 334753a967354994c74f04ee52958120427e361bd76096ae35f642aeb85df6db
MD5 017d055e4eef9989ad8c186745e9f50b
BLAKE2b-256 920ee3c1348a9439fa21aa99279821c27403c9dbff2b536698cea475928af989

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for quebec-0.1.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 823b991c4bbfe93a3317855267f8065193331087e69cd6099a3ae4057e7ad7ad
MD5 5c89150fd1461de2051efd0cc635ab3b
BLAKE2b-256 ddcab697cbcea03bd72ee7b185b01cef33e7d880d3fbcac23ade994faf328b0c

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for quebec-0.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a84747fa1cf444497555783ac5172bb2a1ba512ab6c6eebb0326939054679c3b
MD5 e8d1be1b0fbe4f950706acf0689a3418
BLAKE2b-256 048eabccdc2f60c3b030c17d29c27d1f56010dfe72a59a45288f0d18dbcf5529

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quebec-0.1.1-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1aa2704eb354d702b645256b00eb1e0cb5ecdac3d2a008d91cbf332493498db9
MD5 8888c9729fc44c17cbdcf90c98071b95
BLAKE2b-256 aa956f1f046244541785a8c348d7fc8eca1855b6a771dc4ff49a3734384f990a

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp313-cp313t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for quebec-0.1.1-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8bea2c9dc6ae8090cf6640cdea1a0b9dfda591a0ea55b0d147e24f2817492f05
MD5 718c1b88f7af9a2b57e99686ef2c5c41
BLAKE2b-256 a6a9bce43ef1b8117f0e16f90d9b72b89056e4034e390b4cfef255b51ecddb7d

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp39-abi3-win_amd64.whl.

File metadata

  • Download URL: quebec-0.1.1-cp39-abi3-win_amd64.whl
  • Upload date:
  • Size: 9.1 MB
  • Tags: CPython 3.9+, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for quebec-0.1.1-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 3f0169a7fcdf97b6dda7df9b9a7d36d6018f296d61efde5c26842945cd775bc4
MD5 8acb5b158a1d9e59c320fc4a895429b0
BLAKE2b-256 8c3987ac20e505c2a514390fcf383a001b4134ae9f17a3a7ee46ff5433236239

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp39-abi3-win32.whl.

File metadata

  • Download URL: quebec-0.1.1-cp39-abi3-win32.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.9+, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for quebec-0.1.1-cp39-abi3-win32.whl
Algorithm Hash digest
SHA256 23e27b1064e23622600ce2dca38c808e037ec35a378cfc974a490f95f24bc9a8
MD5 7db83e1b318e58ee59a336898185140f
BLAKE2b-256 75b2b3cf1acbed8db24b3b9b4f0266264474eb7b874b0906cbdad9b191a09cef

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp39-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for quebec-0.1.1-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d20023befcff71ee3b485d405fd917543351a9d48b3544115786628aaf40970d
MD5 c77856b79345d38276718f1507859fe1
BLAKE2b-256 bdda9b2e456e35db53d2681d5287ae93cc3f128ac08ffc06f45d3e7a333b5387

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp39-abi3-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for quebec-0.1.1-cp39-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 acc9acd33a0d9aae62881f579bc00d25ef52dafdaf402fd0442cef268be0a16b
MD5 f768f6168eff5c6a3c90ddd347d95ba2
BLAKE2b-256 c807d58b5ce554de89d23f5454fec76896e5d4628d748f7fc457b58241e924ef

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp39-abi3-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for quebec-0.1.1-cp39-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 16e1e91fbdba9cb7908f236c3e0f9903e3e93f989b54c5189f0cb7318d8f2129
MD5 2919c77b751d81691377f45cb1111773
BLAKE2b-256 3e83d67aeff0929821c6386a07d9650e32386dd5dbae7bc366cd0e20b59bdddf

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp39-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for quebec-0.1.1-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7c2538ba68bb4dba1526cddb1b53a4002125f1e7899286c7a8ee05f7532a90ca
MD5 e325a55fb8e4d65856c6a2c9c788d8b6
BLAKE2b-256 1eda922acdf096b74f6645980c1288ad09a10128b8a37350ef310d5a1347a444

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for quebec-0.1.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c3c55d365c454f4b5bad3b8c36c6a90e475a5d599af531551c0882a00a999243
MD5 63f42b39c0611229f9da4b4f41d079a7
BLAKE2b-256 9d132e6e94c26e53fd7206de0683900c1311470d09e81d450a44706823783a51

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for quebec-0.1.1-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 339077a8113b0a8c5aad4377ae04992de1ea2d2810552b981e43c95d4175bb21
MD5 5bf3d82ca0af8be5de173038e435828c
BLAKE2b-256 221c1d07a0acabd4b50714b9a706639403def2656b2ae6cc78c3fb90e23226cd

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for quebec-0.1.1-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8e99ad7149062c25f5b6ac6915452d5dc0fa1dbd19fe17441a5953f69e3c1f93
MD5 565bd265c597139c4eef7963475d9b24
BLAKE2b-256 135469f71ca4c512d78a21340e88f6c5e7397436060f4b22bd72199041b02565

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for quebec-0.1.1-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 64e1f7bd9967f47edb505f15c0e911124f5014efb0a30692c0b380f3116af4a3
MD5 a9548ef47abe3bb5bb6a82f9974474a6
BLAKE2b-256 883b46e3f967b33a0996ec1f9e06d1a0ceb4b461cda567bac2934c0746d3fbb0

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for quebec-0.1.1-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9d4758acec9080b832d8825a23f8b3a577e698094f9ced8c35f3fa36130ebf98
MD5 244bab18b46853e852858b6a24c90778
BLAKE2b-256 7e0a5ce52b1b01d4a73516c849da86469b6c368fb729e7cccb2bbcb04f38c2c7

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for quebec-0.1.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9ad714a0497d9562923cb027c2b4b51723cc3f5d3ab409b0bc6accb88150f277
MD5 84ecd919b1fbe50380da7c4e389089c2
BLAKE2b-256 fa14b99b2d92071bb4e9b8e9f0f3c9e411c1163a9a747ce5ec8e441734695932

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp39-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quebec-0.1.1-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6fde1f06ec67662b4c70da485d10d9a68ed07f9eb233bf4adda476ffd4419377
MD5 389fb5d028b3e0c9774de81c819fb57e
BLAKE2b-256 b24559f5470072a306e951c97891c98c6e7c06781e9cac98e285068320ac4594

See more details on using hashes here.

File details

Details for the file quebec-0.1.1-cp39-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for quebec-0.1.1-cp39-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3462aac3a7ae10018c4a46beff4be64940052a40643c0cc67c1a0c1ebbf5b53f
MD5 f3e7615a2753cc5e884e265a1d615730
BLAKE2b-256 027d63880eb58b40b85fa16f9863beca24d071fe6c1d1e7df6ebf7ad68f89aa1

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