outgoing
View on PyPI — Reverse Dependencies (3)
0.6.1 | outgoing-0.6.1-py3-none-any.whl |
Wheel Details
Project: | outgoing |
Version: | 0.6.1 |
Filename: | outgoing-0.6.1-py3-none-any.whl |
Download: | [link] |
Size: | 19397 |
MD5: | f0d9dfe4e5aad5c3bcb499483566f413 |
SHA256: | 3b51b6c247b3c8b16ec72a868c127543cc7c2b93ba315ad40336197f4c8b0d5c |
Uploaded: | 2024-05-08 18:33:47 +0000 |
dist-info
METADATA · WHEEL · RECORD · entry_points.txt
METADATA
WHEEL
Wheel-Version: | 1.0 |
Generator: | hatchling 1.24.2 |
Root-Is-Purelib: | true |
Tag: | py3-none-any |
RECORD
Path | Digest | Size |
---|---|---|
outgoing/__init__.py | sha256=Iuqho1IrryO898kh6QCRkb1INk2ItWs5CMsYMz7LtvA | 1681 |
outgoing/__main__.py | sha256=8KLkvTdcf3VJMV9iv9ImwBlO-VKaTgkVDD5AQsjyud4 | 3023 |
outgoing/config.py | sha256=RwRU__CdsRvjZHAtw_Zl8dUdHsmqTk2Zo7dDwpmoAA8 | 9837 |
outgoing/core.py | sha256=7tOTo1zgZq8XoqIbbnaHziEEXPpfb2fGQkB13_1ZaJU | 9555 |
outgoing/errors.py | sha256=sltpJvDn6M36vzJoJ8KXYSH7bS0qJoP3KGl6hc6Mk14 | 2049 |
outgoing/passwords.py | sha256=Hf7nJL68MS_sFda0BLwTFkCVMtksHmEsjWiWOBrC6xU | 4593 |
outgoing/py.typed | sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU | 0 |
outgoing/util.py | sha256=WL-vuQsUis2vKN5tg1WZZqhgJU4bD2oe9FPPGXZsmLo | 2211 |
outgoing/senders/__init__.py | sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU | 0 |
outgoing/senders/command.py | sha256=agNU-T65xPEiOvPWNZ3x_Luv3yP4ocPWmJHhr2nlgjU | 933 |
outgoing/senders/mailboxes.py | sha256=t60mrwum8rAGPbOLFK-iTA5nn3atGeb04oOyCFJE_Fw | 3573 |
outgoing/senders/null.py | sha256=Vx5OzeozCphdsm1fs1p681s8lboQckv9OEBGZzADcAY | 457 |
outgoing/senders/smtp.py | sha256=GQOdRz0LpwcGKI9-67YvVkXVZHgS3qiBy2Ykel0mAUM | 2435 |
outgoing-0.6.1.dist-info/METADATA | sha256=an9eIHHXrbvnhtdW0XK8lfoJZhVeg-J88UInuLh648E | 5769 |
outgoing-0.6.1.dist-info/WHEEL | sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU | 87 |
outgoing-0.6.1.dist-info/entry_points.txt | sha256=oo0gVNPhK8YrdGHs_cpxU15XECNxEaFeeNTmIJr500w | 661 |
outgoing-0.6.1.dist-info/licenses/LICENSE | sha256=El0o1KVet3cO8D_pkhWPG5vKhB_vg0dXkOqU4xWMD6E | 1095 |
outgoing-0.6.1.dist-info/RECORD | — | — |
entry_points.txt
outgoing = outgoing.__main__:main
base64 = outgoing.passwords:base64_scheme
dotenv = outgoing.passwords:dotenv_scheme
env = outgoing.passwords:env_scheme
file = outgoing.passwords:file_scheme
keyring = outgoing.passwords:keyring_scheme
babyl = outgoing.senders.mailboxes:BabylSender
command = outgoing.senders.command:CommandSender
maildir = outgoing.senders.mailboxes:MaildirSender
mbox = outgoing.senders.mailboxes:MboxSender
mh = outgoing.senders.mailboxes:MHSender
mmdf = outgoing.senders.mailboxes:MMDFSender
null = outgoing.senders.null:NullSender
smtp = outgoing.senders.smtp:SMTPSender