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\n2024.7.4"] charset-normalizer["charset-normalizer\n3.3.2"] click_0["click\n8.1.7"] distro["distro\n1.9.0"] et-xmlfile["et-xmlfile\n1.1.0"] gdal["GDAL\n3.8.4"] idna["idna\n3.7"] jeepney["jeepney\n0.8.0"] loguru["loguru\n0.6.0"] lxml["lxml\n5.2.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.1"] pgserviceparser["pgserviceparser\n2.2.0"] pillow["pillow\n10.4.0"] pygments["Pygments\n2.18.0"] requests["requests\n2.32.3"] rich["rich\n13.7.1"] shellingham["shellingham\n1.5.4"] ttkthemes["ttkthemes\n3.2.2"] typer["typer\n0.12.3"] typing-extensions["typing_extensions\n4.12.2"] urllib3["urllib3\n2.2.2"] 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 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.8.4

MIT License

Frank Warmerdam

http://www.gdal.org

GDAL: Geospatial Data Abstraction Library

Pygments

2.18.0

BSD License

Georg Brandl georg@python.org

https://pygments.org

Pygments is a syntax highlighting package written in Python.

certifi

2024.7.4

Mozilla Public License 2.0 (MPL 2.0)

Kenneth Reitz

https://github.com/certifi/python-certifi

Python package for providing Mozilla’s CA Bundle.

charset-normalizer

3.3.2

MIT License

Ahmed TAHRI

https://github.com/Ousret/charset_normalizer

The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.

click

8.1.7

BSD License

UNKNOWN

https://palletsprojects.com/p/click/

Composable command line interface toolkit

distro

1.9.0

Apache Software License

Nir Cohen

https://github.com/python-distro/distro

Distro - an OS platform information API

et-xmlfile

1.1.0

MIT License

See ATUHORS.txt

https://foss.heptapod.net/openpyxl/et_xmlfile

An implementation of lxml.xmlfile for the standard library

idna

3.7

BSD License

Kim Davies kim+pypi@gumleaf.org

https://github.com/kjd/idna

Internationalized Domain Names in Applications (IDNA)

jeepney

0.8.0

MIT License

Thomas Kluyver

https://gitlab.com/takluyver/jeepney

Low-level, pure Python DBus protocol wrapper.

loguru

0.6.0

MIT License

Delgan

https://github.com/Delgan/loguru

Python logging made (stupidly) simple

lxml

5.2.2

BSD License

lxml dev team

https://lxml.de/

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

https://github.com/executablebooks/markdown-it-py

Python port of markdown-it. Markdown parsing, done right!

mdurl

0.1.2

MIT License

Taneli Hukkinen hukkin@users.noreply.github.com

https://github.com/executablebooks/mdurl

Markdown URL utilities

notify_py

0.3.43

MIT License

Mustafa Mohamed

https://github.com/ms7m/notify-py

Cross-platform desktop notification library for Python

numpy

1.26.4

BSD License

Travis E. Oliphant et al.

https://numpy.org

Fundamental package for array computing in Python

openpyxl

3.1.5

MIT License

See AUTHORS

https://openpyxl.readthedocs.io

A Python library to read/write Excel 2010 xlsx/xlsm files

packaging

24.1

Apache Software License; BSD License

Donald Stufft donald@stufft.io

https://github.com/pypa/packaging

Core utilities for Python packages

pgserviceparser

2.2.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

https://opengisch.github.io/pgserviceparser/

A package parsing the PostgreSQL connection service file

pillow

10.4.0

Historical Permission Notice and Disclaimer (HPND)

“Jeffrey A. Clark” aclark@aclark.net

https://python-pillow.org

Python Imaging Library (Fork)

pipdeptree

2.23.1

MIT License

UNKNOWN

https://github.com/tox-dev/pipdeptree

Command line utility to show dependency tree of packages.

requests

2.32.3

Apache Software License

Kenneth Reitz

https://requests.readthedocs.io

Python HTTP for Humans.

rich

13.7.1

MIT License

Will McGugan

https://github.com/Textualize/rich

Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal

shellingham

1.5.4

ISC License (ISCL)

Tzu-ping Chung

https://github.com/sarugaku/shellingham

Tool to Detect Surrounding Shell

ttkthemes

3.2.2

GNU General Public License v3 (GPLv3)

The ttkthemes authors

https://github.com/RedFantom/ttkthemes

A group of themes for the ttk extensions of Tkinter with a Tkinter.Tk wrapper

typer

0.12.3

MIT License

Sebastián Ramírez tiangolo@gmail.com

https://github.com/tiangolo/typer

Typer, build great CLIs. Easy to code. Based on Python type hints.

typing_extensions

4.12.2

Python Software Foundation License

“Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee” levkivskyi@gmail.com

https://github.com/python/typing_extensions

Backported and Experimental Type Hints for Python 3.8+

urllib3

2.2.2

MIT License

Andrey Petrov andrey.petrov@shazow.net

https://github.com/urllib3/urllib3/blob/main/CHANGES.rst

HTTP library with thread-safe connection pooling, file post, and more.