Metadata-Version: 2.3
Name: unilookup
Version: 0.2.0
Summary: A simple CLI Python utility for looking up unicode codepoints
License: GPL-3.0-or-later
Author: Martin Maciaszek
Author-email: martin@maciaszek.net
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: terminaltables (>=3.1.10,<4.0.0)
Requires-Dist: unicodedata2 (>=15.1.0,<16.0.0)
Description-Content-Type: text/markdown

# unilookup

A simple CLI Python 3 utility for looking up unicode codepoints.

This utility is now available on PyPI and can be simply installed via `pipx install unilookup`.

Simply run `unilookup` and send the data you wish to look up through stdin, and it'll spit out a nice ASCII table. Since version 0.2 it also supports passing the string as a command line parameter.

Originally based on https://github.com/miestasmia/unilookup. Ported to Python 3 there wasn't much left of the origin code thanks to Python 3's built-in unicodedata library.

