Skip to main content

Dave micro services

Project description

Medium multiply

A small demo library for a Medium publication about publishing libraries.

Installation

pip install dave-misc

Get started

How to match some pattern with string:

from regx_entities import RegxEntities

# Instantiate a Multiplication object
regx = RegxEntities()

#Can added regular custom expressions
regx.add_entity("otp", r"[0-9]{4}", priority=True)

# Call the multiply method
result = regx.get_matchs("the otp is 0204")

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

dave-misc-0.1.0.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

dave_misc-0.1.0-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

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