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.1.tar.gz
(20.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.1-py3-none-any.whl
(26.6 kB
view details)
File details
Details for the file swc_utils-0.8.1.tar.gz.
File metadata
- Download URL: swc_utils-0.8.1.tar.gz
- Upload date:
- Size: 20.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 |
9ceac7b02941a2dbfd0db8c73b4776297cdca2dfe64d9e07d4934cec9b71bdb5
|
|
| MD5 |
fd982c764ac01b60c6670793c86d7799
|
|
| BLAKE2b-256 |
d0608b9418df9c6bc0598553806a56541843d089709af2210473ef13ee9add2e
|
File details
Details for the file swc_utils-0.8.1-py3-none-any.whl.
File metadata
- Download URL: swc_utils-0.8.1-py3-none-any.whl
- Upload date:
- Size: 26.6 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 |
38325cee770d9a605c75e49ac01dfc398ff062a10f8ff9881e072babb08ca9c7
|
|
| MD5 |
d5331167d8e28edc64bd1de2978c2766
|
|
| BLAKE2b-256 |
c658e3d5d8f3872cd27f866e0b8754ac669841c94c7d415e43973fc0dcc62eca
|