Metadata-Version: |
2.1 |
Name: |
tkinter-tooltip |
Version: |
3.1.0 |
Summary: |
An easy and customisable ToolTip implementation for Tkinter |
Author: |
Giannis Nikiteas |
Author-Email: |
giannis.nikiteas[at]gmail.com |
Home-Page: |
https://github.com/gnikit/tkinter-tooltip |
Project-Url: |
Documentation, https://gnikit.github.io/tkinter-tooltip |
Project-Url: |
Repository, https://github.com/gnikit/tkinter-tooltip |
Project-Url: |
Tracker, https://github.com/gnikit/tkinter-tooltip/issues |
License: |
MIT |
Keywords: |
tkinter,tktooltip,tkinter-tooltip,tooltip,pop-up |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Natural Language :: English |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Topic :: Software Development |
Classifier: |
Typing :: Typed |
Classifier: |
Operating System :: Microsoft :: Windows |
Classifier: |
Operating System :: POSIX |
Classifier: |
Operating System :: Unix |
Classifier: |
Operating System :: MacOS |
Requires-Python: |
>=3.7 |
Requires-Dist: |
importlib-metadata; python_version < "3.8" |
Requires-Dist: |
typing-extensions; python_version < "3.8" |
Requires-Dist: |
pytest (>=5.4.3); extra == "dev" |
Requires-Dist: |
pytest-cov (>=2.12.1); extra == "dev" |
Requires-Dist: |
black; extra == "dev" |
Requires-Dist: |
isort; extra == "dev" |
Requires-Dist: |
pre-commit; extra == "dev" |
Requires-Dist: |
sphinx (>=7.3.7); extra == "docs" |
Requires-Dist: |
sphinx-argparse (>=0.4.0); extra == "docs" |
Requires-Dist: |
sphinx-autodoc-typehints (>=2.1.0); extra == "docs" |
Requires-Dist: |
sphinx-design (>=0.5.0); extra == "docs" |
Requires-Dist: |
sphinx-copybutton (>=0.5.2); extra == "docs" |
Requires-Dist: |
furo (>=2024.5.6); extra == "docs" |
Requires-Dist: |
myst-parser (>=3.0.1); extra == "docs" |
Requires-Dist: |
sphinx-sitemap (>=2.5.1); extra == "docs" |
Requires-Dist: |
sv-ttk; extra == "examples" |
Requires-Dist: |
Pillow; extra == "examples" |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
examples |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |