Skip to main content

Python port of `re2` C++ library.

Project description

rei

In what follows python is an alias for python3.5 or pypy3.5 or any later version (python3.6, pypy3.6 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 rei

Developer

Download the latest version from GitHub repository

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

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 (e.g. can be used in Git hooks):

  • with CPython

    ./run-tests.sh
    

    or

    ./run-tests.sh cpython
    
  • with PyPy

    ./run-tests.sh pypy
    

PowerShell script (e.g. can be used in Git hooks):

  • 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

rei-0.0.0.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

rei-0.0.0-cp38-cp38-macosx_10_9_x86_64.whl (45.8 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: rei-0.0.0.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for rei-0.0.0.tar.gz
Algorithm Hash digest
SHA256 dadb96ff98eae7d1713e8499974997f5f25092444f9ca6925e3828013a81d80e
MD5 867f4ac66ae4fc8e1c2f4146ff1480b7
BLAKE2b-256 8a986ae87166709e01fbf532f1a2ced674d445c3e2e85a92f6952205f7a07df6

See more details on using hashes here.

File details

Details for the file rei-0.0.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: rei-0.0.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 45.8 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for rei-0.0.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 400e6fd4755072a55720ddbc96145a6a1f7ccb7551878c69fc4bf64a969b8d7f
MD5 bfef36037b8ac759cc6abaeb8645a74a
BLAKE2b-256 efdb651f6161ffcc65c0bf6abb4a6c0ca017d29909b4a84a2f342af1510d8e2d

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