{"id":20534360,"url":"https://github.com/pyapp-org/pyapp.aiosmtplib","last_synced_at":"2025-07-20T10:34:45.829Z","repository":{"id":40401628,"uuid":"272196309","full_name":"pyapp-org/pyapp.aiosmtplib","owner":"pyapp-org","description":"📧 AIOSMTPlib pyApp extension","archived":false,"fork":false,"pushed_at":"2022-09-28T19:03:09.000Z","size":50,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-20T17:11:26.808Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pyapp-org.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-14T12:19:45.000Z","updated_at":"2020-08-10T03:31:39.000Z","dependencies_parsed_at":"2023-01-17T18:45:47.694Z","dependency_job_id":null,"html_url":"https://github.com/pyapp-org/pyapp.aiosmtplib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pyapp-org/pyapp.aiosmtplib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyapp-org%2Fpyapp.aiosmtplib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyapp-org%2Fpyapp.aiosmtplib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyapp-org%2Fpyapp.aiosmtplib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyapp-org%2Fpyapp.aiosmtplib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyapp-org","download_url":"https://codeload.github.com/pyapp-org/pyapp.aiosmtplib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyapp-org%2Fpyapp.aiosmtplib/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266111439,"owners_count":23877980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T00:26:19.202Z","updated_at":"2025-07-20T10:34:45.808Z","avatar_url":"https://github.com/pyapp-org.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"##################\npyApp - aioSMTPlib\n##################\n\n*Let us handle the boring stuff!*\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n   :target: http://github.com/ambv/black\n   :alt: Once you go Black...\n\n.. image:: https://api.codeclimate.com/v1/badges/e25e476cd1cd598e89f4/maintainability\n   :target: https://codeclimate.com/github/pyapp-org/pyapp.aiosmtplib/maintainability\n   :alt: Maintainability\n\n.. image:: https://api.codeclimate.com/v1/badges/e25e476cd1cd598e89f4/test_coverage\n   :target: https://codeclimate.com/github/pyapp-org/pyapp.aiosmtplib/test_coverage\n   :alt: Test Coverage\n\nThis extension provides an Async `SMTP` client object configured via pyApp settings.\n\n\nInstallation\n============\n\nInstall with *pip*::\n\n    pip install pyApp-aiosmtplib\n\n\nAdd the `SMTP` block into your runtime settings file::\n\n    SMTPLIB = {\n        \"default\": {\n            \"host\": \"localhost\",\n        }\n    }\n\n\n.. note::\n\n    In addition to the *host* any argument that can be provided to\n    `aiosmtplib.SMTP` can be provided.\n\n\nUsage\n=====\n\nThe following example creates an SMTP client instance::\n\n    from pyapp_ext.aiosmtplib import get_client\n\n    smtp = get_client()\n\n\nAPI\n===\n\n`pyapp_ext.aiosmtplib.get_client() -\u003e SMTP`\n\n    Get named `SMTP` instance.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyapp-org%2Fpyapp.aiosmtplib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyapp-org%2Fpyapp.aiosmtplib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyapp-org%2Fpyapp.aiosmtplib/lists"}