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.0.tar.gz
(21.3 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.0-py3-none-any.whl
(28.2 kB
view details)
File details
Details for the file swc_utils-0.9.0.tar.gz.
File metadata
- Download URL: swc_utils-0.9.0.tar.gz
- Upload date:
- Size: 21.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1aef53deb3a6812291ff9d17c3d8385410886269d6d2135e56bc789f0bd7ed2
|
|
| MD5 |
1b9a821010130eec11547125967c9b50
|
|
| BLAKE2b-256 |
31fcea401dc976d3b13961d6db09f009fd9ad84349ea327a31e641866eb4c151
|
File details
Details for the file swc_utils-0.9.0-py3-none-any.whl.
File metadata
- Download URL: swc_utils-0.9.0-py3-none-any.whl
- Upload date:
- Size: 28.2 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 |
97eb430225eb0bc0de10d3b7958d8c24f4fd8b6663763a1000da8c3dba02b519
|
|
| MD5 |
06dfcc7addcc0ba9d2f8c83553938e2e
|
|
| BLAKE2b-256 |
013cd89b110f1b467df174f68242ef477a691e00b7e954738b4aec43da9980c9
|