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.1.tar.gz
(23.2 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.1.tar.gz.
File metadata
- Download URL: swc_utils-0.11.1.tar.gz
- Upload date:
- Size: 23.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
110ae716bc27bb2368b8519ba3bd42a76522c3a0278c444e9defa2d38683f922
|
|
| MD5 |
8079eaaf913eb237d78916ca7d39bb6f
|
|
| BLAKE2b-256 |
7e18e3f0a5ea8955f453bf23b64352ea5755c167dcf6b96178038abba3996737
|
File details
Details for the file swc_utils-0.11.1-py3-none-any.whl.
File metadata
- Download URL: swc_utils-0.11.1-py3-none-any.whl
- Upload date:
- Size: 31.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 |
d377ea565fb2ff95055494c840abc7f80140b7ed94c057ff697eb5f372ab3775
|
|
| MD5 |
2a9746b3329a243d00e43ce9b029000f
|
|
| BLAKE2b-256 |
126f0508d2d85a3339d680db09cf79d8076a8b3467048640ef87a19b68e2b098
|