Skip to main content

notifications library

Project description

notifications

this module houses shared code used to send notifications for students teaching students

first time stuff: pip install wheel pip install twine

use python3 setup.py sdist bdist_wheel to make new version then remove old whl and tar files then use python3 -m twine upload --repository testpypi dist/* to reupload

then, in the project the library is to be used in, do pip uninstall pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple to get the latest

once the dependency is solidified, you don't have to use test.pypi, so instead, the above becomes:

use python3 setup.py sdist bdist_wheel to make new version then remove old whl and tar files then use python3 -m twine upload dist/* to reupload

then, in the project the library is to be used in, do pip uninstall pip install to get the latest

Don't forget to save the dependency snapshot in this and the other package! pip freeze > requirements.txt

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

notifications-tj-0.0.2.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

notifications_tj-0.0.2-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file notifications-tj-0.0.2.tar.gz.

File metadata

  • Download URL: notifications-tj-0.0.2.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.2

File hashes

Hashes for notifications-tj-0.0.2.tar.gz
Algorithm Hash digest
SHA256 f128b1bbeee13fb9f7a84829202e39292619227871878179a03c01a79f35f1d3
MD5 48975cd64b3f7e72af4eef98388907d0
BLAKE2b-256 72f7eddfc88449972a5185c9b9e37223b0abced613497602ff91d01835c0354a

See more details on using hashes here.

File details

Details for the file notifications_tj-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: notifications_tj-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 5.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.2

File hashes

Hashes for notifications_tj-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 feb2644629c50c8719abfbdfae04622c64a6dff58de72b5726af0d3aac1ffe59
MD5 fcb6265d4a1ba85fac18378d2466d1f4
BLAKE2b-256 58c7d5d8a10d637f71ce5b60fe9d461e68dbdd7f599ea9aeb4339260e4070351

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page