pypi.org Open in urlscan Pro
2a04:4e42:400::223  Public Scan

URL: https://pypi.org/project/gotify-tray/0.1.9/
Submission: On April 15 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

/search/

<form class="search-form search-form--primary" action="/search/" role="search">
  <label for="search" class="sr-only">Search PyPI</label>
  <input id="search" class="search-form__search" type="text" name="q" placeholder="Search projects" value="" autocomplete="off" autocapitalize="off" spellcheck="false" data-controller="search-focus"
    data-action="keydown@window->search-focus#focusSearchField" data-target="search-focus.searchField">
  <button type="submit" class="search-form__button">
    <i class="fa fa-search" aria-hidden="true"></i>
    <span class="sr-only">Search</span>
  </button>
</form>

/search/

<form class="search-form search-form--fullwidth" action="/search/" role="search">
  <label for="mobile-search" class="sr-only">Search PyPI</label>
  <input id="mobile-search" class="search-form__search" type="text" name="q" placeholder="Search projects" value="" autocomplete="off" autocapitalize="off" spellcheck="false">
  <button type="submit" class="search-form__button">
    <i class="fa fa-search" aria-hidden="true"></i>
    <span class="sr-only">Search</span>
  </button>
</form>

/locale/

<form action="/locale/">
  <ul>
    <li>
      <button class="language-switcher__selected" name="locale_id" value="en" type="submit"> English </button>
    </li>
    <li>
      <button name="locale_id" value="es" type="submit"> español </button>
    </li>
    <li>
      <button name="locale_id" value="fr" type="submit"> français </button>
    </li>
    <li>
      <button name="locale_id" value="ja" type="submit"> 日本語 </button>
    </li>
    <li>
      <button name="locale_id" value="pt_BR" type="submit"> português (Brasil) </button>
    </li>
    <li>
      <button name="locale_id" value="uk" type="submit"> українська </button>
    </li>
    <li>
      <button name="locale_id" value="el" type="submit"> Ελληνικά </button>
    </li>
    <li>
      <button name="locale_id" value="de" type="submit"> Deutsch </button>
    </li>
    <li>
      <button name="locale_id" value="zh_Hans" type="submit"> 中文 (简体) </button>
    </li>
    <li>
      <button name="locale_id" value="zh_Hant" type="submit"> 中文 (繁體) </button>
    </li>
    <li>
      <button name="locale_id" value="ru" type="submit"> русский </button>
    </li>
    <li>
      <button name="locale_id" value="he" type="submit"> עברית </button>
    </li>
    <li>
      <button name="locale_id" value="eo" type="submit"> esperanto </button>
    </li>
  </ul>
</form>

Text Content

Skip to main content Switch to mobile version
Warning Some features may not work without JavaScript. Please try enabling it if
you encounter problems.



Search PyPI Search
 * Help
 * Sponsors
 * Log in
 * Register

Menu
 * Help
 * Sponsors
 * Log in
 * Register

Search PyPI Search


GOTIFY-TRAY 0.1.9

pip install gotify-tray==0.1.9 Copy PIP instructions

Latest version

Released: Apr 14, 2022

A tray notification application for receiving messages from a Gotify server.




NAVIGATION

 * Project description
 * Release history
 * Download files


PROJECT LINKS

 * Homepage


STATISTICS

GitHub statistics:
 * Stars: 3
 * Forks: 0
 * Open issues/PRs: 0

View statistics for this project via Libraries.io, or by using our public
dataset on Google BigQuery


META

License: GNU General Public License v3 (GPLv3) (GPLv3)

Author: k.dries@protonmail.com

Requires: Python >=3.8.0


MAINTAINERS

seird


CLASSIFIERS

 * License
   * OSI Approved :: GNU General Public License v3 (GPLv3)
 * Programming Language
   * Python
   * Python :: 3
   * Python :: 3.8
   * Python :: 3.9
   * Python :: 3.10

Bloomberg is a Visionary sponsor of the Python Software Foundation.
PSF Sponsor · Served ethically
 * Project description
 * Project details
 * Release history
 * Download files


PROJECT DESCRIPTION


GOTIFY TRAY

A tray notification application for receiving messages from a Gotify server.


DOWNLOAD

Download the latest release.

or, install via pip:

$ pip install gotify-tray



FEATURES

 * Receive gotify messages in the native notification area.
 * Reconnect after wake from sleep or losing network connection.
 * Disable notification banners for low priority messages.
 * Manually delete received messages.
 * Go through a history of all previously received messages.
 * Receive missed messages after losing network connection.


IMAGES


NOTIFICATION BANNERS

Windows 10 KDE


MAIN WINDOW




SETTINGS WINDOW




MANUAL INSTALLATION

Get the source and install the requirements:

$ git clone https://github.com/seird/gotify-tray.git
$ cd gotify-tray
$ pip install -r requirements.txt



RUN FROM SOURCE

$ python -m gotify_tray



CREATE A PYINSTALLER EXECUTABLE

$ pip install pyinstaller
$ pyinstaller gotify-tray.spec


An executable is created at dist/gotify-tray/.


INNO SETUP (WINDOWS)

Create an installer for windows with inno setup from pyinstaller output:

$ iscc gotify-tray.iss



CREATE AND INSTALL A PIP PACKAGE

 * Create the pip package:
   
   $ python -m build
   

 * Install the pip package:
   
   $ pip install dist/gotify_tray-0.1.9-py3-none-any.whl
   

 * Launch:
   
   $ gotify-tray
   


CREATE A DEB PACKAGE

$ make build

# or install

$ sudo make install



REQUIREMENTS

 * python >=3.8
 * PyQt6
 * requests
 * websocket-client


PROJECT DETAILS


PROJECT LINKS

 * Homepage


STATISTICS

GitHub statistics:
 * Stars: 3
 * Forks: 0
 * Open issues/PRs: 0

View statistics for this project via Libraries.io, or by using our public
dataset on Google BigQuery


META

License: GNU General Public License v3 (GPLv3) (GPLv3)

Author: k.dries@protonmail.com

Requires: Python >=3.8.0


MAINTAINERS

seird


CLASSIFIERS

 * License
   * OSI Approved :: GNU General Public License v3 (GPLv3)
 * Programming Language
   * Python
   * Python :: 3
   * Python :: 3.8
   * Python :: 3.9
   * Python :: 3.10



RELEASE HISTORY RELEASE NOTIFICATIONS | RSS FEED

This version


0.1.9

Apr 14, 2022

0.1.8

Apr 1, 2022

0.1.7

Mar 30, 2022

0.1.6

Mar 24, 2022

0.1.5

Mar 22, 2022

0.1.4

Mar 21, 2022


DOWNLOAD FILES

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


SOURCE DISTRIBUTION

gotify-tray-0.1.9.tar.gz (71.7 kB view hashes)

Uploaded Apr 14, 2022 source


BUILT DISTRIBUTION

gotify_tray-0.1.9-py3-none-any.whl (84.2 kB view hashes)

Uploaded Apr 14, 2022 py3

Close


HASHES FOR GOTIFY-TRAY-0.1.9.TAR.GZ

Hashes for gotify-tray-0.1.9.tar.gz Algorithm Hash digest SHA256
5b34b8802900c4cd901e1df4e667d8753251107c199e34ff0a247ac626e85c1a Copy MD5
1eebd50283f4bfdd0761a5f28b98788e Copy BLAKE2-256
6570f03d1a6bc143855e8dafe339a248378bab7e29d347634dea12971f2347ca Copy

Close
Close


HASHES FOR GOTIFY_TRAY-0.1.9-PY3-NONE-ANY.WHL

Hashes for gotify_tray-0.1.9-py3-none-any.whl Algorithm Hash digest SHA256
49d9191639a22d6f997dbe127a4a319d22515118d29bf63f2dda8a9da6e8cafa Copy MD5
48db8447fe600cc8f3846482dc256ca7 Copy BLAKE2-256
d3c9de011b1728489035a0d16a6ddad478ffee98c670bf6e8985e5ba05768ee7 Copy

Close


HELP

 * Installing packages
 * Uploading packages
 * User guide
 * FAQs


ABOUT PYPI

 * PyPI on Twitter
 * Infrastructure dashboard
 * Package index name retention
 * Our sponsors


CONTRIBUTING TO PYPI

 * Bugs and feedback
 * Contribute on GitHub
 * Translate PyPI
 * Development credits


USING PYPI

 * Code of conduct
 * Report security issue
 * Privacy policy
 * Terms of use

--------------------------------------------------------------------------------

Status: All Systems Operational

Developed and maintained by the Python community, for the Python community.
Donate today!

© 2022 Python Software Foundation
Site map

Switch to desktop version
 * English
 * español
 * français
 * 日本語
 * português (Brasil)
 * українська
 * Ελληνικά
 * Deutsch
 * 中文 (简体)
 * 中文 (繁體)
 * русский
 * עברית
 * esperanto

Supported by

AWS Cloud computing Datadog Monitoring Facebook / Instagram PSF Sponsor Fastly
CDN Google Object Storage and Download Analytics Huawei PSF Sponsor Microsoft
PSF Sponsor NVIDIA PSF Sponsor Pingdom Monitoring Salesforce PSF Sponsor Sentry
Error logging StatusPage Status page