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.8.4.tar.gz
(21.1 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.8.4-py3-none-any.whl
(28.1 kB
view details)
File details
Details for the file swc_utils-0.8.4.tar.gz.
File metadata
- Download URL: swc_utils-0.8.4.tar.gz
- Upload date:
- Size: 21.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ab8bfaaf2f84bda41e35db6ba066dad00f4b34debbd805b0e671aa951cdce58
|
|
| MD5 |
72df80e4325b8d0aee54bce06c167727
|
|
| BLAKE2b-256 |
cc5110a2dd1c8746e8fca832b0ad62f4d63b48ef8a21d2abb4a84f7ac6b99b0f
|
File details
Details for the file swc_utils-0.8.4-py3-none-any.whl.
File metadata
- Download URL: swc_utils-0.8.4-py3-none-any.whl
- Upload date:
- Size: 28.1 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 |
3077cf07ac2278678742df6bff58186fdc1f275552802ea5a8a380a190aad2e3
|
|
| MD5 |
de886f54f8986cda97090b317c3088ce
|
|
| BLAKE2b-256 |
ed3d4c805ed0520f6d14c9e40249d3f7c5cf79ccc05c8cb0e87ae0a446e428c1
|