Metadata-Version: 2.4
Name: smtp-py
Version: 2.0.0
Summary: Unofficial smtp.dev API written in Python
Home-page: https://github.com/nguy3nlong/smtp-py
Author: Long Nguyen
Author-email: nguyenlongdev@proton.me
License: MIT
Project-URL: Bug Reports, https://github.com/nguy3nlong/smtp-py/issues
Project-URL: Source, https://github.com/nguy3nlong/smtp-py
Project-URL: Documentation, https://github.com/nguy3nlong/smtp-py#readme
Keywords: smtp email api client smtp.dev
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Communications :: Email
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.31.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: urllib3>=2.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# smtp-py
A modern, easy to use, feature-rich, API package for **smtp.dev** written in Python.
**Python 3.7 or higher is required**
Before you could use smtp-py, you must install it first by running this command in your terminal
```
$ pip install smtp-py
```
Links
------
- [Documentation](https://reno.gitbook.io/smtp-py)
- [smtp.dev API](https://smtp.dev/docs/api)
