Setup dev environment
python3 -m pip install -r requirements.txt
pre-commit install
Export environment variables
export MAIL_SERVER="smtp.gmail.com"
export MAIL_PORT=587
export MAIL_USERNAME="********************************"
export MAIL_RECEIPIENT="********************************"
export MAIL_PASSWORD="********************************"
export MAIL_USE_TLS=1
export MAIL_USER_SSL=0
Run application
python3 -c "from notify_online import notify_online; notify_online()"
Build package
python3 setup.py sdist bdist_wheel
Publish package to Pypi
twine upload dist/*
Release files for notify-online 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| notify_online-0.1.1.tar.gz | 8.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| notify_online-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:18.2 kB
Release files / notify_online-0.1.1.tar.gz
| Download URL | notify_online-0.1.1.tar.gz |
|---|---|
| Size | 8.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
62ae55b20c2d8cfd9ad2ec5172790055ec1030d74e49aca1def225f128f231aa
|
|
BLAKE2b-256 checksum How to use checksums |
bdee477b382d92ae25f61766e45d9725b82ce78534bb6d5f7608d7ef1ece96fb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.9
|
Release files / notify_online-0.1.1-py3-none-any.whl
| Download URL | notify_online-0.1.1-py3-none-any.whl |
|---|---|
| Size | 9.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bd61865789b8695ffe08221fdf2ebc9b6f6d9ce7253a89ddbe14d9310f248529
|
|
BLAKE2b-256 checksum How to use checksums |
f69afb63e98c6ec84f4a7b20476bd955a30c8a4ee276add9dd90583ee41896ca
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.9
|