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@boba.net",
recipient_emails="peka@yoba.net",
sender_alias="aio_send_dir",
)
)
Публикация
Для ручной публикации необходимо задать переменные окружения PYPI_USERNAME и PYPI_PASSWORD
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.5.tar.gz
(7.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 aio_send_dir-0.1.5.tar.gz.
File metadata
- Download URL: aio_send_dir-0.1.5.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/2.4.1 CPython/3.12.3 Linux/6.17.0-1020-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07eaa97b73fc656a695e3abdd3db6606ac9c68c67b06bd089e64a56780c75044
|
|
| MD5 |
6fe79b972927bc4debc8a730ccca4be9
|
|
| BLAKE2b-256 |
eca0964d2d9e93cf2c80d2a961f98c748a156124c4ba8a2ad6b5e4386e24558b
|
File details
Details for the file aio_send_dir-0.1.5-py3-none-any.whl.
File metadata
- Download URL: aio_send_dir-0.1.5-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/2.4.1 CPython/3.12.3 Linux/6.17.0-1020-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62759db1eacf93a148f338bebb46a9569c3f863b258b2cbc80edd25943034dd6
|
|
| MD5 |
70bbed938425b7f1d7cda26764515267
|
|
| BLAKE2b-256 |
619e7e9579d74c0885ce7466ebac60a597a080f1958e708378dee1855d8cd0f4
|