pqq
Description
pqq stands for PostgreSQL Queue. It's a simple queue impletation using postgres. There are different implementations of this. The main inspirations come from:
- https://metacpan.org/release/SRI/Minion-10.25/source/lib/Minion/Backend/resources/migrations/pg.sql
- https://dev.to/mikevv/simple-queue-with-postgresql-1ngc
One of the benefits of using postgres is that it should be easy to implement in other languages. For that reason this repository is called py-pqq.
Installing
pip install pqq
License
pqq is distributed under the terms of the MIT license.
Release files for pqq 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pqq-0.0.1.tar.gz | 17.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pqq-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 23.0 kB
Release files / pqq-0.0.1.tar.gz
| Download URL | pqq-0.0.1.tar.gz |
|---|---|
| Size | 17.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f410831450311621081dfbc24e074227224b907ddfd1516883704b01c3060145
|
|
BLAKE2b-256 checksum How to use checksums |
8e26188918e80d1e8088a1b3acf49c61950804a0a2872f7a9e8422ac3f132a79
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-httpx/0.23.0
|
Release files / pqq-0.0.1-py3-none-any.whl
| Download URL | pqq-0.0.1-py3-none-any.whl |
|---|---|
| Size | 5.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
dee41d4dfe17f387e7def3ae7b4e0535f1b2c403654cb35f3dbaa15a9d227d76
|
|
BLAKE2b-256 checksum How to use checksums |
3a99238a5fb7696b932815b752494b56362bca87dae4fddc2184b25693cced8a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-httpx/0.23.0
|