Skip to main content

A Rust-based email validation library with Python bindings, leveraging the power of pyo3 and validator crates to provide robust and efficient email validation.

Project description

Rusty Email Validator

This project provides a simple email validation library written in Rust, with Python bindings using PyO3. The library uses the validator crate to validate email addresses.

Features

  • Validate email addresses using Python.

Requirements

  • Python 3.6 or higher

Installation

You can install the package directly from PyPI:

pip install rusty-email-validator

Usage

Here's an example of how to use the email validation function in Python:

from rusty_email_validator import validate

email = "example@example.com"
is_valid = validate(email)
print(f"Is valid: {is_valid}")

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

  • PyO3 for providing the Rust bindings for Python.
  • Validator for the email validation functionality.

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

rusty_email_validator-0.1.1a1.tar.gz (9.9 kB view hashes)

Uploaded Source

Built Distribution

rusty_email_validator-0.1.1a1-cp312-cp312-manylinux_2_34_x86_64.whl (1.4 MB view hashes)

Uploaded CPython 3.12 manylinux: glibc 2.34+ x86-64

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