lib_regexp
Project description
lib_regexp
some convenience functions for regexp
supports python 3.7 and possibly other dialects.
100% code coverage, mypy static type checking, tested under Linux, OsX, Windows and Wine, automatic daily builds and monitoring
- Installation and Upgrade
- Basic Usage
- Requirements
- Acknowledgements
- Contribute
- Report Issues
- Pull Request
- Code of Conduct
- License
- Changelog
Installation and Upgrade
From source code:
# normal install python setup.py install # test without installing python setup.py test
via pip latest Release:
# latest Release from pypi pip install lib_regexp # test without installing pip install lib_regexp --install-option test
via pip latest Development Version:
# upgrade all dependencies regardless of version number (PREFERRED) pip install --upgrade git+https://github.com/bitranox/lib_regexp.git --upgrade-strategy eager # normal install pip install --upgrade git+https://github.com/bitranox/lib_regexp.git # test without installing pip install git+https://github.com/bitranox/lib_regexp.git --install-option test
via requirements.txt:
# Insert following line in Your requirements.txt: # for the latest Release: lib_regexp # for the latest Development Version : git+https://github.com/bitranox/lib_regexp.git # to install and upgrade all modules mentioned in requirements.txt: pip install --upgrade -r /<path>/requirements.txt
via python:
# for the latest Release python -m pip install upgrade lib_regexp # for the latest Development Version python -m pip install upgrade git+https://github.com/bitranox/lib_regexp.git
Basic Usage
TBA
Requirements
following modules will be automatically installed :
## Test Requirements ## following Requirements will be installed temporarily for ## "setup.py install test" or "pip install <package> --install-option test" typing ; python_version < "3.5" pathlib; python_version < "3.4" mypy ; platform_python_implementation != "PyPy" and python_version >= "3.5" pytest pytest-pep8 ; python_version < "3.5" pytest-codestyle ; python_version >= "3.5" pytest-mypy ; platform_python_implementation != "PyPy" and python_version >= "3.5" pytest-runner ## Project Requirements
Acknowledgements
- special thanks to “uncle bob” Robert C. Martin, especially for his books on “clean code” and “clean architecture”
Contribute
I would love for you to fork and send me pull request for this project. - please Contribute
Changelog
0.0.1
2019-09-03: Initial public release
Project details
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size lib_regexp-0.0.1-py3-none-any.whl (6.8 kB) | File type Wheel | Python version py3 | Upload date | Hashes View hashes |
Filename, size lib_regexp-0.0.1.tar.gz (6.3 kB) | File type Source | Python version None | Upload date | Hashes View hashes |
Close
Hashes for lib_regexp-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9a75b5384692cd149376bda4e2aca55e76acff0735257a73955ffaa5c534819 |
|
MD5 | a35a76504af1d1d773dcb943a46642a0 |
|
BLAKE2-256 | e29f756010110380e207677e5d4dee93e3f2b4c1079434c1d68b86b8ae605ae6 |