Metadata-Version: 2.1
Name: catdns
Version: 1.0.0
Summary: Create tempmail based on https://catdns.in :D
Author: ZAID
Author-email: y8838@hotmail.com
Keywords: tempmail,email,mail
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: ~=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: asyncio
Requires-Dist: aiohttp
Requires-Dist: requests


# Install :
```commandline
pip install -U catdns
```

# How to use :
- 1 - Send email to your custom email, for example: ``test1@catdns.in``
- 2 - Get inbox:

```python
from catdns import get_inbox

inbox = get_inbox("test1@catdns.in")

print(inbox)
```
