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.9.1.tar.gz
(21.8 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.9.1-py3-none-any.whl
(28.8 kB
view details)
File details
Details for the file swc_utils-0.9.1.tar.gz.
File metadata
- Download URL: swc_utils-0.9.1.tar.gz
- Upload date:
- Size: 21.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
550390e7b54a34e81eda62513d6f3bd578903606129069f233483b6b6cff6456
|
|
| MD5 |
9d6f371f413d111daa5977783c2de34c
|
|
| BLAKE2b-256 |
b23c720b8f3c19939db600b473e55a0c1e821def8b7f29643fe3d133ac5f2b11
|
File details
Details for the file swc_utils-0.9.1-py3-none-any.whl.
File metadata
- Download URL: swc_utils-0.9.1-py3-none-any.whl
- Upload date:
- Size: 28.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f3c59f9f29956bd6a4bc06db9b854db389afc585c4219f2eb10679055dc4d56
|
|
| MD5 |
91a3c3d9000223919a691bd5cd386995
|
|
| BLAKE2b-256 |
c83b606741f478ac45806614122f3f7e502bbd24c7e5a645082791514a1c2bd1
|