asphalt-mailer

View on PyPIReverse Dependencies (0)

4.0.0 asphalt_mailer-4.0.0-py3-none-any.whl

Wheel Details

Project: asphalt-mailer
Version: 4.0.0
Filename: asphalt_mailer-4.0.0-py3-none-any.whl
Download: [link]
Size: 13143
MD5: 417fcbaadb45f084ab23ff4fccd30189
SHA256: 406385e158164615571221f62ddd1b357ea8b9cfe48041c11f88081318323add
Uploaded: 2022-12-18 18:37:53 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: asphalt-mailer
Version: 4.0.0
Summary: Mailer component for the Asphalt framework
Author-Email: Alex Grönholm <alex.gronholm[at]nextday.fi>
Project-Url: Homepage, https://github.com/asphalt-framework/asphalt-mailer
License: Apache License 2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Communications :: Email
Classifier: Programming Language :: Python
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
Requires-Python: >=3.7
Requires-Dist: asphalt (~=4.8)
Requires-Dist: aiosmtplib (~=2.0)
Requires-Dist: Sphinx (>=1.5); extra == "doc"
Requires-Dist: sphinx-rtd-theme; extra == "doc"
Requires-Dist: sphinx-autodoc-typehints (>=1.2.0); extra == "doc"
Requires-Dist: sphinxcontrib-asyncio (>=0.2.0); extra == "doc"
Requires-Dist: aiosmtpd; extra == "test"
Requires-Dist: anyio (>=3.6.1); extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: trustme; extra == "test"
Provides-Extra: doc
Provides-Extra: test
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 1383 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.38.4)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
asphalt/mailer/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
asphalt/mailer/api.py sha256=MfQNRVTefwWZw-9iEDPvD-V3yjuLnHGxGokxqmFl77I 6155
asphalt/mailer/component.py sha256=MJgVi_wmPycGPmyKAovXWJ7AkYfpSr2T8gvnLDtILdA 1185
asphalt/mailer/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
asphalt/mailer/utils.py sha256=nT1VnAiwtfJPhRc9TKbuAz-gTRcPfptiqS53g_tmYbI 713
asphalt/mailer/mailers/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
asphalt/mailer/mailers/mock.py sha256=Jxq9XXqx1soJnzE6Ex8P0IqTFDHMzKc2ddrJn0BnFow 995
asphalt/mailer/mailers/sendmail.py sha256=smmEG-VJeLL41mEneqKWc51KVBI8T0YnLgbLROpEWbQ 1789
asphalt/mailer/mailers/smtp.py sha256=T1RZjXW4Ts-cT_FZ62eKqPeNAuipjVblnliRZ-gDG34 3585
asphalt_mailer-4.0.0.dist-info/LICENSE sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA 11358
asphalt_mailer-4.0.0.dist-info/METADATA sha256=Vj5dZJ8knTtanMi5rzrVBtv6ypDmizm06aWr66l6hdw 2791
asphalt_mailer-4.0.0.dist-info/WHEEL sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo 92
asphalt_mailer-4.0.0.dist-info/entry_points.txt sha256=5NtfysyOnk4Yr75C8R2xCThT-dQwPXVup5AX6iMj9_E 247
asphalt_mailer-4.0.0.dist-info/top_level.txt sha256=R-2hwgwPRuCBIBZvElxlXTU7XZdVGgdOGf_8pMfkK1w 8
asphalt_mailer-4.0.0.dist-info/RECORD

top_level.txt

asphalt

entry_points.txt

mailer = asphalt.mailer.component:MailerComponent
mock = asphalt.mailer.mailers.mock:MockMailer
sendmail = asphalt.mailer.mailers.sendmail:SendmailMailer
smtp = asphalt.mailer.mailers.smtp:SMTPMailer