Skip to main content

Decision-making problems.

Project description

decision

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 decision

Developer

Download the latest version from GitHub repository

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

Install

python -m pip install -e '.'

Usage

>>> from decision.partition import coin_change
>>> coin_change(10, [2])
(2, 2, 2, 2, 2)
>>> coin_change(10, [2, 3])
(2, 2, 3, 3)
>>> coin_change(10, [2, 3, 4])
(2, 4, 4)
>>> coin_change(10, [2, 3, 4, 5])
(5, 5)

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

decision-0.4.0.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

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

decision-0.4.0-py3-none-any.whl (6.4 kB view details)

Uploaded Python 3

File details

Details for the file decision-0.4.0.tar.gz.

File metadata

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

File hashes

Hashes for decision-0.4.0.tar.gz
Algorithm Hash digest
SHA256 4103ee5254f2226ec0ba9fa12a736e0b8172dc04164c3b4cb7c300f78a9b87a7
MD5 ffeefb2c18b791ceff733f8341ecc162
BLAKE2b-256 e528a66df5d360fcc2a53a43e47db7d34fff1dff6bc6a784a8d7af5e7ec174c3

See more details on using hashes here.

File details

Details for the file decision-0.4.0-py3-none-any.whl.

File metadata

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

File hashes

Hashes for decision-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f270680f7d96646335ef5be8fbd3aa8ca06253a60dd5aee752d70d1166985907
MD5 6e87e00896a52e28d6d6f608c4af5e2e
BLAKE2b-256 794e9be0ba4889e0b1a158b33f8fd563b6eb493d0b567faa9dcdc6f8354c1946

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