Python3 module with regex patterns related to numbers.
Project description
servusnumre
Python3 module with regex patterns related to numbers.
Installation
Install with pip
pip3 install -U servusnumre
Usage
In [1]: import servusnumre
In [2]: servusnumre.float_pattern
Out[2]: '[-+]?[0-9]*[\\.,]?[0-9]+'
In [3]: servusnumre.exponent_pattern
Out[3]: '[eE]?[-+]?[0-9]?'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
servusnumre-0.1.tar.gz
(1.5 kB
view details)
File details
Details for the file servusnumre-0.1.tar.gz
.
File metadata
- Download URL: servusnumre-0.1.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e31efa2ba678c191ade3afb4e7631b4257115613bc833153d7e89776740f44e0 |
|
MD5 | 4f4a65ea5509d389bd963fce1bd4676c |
|
BLAKE2b-256 | 07936ba30b277f3ff34129c31d66bd3c661e2b1f218796be912f043d6fdc3b0d |