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.2.tar.gz
(22.6 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.2.tar.gz.
File metadata
- Download URL: swc_utils-0.11.2.tar.gz
- Upload date:
- Size: 22.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e740137b6893a85e6a0d771fbc9088100295205d8e6ac43aed1890d34a88076
|
|
| MD5 |
0a1ffed61f79fbd698bc8107a1f9dda2
|
|
| BLAKE2b-256 |
abfdebb44e63ad917a3e686f0bb3f392af9bf94c797881f67b5573864d374301
|
File details
Details for the file swc_utils-0.11.2-py3-none-any.whl.
File metadata
- Download URL: swc_utils-0.11.2-py3-none-any.whl
- Upload date:
- Size: 31.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f46f978a91a8aff5c42c7a16c956b0156855b62fa2c6e277df95e525b939620
|
|
| MD5 |
1050a4f22739a47ca575fc627bac2309
|
|
| BLAKE2b-256 |
f24955c27dd39856eb2d53990fabb3ada033965c99adf57e641a9e8c4b386101
|