gettmpmail


Namegettmpmail JSON
Version 0.12 PyPI version JSON
download
home_pagehttps://github.com/hansalemaos/gettmpmail
SummaryGenerates temporary emails
upload_time2023-03-19 05:28:36
maintainer
docs_urlNone
authorJohannes Fischer
requires_python
licenseMIT
keywords tempmail
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Generates temporary emails



### pip install gettmpmail



```python



from gettmpmail import get_tmp_email

df = get_tmp_email(n=2, timeout=5, imapfile=None)

print(df)

q = df.aa_checkmail.iloc[0]()

print(q)





r"""

                      aa_id  ...                                    aa_fullname_adb

0  64169847610fe899xxxeb803  ...  (sleep 0.001, input text V, sleep 0.001, input...

1  6416984865f9fcd7xxxx2be8  ...  (sleep 0.001, input text J, sleep 0.001, input...

[2 rows x 7 columns]

{'@context': '/contexts/Message', '@id': '/messages', '@type': 'hydra:Collection', 'hydra:member': [], 'hydra:totalItems': 0}





"""



```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hansalemaos/gettmpmail",
    "name": "gettmpmail",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "tempmail",
    "author": "Johannes Fischer",
    "author_email": "<aulasparticularesdealemaosp@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/c2/f4/2647db1d7b8ee3cdb03ae30c6c6b433ee8de815c06e36824fe10dca0a246/gettmpmail-0.12.tar.gz",
    "platform": null,
    "description": "\n# Generates temporary emails\n\n\n\n### pip install gettmpmail\n\n\n\n```python\n\n\n\nfrom gettmpmail import get_tmp_email\n\ndf = get_tmp_email(n=2, timeout=5, imapfile=None)\n\nprint(df)\n\nq = df.aa_checkmail.iloc[0]()\n\nprint(q)\n\n\n\n\n\nr\"\"\"\n\n                      aa_id  ...                                    aa_fullname_adb\n\n0  64169847610fe899xxxeb803  ...  (sleep 0.001, input text V, sleep 0.001, input...\n\n1  6416984865f9fcd7xxxx2be8  ...  (sleep 0.001, input text J, sleep 0.001, input...\n\n[2 rows x 7 columns]\n\n{'@context': '/contexts/Message', '@id': '/messages', '@type': 'hydra:Collection', 'hydra:member': [], 'hydra:totalItems': 0}\n\n\n\n\n\n\"\"\"\n\n\n\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Generates temporary emails",
    "version": "0.12",
    "split_keywords": [
        "tempmail"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd177812b1f159a87904429c539a07d1caa4801aaa11bc9899b083fe1eb27107",
                "md5": "b55f869f2f443be029e32a1d840a6382",
                "sha256": "7328257607d3d0a7dd224d93cca3d707889259e350872f704f310d3da41f79a8"
            },
            "downloads": -1,
            "filename": "gettmpmail-0.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b55f869f2f443be029e32a1d840a6382",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1814866,
            "upload_time": "2023-03-19T05:28:30",
            "upload_time_iso_8601": "2023-03-19T05:28:30.272325Z",
            "url": "https://files.pythonhosted.org/packages/cd/17/7812b1f159a87904429c539a07d1caa4801aaa11bc9899b083fe1eb27107/gettmpmail-0.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2f42647db1d7b8ee3cdb03ae30c6c6b433ee8de815c06e36824fe10dca0a246",
                "md5": "4268fa6e5af9fbb96c33a808bc7ac386",
                "sha256": "55e4139eec368a07d75f9f96105ab0b779226898173ced545984836f70cfcb8c"
            },
            "downloads": -1,
            "filename": "gettmpmail-0.12.tar.gz",
            "has_sig": false,
            "md5_digest": "4268fa6e5af9fbb96c33a808bc7ac386",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1764898,
            "upload_time": "2023-03-19T05:28:36",
            "upload_time_iso_8601": "2023-03-19T05:28:36.199588Z",
            "url": "https://files.pythonhosted.org/packages/c2/f4/2647db1d7b8ee3cdb03ae30c6c6b433ee8de815c06e36824fe10dca0a246/gettmpmail-0.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-19 05:28:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "hansalemaos",
    "github_project": "gettmpmail",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "gettmpmail"
}
        
Elapsed time: 0.04353s