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.1.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

notifications_tj-0.0.1-py3-none-any.whl (2.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: notifications-tj-0.0.1.tar.gz
  • Upload date:
  • Size: 2.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.1.tar.gz
Algorithm Hash digest
SHA256 9c46a9aca5724f7307d427169826d8110248c5b4bc6d2042a524a3d47c5b4c79
MD5 6db07a5120a5af585f05b837e15b2701
BLAKE2b-256 01cd04cdd92a1d15e19f968d0b853dee6d54017bf58a738135818839c95456cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: notifications_tj-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 2.7 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b113a8f5a3947104e9275141d3367b552b1a81895ceb67bceec72d351f8a09f8
MD5 c1c7367187bef9d94969517fae12f59d
BLAKE2b-256 1f1fcc64ceba192949f3c165af174e01161b95385228a48cbf7b77809ec4b2b7

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