Credits¶
Audio¶
The notification sound is a work of Joseph SARDIN under Creative Commons CC0 1.0 Universal: Microwave Bell.
Dependencies¶
Generated with pipdeptree.
flowchart TD classDef missing stroke-dasharray: 5 certifi["certifi\n2025.1.31"] charset-normalizer["charset-normalizer\n3.4.1"] click_0["click\n8.1.8"] distro["distro\n1.9.0"] et-xmlfile["et_xmlfile\n2.0.0"] gdal["GDAL\n3.9.3"] idna["idna\n3.10"] jeepney["jeepney\n0.9.0"] loguru["loguru\n0.6.0"] lxml["lxml\n5.3.2"] markdown-it-py["markdown-it-py\n3.0.0"] mdurl["mdurl\n0.1.2"] notify-py["notify_py\n0.3.43"] numpy["numpy\n1.26.4"] openpyxl["openpyxl\n3.1.5"] packaging["packaging\n24.2"] pgserviceparser["pgserviceparser\n2.3.0"] pillow["pillow\n11.1.0"] pygments["Pygments\n2.19.1"] requests["requests\n2.32.3"] rich["rich\n14.0.0"] shellingham["shellingham\n1.5.4"] ttkthemes["ttkthemes\n3.2.2"] typer["typer\n0.15.2"] typing-extensions["typing_extensions\n4.13.1"] urllib3["urllib3\n2.3.0"] markdown-it-py -- "~=0.1" --> mdurl notify-py -- ">=0.5.3,<=0.6.0" --> loguru notify-py -- "any" --> jeepney openpyxl -- "any" --> et-xmlfile requests -- ">=1.21.1,<3" --> urllib3 requests -- ">=2,<4" --> charset-normalizer requests -- ">=2.5,<4" --> idna requests -- ">=2017.4.17" --> certifi rich -- ">=2.13.0,<3.0.0" --> pygments rich -- ">=2.2.0" --> markdown-it-py rich -- ">=4.0.0,<5.0" --> typing-extensions ttkthemes -- "any" --> pillow typer -- ">=1.3.0" --> shellingham typer -- ">=10.11.0" --> rich typer -- ">=3.7.4.3" --> typing-extensions typer -- ">=8.0.0" --> click_0
Licenses¶
Generated with pip-licenses
Name |
Version |
License |
Author |
URL |
Description |
---|---|---|---|---|---|
GDAL |
3.9.3 |
MIT License |
Frank Warmerdam, Howard Butler, Even Rouault |
GDAL: Geospatial Data Abstraction Library |
|
Pygments |
2.19.1 |
BSD License |
Georg Brandl georg@python.org |
Pygments is a syntax highlighting package written in Python. |
|
certifi |
2025.1.31 |
Mozilla Public License 2.0 (MPL 2.0) |
Kenneth Reitz |
Python package for providing Mozilla’s CA Bundle. |
|
charset-normalizer |
3.4.1 |
MIT License |
“Ahmed R. TAHRI” tahri.ahmed@proton.me |
https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md |
The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. |
click |
8.1.8 |
BSD License |
UNKNOWN |
Composable command line interface toolkit |
|
distro |
1.9.0 |
Apache Software License |
Nir Cohen |
Distro - an OS platform information API |
|
et_xmlfile |
2.0.0 |
MIT License |
See AUTHORS.txt |
An implementation of lxml.xmlfile for the standard library |
|
idna |
3.10 |
BSD License |
Kim Davies kim+pypi@gumleaf.org |
Internationalized Domain Names in Applications (IDNA) |
|
jeepney |
0.9.0 |
UNKNOWN |
Thomas Kluyver thomas@kluyver.me.uk |
Low-level, pure Python DBus protocol wrapper. |
|
loguru |
0.6.0 |
MIT License |
Delgan |
Python logging made (stupidly) simple |
|
lxml |
5.3.2 |
BSD License |
lxml dev team |
Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API. |
|
markdown-it-py |
3.0.0 |
MIT License |
Chris Sewell chrisj_sewell@hotmail.com |
Python port of markdown-it. Markdown parsing, done right! |
|
mdurl |
0.1.2 |
MIT License |
Taneli Hukkinen hukkin@users.noreply.github.com |
Markdown URL utilities |
|
notify_py |
0.3.43 |
MIT License |
Mustafa Mohamed |
Cross-platform desktop notification library for Python |
|
numpy |
1.26.4 |
BSD License |
Travis E. Oliphant et al. |
Fundamental package for array computing in Python |
|
openpyxl |
3.1.5 |
MIT License |
See AUTHORS |
A Python library to read/write Excel 2010 xlsx/xlsm files |
|
packaging |
24.2 |
Apache Software License; BSD License |
Donald Stufft donald@stufft.io |
Core utilities for Python packages |
|
pgserviceparser |
2.3.0 |
MIT License |
David Signer info@opengis.ch, Julien Moura julien.moura@oslandia.com, Germán Carrillo info@opengis.ch, Denis Rouzaud info@opengis.ch |
A package parsing the PostgreSQL connection service file |
|
pillow |
11.1.0 |
CMU License (MIT-CMU) |
“Jeffrey A. Clark” aclark@aclark.net |
Python Imaging Library (Fork) |
|
pipdeptree |
2.26.0 |
UNKNOWN |
UNKNOWN |
Command line utility to show dependency tree of packages. |
|
requests |
2.32.3 |
Apache Software License |
Kenneth Reitz |
Python HTTP for Humans. |
|
rich |
14.0.0 |
MIT License |
Will McGugan |
Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal |
|
shellingham |
1.5.4 |
ISC License (ISCL) |
Tzu-ping Chung |
Tool to Detect Surrounding Shell |
|
ttkthemes |
3.2.2 |
GNU General Public License v3 (GPLv3) |
The ttkthemes authors |
A group of themes for the ttk extensions of Tkinter with a Tkinter.Tk wrapper |
|
typer |
0.15.2 |
MIT License |
=?utf-8?q?Sebasti=C3=A1n_Ram=C3=ADrez?= tiangolo@gmail.com |
Typer, build great CLIs. Easy to code. Based on Python type hints. |
|
typing_extensions |
4.13.1 |
UNKNOWN |
“Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee” levkivskyi@gmail.com |
Backported and Experimental Type Hints for Python 3.8+ |
|
urllib3 |
2.3.0 |
MIT License |
Andrey Petrov andrey.petrov@shazow.net |
HTTP library with thread-safe connection pooling, file post, and more. |