https://github.com/psypherpunk/py-normalise-email
Python port of validator.js' normalizeEmail.js.
https://github.com/psypherpunk/py-normalise-email
Last synced: over 1 year ago
JSON representation
Python port of validator.js' normalizeEmail.js.
- Host: GitHub
- URL: https://github.com/psypherpunk/py-normalise-email
- Owner: PsypherPunk
- License: mit
- Created: 2022-08-31T16:10:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T20:58:51.000Z (over 1 year ago)
- Last Synced: 2025-01-24T12:25:43.435Z (over 1 year ago)
- Language: Python
- Size: 124 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `py-normalise-email`
Python port of the
[`normalizeEmail.js`](https://github.com/validatorjs/validator.js/blob/master/src/lib/normalizeEmail.js)
component of [`validator.js`](https://github.com/validatorjs/validator.js).