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.2.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.2-py3-none-any.whl
(27.7 kB
view details)
File details
Details for the file swc_utils-0.8.2.tar.gz.
File metadata
- Download URL: swc_utils-0.8.2.tar.gz
- Upload date:
- Size: 21.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a9a0e68df34928791bb61e2f92cfd1ba33081fbd71eef38480d0a10c6f90356
|
|
| MD5 |
86f3c22fa664017f829d526053a15d0b
|
|
| BLAKE2b-256 |
41efa68ad178ff0d67baaa8bc1a6f03dd4ac752c3cd230a3e8a2d10f97a07a5b
|
File details
Details for the file swc_utils-0.8.2-py3-none-any.whl.
File metadata
- Download URL: swc_utils-0.8.2-py3-none-any.whl
- Upload date:
- Size: 27.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83ce8a099d384de5df26a58871a3b0b9dd96cdd0fb7a459bf0bfd88db5a426f6
|
|
| MD5 |
94737e1cd74910d9e09cfda42d0a8c9f
|
|
| BLAKE2b-256 |
9498b3a185d5132ecbb617ad4bad0a6247459352a0b49a49fd1dd984dedf8c99
|