Skip to main content

`simpex` is a python library that simplifies the process of using regular expressions (regex).

Project description

simpex

simpex is a python library that simplifies the process of using regular expressions (regex). It provides custom, built-in and api-based methods to generate regex patterns, making it easier for developers to match and manipulate text data. Whether you're working with emails, URLs, phone numbers, or other patterns, simpex has you covered.

Features:

  • Simplify regex usage in Python.
  • Generate regex patterns effortlessly.
  • Access external APIs for regex generation.
  • Choose from custom or built-in patterns.

Installation | wiki

To install simpex, use the following command:

pip install simpex

Usage | wiki

There are three steps between you and regex pattern you want! Follow below instatructions as quick guide, please chak out wiki for comprehensive usage with examples.

1. Importing

  • Use the following import statement:
from simpex.simpex import simpex

2. Creating Object

  • simpex is a class, so we need to create an object with required parametric data (check wiki, for all available parameters)
# creating an onject named `email`
email = simpex(['test@mail.com', 'admin@email.com', 'example@mail.co'])

3. Calling Method

# calling custom method
pattern = email.regex()

output: print(pattern) -> ^[a-z]+\@[a-z]+\.[a-z]*$

<br><br>

License & Contributing

  • This is an open source project, licensed under the MIT License.
  • All contributions are welcome!
    • To contribute to simpex project, fork the repository, make your changes, and submit a pull request.
    • Be sure to follow our coding style and include tests for any new functionality.
    • When submitting a pull request, please provide a clear description of your changes.
    • Your contributions help improve the project for everyone.

      simpex

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

simpex-1.0.2.tar.gz (9.8 kB view details)

Uploaded Source

Built Distribution

simpex-1.0.2-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

Details for the file simpex-1.0.2.tar.gz.

File metadata

  • Download URL: simpex-1.0.2.tar.gz
  • Upload date:
  • Size: 9.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.2

File hashes

Hashes for simpex-1.0.2.tar.gz
Algorithm Hash digest
SHA256 b73fcc200a58801cd3260d0ed70bd9db7bb4279807e7c82c5df097f65fdc50d5
MD5 3df26f3fade5a41296346b668fa0c43e
BLAKE2b-256 d0b167e1626fd57e7887ba62b3374f6c0c8901104603543bab10c238c2ff48ea

See more details on using hashes here.

File details

Details for the file simpex-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: simpex-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 8.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.2

File hashes

Hashes for simpex-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8b56a60a8c5aa8938a021ae872aefa86989fdb5a59beee6871981f8b19aa55ab
MD5 79c049d462d306929de9a5f41a4c8ea3
BLAKE2b-256 10b48c6af9fb44d1d714da9098703164fc901c809fd2a6f86a238887666d3d6f

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