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.6.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.6.tar.gz.
File metadata
- Download URL: aio_send_dir-0.1.6.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 |
f9c8f62158c287d9d23ba0cfb951f87546bd29b58369fb801edd6f07c695e947
|
|
| MD5 |
8414079150f3fab3f45f167a98ac8560
|
|
| BLAKE2b-256 |
e576e3535d467a1562b4ed87c895654a5a57afef03ce4014a973d8e3973d731c
|
File details
Details for the file aio_send_dir-0.1.6-py3-none-any.whl.
File metadata
- Download URL: aio_send_dir-0.1.6-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 |
3fc2e3239e72a57a252be8f68dd3c625407e91b8dc15a34ac65040612002093b
|
|
| MD5 |
5084303b7f5c4632e8a939422cba2f07
|
|
| BLAKE2b-256 |
b70a8eb4a64279fb4f2192a799c069722b741fa1ee5580ec26cf3f0c2eae428d
|