You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Multithread support (look in [usage.py](https://github.com/kakshay21/verify_email/blob/master/verify_email/usage.py))
20
-
- Multiprocess efficient (look in [fast_verify.py](https://github.com/kakshay21/verify_email/blob/master/verify_email/fast_verify.py))
20
+
- Multiprocess efficient (not recommended but have a look in [fast_verify.py](https://github.com/kakshay21/verify_email/blob/master/verify_email/fast_verify.py))
21
21
22
22
## Compatibility
23
23
- It is written in Python 2.7.
24
-
- Not tested in python3.X.
24
+
- Works on Python 3.7.
25
25
- It should work on Linux, Mac and Windows.
26
26
27
27
## Installation
@@ -39,25 +39,21 @@ Description: # verify-email
39
39
```
40
40
41
41
## Usage
42
-
### For single email
43
42
```
44
-
>>> from verify_email.verify_email import validate_email
0 commit comments