0 purchases
simpleregex 0.1.10
Simple RegEx
Brought with ❤️ by
Introduction
Readability counts. Even in regex.
Documentation |
About |
Installation |
Contributing
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.