Skip to content

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

License

Notifications You must be signed in to change notification settings

netguru/SimpleRegEx

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages