Skip to main content

Random numbers generators.

Project description

randall

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

Installation

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 randall

Developer

Download the latest version from GitHub repository

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

Install

python setup.py install

Development

Bumping version

Preparation

Install bump2version.

Pre-release

Choose which version number category to bump following semver specification.

Test bumping version

bump2version --dry-run --verbose $CATEGORY

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

Bump version

bump2version --verbose $CATEGORY

This will set version to major.minor.patch-alpha.

Release

Test bumping version

bump2version --dry-run --verbose release

Bump version

bump2version --verbose release

This will set version to major.minor.patch.

Running tests

Install dependencies

python -m pip install -r requirements-tests.txt

Plain

pytest

Inside Docker container:

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

Bash script:

  • with CPython

    ./run-tests.sh
    

    or

    ./run-tests.sh cpython
    
  • with PyPy

    ./run-tests.sh pypy
    

PowerShell script:

  • 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

randall-0.0.0.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

randall-0.0.0-cp39-cp39-macosx_12_0_x86_64.whl (171.3 kB view details)

Uploaded CPython 3.9 macOS 12.0+ x86-64

File details

Details for the file randall-0.0.0.tar.gz.

File metadata

  • Download URL: randall-0.0.0.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for randall-0.0.0.tar.gz
Algorithm Hash digest
SHA256 eee95e7c4e010814ead9f9237bb26e8420a82cece0f784637dd1faeda3944046
MD5 915c1ab83c9dfd3e67575030990a59a4
BLAKE2b-256 c0556ab69c291482ad3700ac7115afc63dd9c93f82e08fc342d631d1f5333314

See more details on using hashes here.

File details

Details for the file randall-0.0.0-cp39-cp39-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for randall-0.0.0-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 34b72b636495ea0a9acc2e28b614b130a133f06b0806189c71d2d9cb48f6862e
MD5 c0167a81502f2949885d60eaf628cbd8
BLAKE2b-256 4debfb94472f02f54e35702dff35ddcc6d9e09f43e8d14af7fed11f79c88c79a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page