Skip to main content

Type validation.

Project description

correct

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 correct

Developer

Download the latest version from GitHub repository

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

Install dependencies

python -m pip install -r requirements.txt

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

correct-0.0.0a0.tar.gz (2.2 kB view details)

Uploaded Source

Built Distribution

correct-0.0.0a0-py3-none-any.whl (2.3 kB view details)

Uploaded Python 3

File details

Details for the file correct-0.0.0a0.tar.gz.

File metadata

  • Download URL: correct-0.0.0a0.tar.gz
  • Upload date:
  • Size: 2.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for correct-0.0.0a0.tar.gz
Algorithm Hash digest
SHA256 ea2829970694d37f75c381eca6bd6a00592500ba5aa7fdba9ee027e5d7166d1e
MD5 3c44a3286f5fb2e24e93643cfc901bea
BLAKE2b-256 2b0623c5a94d048fe704c79bafd49004b3900f6fdd8a3eb97e7d1e2de8a49b24

See more details on using hashes here.

File details

Details for the file correct-0.0.0a0-py3-none-any.whl.

File metadata

  • Download URL: correct-0.0.0a0-py3-none-any.whl
  • Upload date:
  • Size: 2.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for correct-0.0.0a0-py3-none-any.whl
Algorithm Hash digest
SHA256 8407d24896c214ab4e5f10893ca37d660dadb75c952f23f0ca41e7c38564e0d6
MD5 d2b75e7706ee133ff4d466b679c14829
BLAKE2b-256 0f872c5b60082bfeb9927c64ab488e7909ca6eb7c9edc96f38b0868d9f38a99d

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