{"id":13448802,"url":"https://github.com/APSL/django-yubin","last_synced_at":"2025-03-22T18:32:04.278Z","repository":{"id":14916896,"uuid":"17641035","full_name":"APSL/django-yubin","owner":"APSL","description":"Send e-mails asyncronously using Celery","archived":false,"fork":false,"pushed_at":"2024-06-21T09:31:05.000Z","size":539,"stargazers_count":49,"open_issues_count":0,"forks_count":31,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-20T17:02:32.497Z","etag":null,"topics":["celery","django","mail","mailer","python"],"latest_commit_sha":null,"homepage":"https://django-yubin.readthedocs.io","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/APSL.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"docs/contributing.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-03-11T18:17:27.000Z","updated_at":"2024-07-25T23:54:21.000Z","dependencies_parsed_at":"2023-02-13T19:55:22.936Z","dependency_job_id":"2572ff04-17be-4e8a-8579-ca1f41e44b49","html_url":"https://github.com/APSL/django-yubin","commit_stats":{"total_commits":167,"total_committers":23,"mean_commits":7.260869565217392,"dds":0.6946107784431137,"last_synced_commit":"62c31877f231cebe1b4091b084a821b16676111d"},"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/APSL%2Fdjango-yubin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/APSL%2Fdjango-yubin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/APSL%2Fdjango-yubin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/APSL%2Fdjango-yubin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/APSL","download_url":"https://codeload.github.com/APSL/django-yubin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245002837,"owners_count":20545504,"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":["celery","django","mail","mailer","python"],"created_at":"2024-07-31T06:00:21.460Z","updated_at":"2025-03-22T18:31:59.253Z","avatar_url":"https://github.com/APSL.png","language":"Python","funding_links":[],"categories":["Email"],"sub_categories":[],"readme":"django-yubin\n============\n\n.. image:: https://github.com/APSL/django-yubin/actions/workflows/ci-cd.yml/badge.svg\n  :target: https://github.com/APSL/django-yubin/actions/workflows/ci-cd.yml\n  :alt: CI-CD status\n\n.. image:: https://coveralls.io/repos/APSL/django-yubin/badge.svg\n  :target: https://coveralls.io/r/APSL/django-yubin\n  :alt: Coverage status\n\n.. image:: https://img.shields.io/pypi/v/django-yubin.svg\n  :target: https://pypi.python.org/pypi/django-yubin\n  :alt: PyPI version\n\n.. image:: https://img.shields.io/pypi/pyversions/django-yubin.svg\n  :target: https://pypi.python.org/pypi/django-yubin\n  :alt: Python versions\n\n.. image:: https://img.shields.io/pypi/djversions/django-yubin.svg\n  :target: https://pypi.python.org/pypi/django-yubin\n  :alt: Django versions\n\n.. image:: https://readthedocs.org/projects/django-yubin/badge/?version=latest\n  :target: https://django-yubin.readthedocs.org/en/latest/?badge=latest\n  :alt: Documentation status\n\n\nDjango Yubin allows you to create, send and manage emails in your Django projects. It follows the\n`12-factors app methodology \u003chttps://12factor.net/\u003e`_.\n\nYubin means postal service in Japanese. Thanks `@morenosan \u003chttps://github.com/morenosan\u003e`_ for the\nname.\n\nHow it works\n------------\n\nFor creating and composing emails, Yubin provides class-based views that use standard Django\ntemplates.\n\nFor sending and queuing emails, Yubin replaces the standard Django Email Backend with its own.\nInstead of sending emails synchronously trough a SMTP server, Yubin saves emails in your database\n(and optionally in a file storage) and sends them asynchronously using the\n`Celery \u003chttps://docs.celeryq.dev/en/stable/\u003e`_ distributed task queue.\n\nAdvantages\n----------\n\n* Create and compose emails reusing your code easily with class-based views.\n* Your app can respond requests faster because other process/worker is managing the connection with\n  the SMTP server for sending emails.\n* Scale out easily adding more Celery workers.\n* Emails are saved in the database, you can see, manage and enqueue them from the Django Admin.\n* Optionally you can save only minimum data in the database and full emails in a different storage.\n* Yubin provides settings to avoid sending emails during development.\n\n\nYou can read the full documentation at http://django-yubin.readthedocs.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAPSL%2Fdjango-yubin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAPSL%2Fdjango-yubin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAPSL%2Fdjango-yubin/lists"}