asphalt-mailer
View on PyPI — Reverse 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 · WHEEL · RECORD · top_level.txt · entry_points.txt
METADATA
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