pywebpush icon indicating copy to clipboard operation
pywebpush copied to clipboard

Python Webpush Data encryption library

Results 28 pywebpush issues
Sort by recently updated
recently updated
newest added

I got pywebpush working on one system, but then when I copied it over to another system, I had authorization issues. It turns out that the other system has a...

I am new to this webdev thing. I was making a small project that requires me to send notification(s). I have managed to get through everything and get it to...

Greetings, i am using django-webpush that uses pywebpush,can somebody advise why its not working to group multiple notification from my django-webpush? I tested homeassistant html5 notify and my phone is...

I am using this library for sending webpush to my edge device but it always return error with 401-Unauthorized. Endpoint for edge is something like this - https://db3.notify.windows.com/?token=AgUAAADCQmTg7OMlCg%2fK0K8rBPcBqHuy%2b1rTSNPMuIzF6BtvpRdT7DM4j%2fs%2bNNm8z5l1QKZMtyjByKW5uXqb9V7hIAeA3i8FoKR%2f49ZnGgyUkAhzix%2fuSuasL3jalk7562F4Bpw%3d I am...

Providing the licence file in the pyproject.toml is admitted but in that way the metadata of the package is very verbose and may break tools which are intended to parse...

In both [setup.py](https://github.com/web-push-libs/pywebpush/blob/c99d0f7997f6796eff257083baf2a0ad77cfa518/setup.py#L46) and [pyproject.toml](https://github.com/web-push-libs/pywebpush/blob/c99d0f7997f6796eff257083baf2a0ad77cfa518/pyproject.toml#L26) is stated that this project is Python3 only. Six is [only used in the main script](https://github.com/search?q=repo%3Aweb-push-libs%2Fpywebpush+six+language%3APython&type=code&l=Python) to check for `six.text_types` which in Python3 is `str`....

## Description * fix declaration errors for `sdist` build * remove old `license` declaration from inside of setup.py