Gives you the ability to compress and send directory to a email
Project description
aio_send_dir
Для чего
Например, надо отправить coverage отчет после прогона pytest
def pytest_sessionfinish(session, exitstatus):
import asyncio
asyncio.run(send_dir(
dir_path="htmlcov",
smtp_hostname="localhost",
smtp_port=1025,
from_email="yoba@yoba.net",
recipient_emails="peka@yoba.net",
)
)
Публикация
Для ручной публикации необходимо задать переменные окружения PYPI_USERNAME и PYPI_PASSWORD
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
aio_send_dir-0.1.4.tar.gz
(7.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
File details
Details for the file aio_send_dir-0.1.4.tar.gz.
File metadata
- Download URL: aio_send_dir-0.1.4.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.4.1 CPython/3.11.15 Linux/6.17.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a403facf457308d54c86f05573216f3418cbfd864f527bc0b5b9bcbcf86d3b28
|
|
| MD5 |
7e09ca60ec499d5990c993533604f848
|
|
| BLAKE2b-256 |
f1a4f2b6ae1d6897c77560d5e43af0e4ce35b1cd73a3079956cf911c06bead65
|
File details
Details for the file aio_send_dir-0.1.4-py3-none-any.whl.
File metadata
- Download URL: aio_send_dir-0.1.4-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.4.1 CPython/3.11.15 Linux/6.17.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d94a3bac0f219ddb257247ee73d70ed53ac22ecf06d262b02e80b3ac31569f71
|
|
| MD5 |
5ceaa92a6f4a6e86183ce5b6ad6ef3ab
|
|
| BLAKE2b-256 |
86d73c92fa1c2e7e858bd14914b22e20a36effb4782b6842a2b0c1b173d87fd1
|