Provides utility functions for SWC projects
Project description
SWC Utils
This repository contains a collection of utilities for SWC projects.
pip install swc_utils
pip install swc_utils[extras] (for all extras)
Email Login with united-domains
from swc_utils.mail.smtp_client import SMTPClient
client = SMTPClient(
"smtp.udag.de",
465,
"<default>@example.com",
"<system name>",
"<user>",
"<password>"
)
client.send(
["<mail1>", "<mail2>"],
"<content>",
"<subject>",
sender_email="sender@example.com"
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
swc_utils-0.8.0.tar.gz
(20.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
swc_utils-0.8.0-py3-none-any.whl
(26.6 kB
view details)
File details
Details for the file swc_utils-0.8.0.tar.gz.
File metadata
- Download URL: swc_utils-0.8.0.tar.gz
- Upload date:
- Size: 20.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be78d6f7718c87eff6b3f1b605ebbd2ab9deca52161f8ea91606ebc1af60a151
|
|
| MD5 |
cee2860c482a8cc26fefb25befaaecaf
|
|
| BLAKE2b-256 |
2e4fddea586fb006aae8fa45078eb6080767edcb2b2e0c9d9ea789fc59f568ab
|
File details
Details for the file swc_utils-0.8.0-py3-none-any.whl.
File metadata
- Download URL: swc_utils-0.8.0-py3-none-any.whl
- Upload date:
- Size: 26.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b57c716f5194f2f09b4d88b7d3dc287e4887f445dcb85c86eda19719686e0c2
|
|
| MD5 |
090e0795b312a39b0d339a6ce521a047
|
|
| BLAKE2b-256 |
d63274545da7e98df24d61ca80916745cbd4d1110a181e7811675347434d7540
|