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.10.0.tar.gz
(21.5 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.10.0.tar.gz.
File metadata
- Download URL: swc_utils-0.10.0.tar.gz
- Upload date:
- Size: 21.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f42e575dbc47a5edabfdfb4e78ef418bec7288efa0f316fa231b1051ce1dfe3
|
|
| MD5 |
9e00dc50078a1e109ae3a4aac24c6618
|
|
| BLAKE2b-256 |
c849c26604b66d079aa0ded28971259f24e298aa1016c076e7f94befff65c98c
|
File details
Details for the file swc_utils-0.10.0-py3-none-any.whl.
File metadata
- Download URL: swc_utils-0.10.0-py3-none-any.whl
- Upload date:
- Size: 28.5 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 |
e613ffb5c8459d0aab5a676dd9da30a46a916d0f0a20a102c713bf717513f1bc
|
|
| MD5 |
3fddf9b20d677fbf96e67ccd9a845d95
|
|
| BLAKE2b-256 |
1776943f8d51357eb0fc5ae4e1efea6758aa7fb88f7cb2b93da86c0872872a26
|