Readability counts. Even in regex.
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.
Usage example can be found in unit tests.
pip install simpleregex
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 topypi
testpypi_publish: true
- this will push package totestpypi
Supported python versions:
- 3.11
- 3.10
- 3.9
- 3.8