Skip to main content

Wrapper for RegEx, made so the RegEx code will be understandable

Project description

Simple RegEx

CircleCI status

Brought with ❤️ by  Netguru logo

Introduction

Readability counts. Even in regex.

About

This tool is a wrapper for RegEx in python (import re), which introduces pattern functions in place of unreadable text patterns.

This tool is inspired by the Magic Regex tool.

In Use

Usage example can be found in unit tests.

Installation

pip install simpleregex

Release

To bump a package version go to setup.py and change version variable.

Create new release on GitHub and tag it with the same version as in setup.py.

The release process to testpypi and pypi is manually triggered on CircleCi. After successful merge to main and creation of new release tag, go to CircleCi and trigger new pipeline with following boolean parameters:

  • pypi_publish: true - this will push package to pypi
  • testpypi_publish: true - this will push package to testpypi

Support

Supported python versions:

  • 3.11
  • 3.10
  • 3.9
  • 3.8

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

simpleregex-0.1.10.tar.gz (9.5 kB view hashes)

Uploaded Source

Built Distribution

simpleregex-0.1.10-py3-none-any.whl (13.1 kB view hashes)

Uploaded Python 3

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