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.11.0.tar.gz
(22.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
File details
Details for the file swc_utils-0.11.0.tar.gz.
File metadata
- Download URL: swc_utils-0.11.0.tar.gz
- Upload date:
- Size: 22.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 |
779e2e8372b7c44096fd7647ce6e698ff5529bd701839b84d761143a47186742
|
|
| MD5 |
d17e6a02463fe758654f48214e304e50
|
|
| BLAKE2b-256 |
39ca41ff60455e74587598118da6f295df3b71e22aa3d89b76783d630262db2d
|
File details
Details for the file swc_utils-0.11.0-py3-none-any.whl.
File metadata
- Download URL: swc_utils-0.11.0-py3-none-any.whl
- Upload date:
- Size: 30.7 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 |
99113bf10ac4291155570b8c6613b23554853f7a02e52ec9ede4fc944dfbcf45
|
|
| MD5 |
af3888eefc6b8186459f0438de94428f
|
|
| BLAKE2b-256 |
ca34f6ae64b672c1b3bbb664e38d667854659888f3a6e0d03eaf021fa433a429
|