Skip to main content

lib_regexp

Project description

lib_regexp

Pypi Status license maintenance

Build Status Codecov Status Better Code Maintainability snyk security

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

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

License

This software is licensed under the MIT license

Changelog

0.0.1

2019-09-03: Initial public release

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

lib_regexp-0.0.1.tar.gz (6.3 kB view details)

Uploaded Source

Built Distribution

lib_regexp-0.0.1-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

Details for the file lib_regexp-0.0.1.tar.gz.

File metadata

  • Download URL: lib_regexp-0.0.1.tar.gz
  • Upload date:
  • Size: 6.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.7

File hashes

Hashes for lib_regexp-0.0.1.tar.gz
Algorithm Hash digest
SHA256 fde357a33eaf96088a09afa59a9a415325b800d576a81cae3f276ce7e3986aa7
MD5 41d2dcb7bf0e1406874e2de28b0109a7
BLAKE2b-256 3d13d6bec0540e598ce50a74e95c3aae77b2ea3e82264aea81922bcf005937bf

See more details on using hashes here.

File details

Details for the file lib_regexp-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: lib_regexp-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 6.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.7

File hashes

Hashes for lib_regexp-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a9a75b5384692cd149376bda4e2aca55e76acff0735257a73955ffaa5c534819
MD5 a35a76504af1d1d773dcb943a46642a0
BLAKE2b-256 e29f756010110380e207677e5d4dee93e3f2b4c1079434c1d68b86b8ae605ae6

See more details on using hashes here.

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