Skip to main content

Priority queue implementation.

Project description

prioq

Github Actions Codecov License PyPI

In what follows python is an alias for python3.10 or pypy3.10 or any later version (python3.11, pypy3.11 and so on).

Installation

Prerequisites

Install the latest pip & setuptools packages versions

python -m pip install --upgrade pip setuptools

User

Download and install the latest stable version from PyPI repository

python -m pip install --upgrade prioq

Developer

Download the latest version from GitHub repository

git clone https://github.com/lycantropos/prioq.git
cd prioq

Install

python -m pip install -e '.'

Usage

>>> from prioq.base import PriorityQueue
>>> queue = PriorityQueue(*range(10))
>>> len(queue)
10
>>> queue.peek()
0
>>> queue.pop()
0
>>> len(queue)
9
>>> queue.peek()
1
>>> queue.push(0)
>>> len(queue)
10
>>> queue.peek()
0

Development

Bumping version

Prerequisites

Install bump-my-version.

Release

Choose which version number category to bump following semver specification.

Test bumping version

bump-my-version bump --dry-run --verbose $CATEGORY

where $CATEGORY is the target version number category name, possible values are patch/minor/major.

Bump version

bump-my-version bump --verbose $CATEGORY

This will set version to major.minor.patch.

Running tests

Plain

Install with dependencies

python -m pip install -e '.[tests]'

Run

pytest

Docker container

Run

  • with CPython

    docker-compose --file docker-compose.cpython.yml up
    
  • with PyPy

    docker-compose --file docker-compose.pypy.yml up
    

Bash script

Run

  • with CPython

    ./run-tests.sh
    

    or

    ./run-tests.sh cpython
    
  • with PyPy

    ./run-tests.sh pypy
    

PowerShell script

Run

  • with CPython

    .\run-tests.ps1
    

    or

    .\run-tests.ps1 cpython
    
  • with PyPy

    .\run-tests.ps1 pypy
    

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

prioq-0.7.0.tar.gz (10.1 kB view details)

Uploaded Source

Built Distribution

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

prioq-0.7.0-py3-none-any.whl (7.7 kB view details)

Uploaded Python 3

File details

Details for the file prioq-0.7.0.tar.gz.

File metadata

  • Download URL: prioq-0.7.0.tar.gz
  • Upload date:
  • Size: 10.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for prioq-0.7.0.tar.gz
Algorithm Hash digest
SHA256 ee184385f39c3d3f9e930f6090b3bd125d25fcd68d9422a35cbe3e367541345e
MD5 e2c77b42b7f16b14830b41ed6cfd0e85
BLAKE2b-256 27d5383dc0355d8bc521cf9d16429ed274d1bdb37944b7b8a2ae5c6224195d8e

See more details on using hashes here.

File details

Details for the file prioq-0.7.0-py3-none-any.whl.

File metadata

  • Download URL: prioq-0.7.0-py3-none-any.whl
  • Upload date:
  • Size: 7.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for prioq-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 df3b5f3059ae0353e7bd0f7fd6b4ff8465ebe4ae3f3da0fe415f5a13c467490c
MD5 3a14e044c168f60053042f0f5a20267c
BLAKE2b-256 8a4f229d10dc3b5b4944ecc16eaa7fb2277c62cd4e571ea50340eee88f1386e3

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