T_email
=====
临时邮箱接口返回邮箱地址和邮件内容,用做接收验证码
Quick start
-----------
pip instll temporaty_email
.. code:: python
from temporaty_email.temporary_email import TemporaryEmail
t_email = TemporaryEmail()
print(t_email.get_email_address())
while True:
if t_email.check_received_email():
content = t_email.get_email_content()
print(content)
break
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
=====
临时邮箱接口返回邮箱地址和邮件内容,用做接收验证码
Quick start
-----------
pip instll temporaty_email
.. code:: python
from temporaty_email.temporary_email import TemporaryEmail
t_email = TemporaryEmail()
print(t_email.get_email_address())
while True:
if t_email.check_received_email():
content = t_email.get_email_content()
print(content)
break
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Release files for temporary-email 0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| temporary_email-0.5.tar.gz | 3.5 kB | Details |
Release files / temporary_email-0.5.tar.gz
| Download URL | temporary_email-0.5.tar.gz |
|---|---|
| Size | 3.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f42ecbc227bace2c954241b968cf2f3edd86fec7a6523f52ad8d99892727072f
|
|
BLAKE2b-256 checksum How to use checksums |
b097e42db043e90caaae403142f3e813c2a828c00cbf9b57f587279dc88b0193
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.5
|