0 purchases
aio send dir 0.1.2
aio_send_dir
github
Для чего
Например, надо отправить coverage отчет после прогона pytest
def pytest_sessionfinish(session, exitstatus):
import asyncio
asyncio.run(send_dir(
dir_path="htmlcov",
smtp_hostname="localhost",
smtp_port=1025,
from_email="[email protected]",
recipient_emails="[email protected]",
)
)
Публикация
Для ручной публикации необходимо задать переменные окружения PYPI_USERNAME и PYPI_PASSWORD
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.