youseedee

View on PyPIReverse Dependencies (4)

0.6.0 youseedee-0.6.0-py3-none-any.whl

Wheel Details

Project: youseedee
Version: 0.6.0
Filename: youseedee-0.6.0-py3-none-any.whl
Download: [link]
Size: 10990
MD5: 25163f2aaa8d3c687208c1bb10ee505a
SHA256: 096cf8ee0bd809dbece277f3c4181149b8459f87892d5cd6f16eba26a78474ad
Uploaded: 2024-09-11 19:36:47 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: youseedee
Version: 0.6.0
Summary: Interface to the latest version of the Unicode Character Database
Author-Email: Simon Cozens <simon[at]simon-cozens.org>
Project-Url: homepage, https://pypi.org/project/youseedee
Project-Url: repository, https://github.com/simoncozens/youseedee
License: # youseedee: interface to the UCD" This module allows you to query the Unicode Character Database. The main function to be imported is `ucd_data`: >>> ucd_data(0x078A) {'Age': '3.0', 'Block': 'Thaana', 'Canonical_Combining_Class': '0', 'East_Asian_Width': 'N', 'General_Category': 'Lo', 'Line_Break': 'AL', 'Name': 'THAANA LETTER FAAFU', 'Script': 'Thaana'} On first run, it will download the database files for you from unicode.org. These are stored in `.youseedee` in your home directory. These are also updated if new data is available from unicode.org You may also use it as a command line utility: $ python3 -m youseedee 0x078A {'Age': '3.0', 'Block': 'Thaana', 'Canonical_Combining_Class': '0', 'East_Asian_Width': 'N', 'General_Category': 'Lo', 'Line_Break': 'AL', 'Name': 'THAANA LETTER FAAFU', 'Script': 'Thaana'} $ python3 -m youseedee Ǩ {'Age': '1.1', 'Block': 'Latin Extended-B', 'Canonical_Combining_Class': '0', 'Case_Folding_Mapping': '01E9', 'Case_Folding_Status': 'C', 'East_Asian_Width': 'N', 'General_Category': 'Lu', 'Line_Break': 'AL', 'Name': 'LATIN CAPITAL LETTER K WITH CARON', 'Script': 'Latin'}
Requires-Dist: requests
Requires-Dist: filelock
Description-Content-Type: text/markdown
[Description omitted; length: 1266 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (74.1.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
youseedee/__init__.py sha256=5RlRjeqIp4bL9Lh2bl1ShKgqfJgK3PcVU0hb0ZPhWS8 33027
youseedee/__main__.py sha256=1KbBC7fgt5ciAcQfE8VkVdmvZqkidqPTU_fWHExt79k 1332
youseedee-0.6.0.dist-info/METADATA sha256=ahyNERx00GdbKnEhwPrPXjcbC59uDu1g5xoFtSiYeL0 3273
youseedee-0.6.0.dist-info/WHEEL sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY 91
youseedee-0.6.0.dist-info/entry_points.txt sha256=EMJ4P7GpQnZtXi6MqPW8MwBVVbwlBkqs4_QfQUWbGkk 54
youseedee-0.6.0.dist-info/top_level.txt sha256=bhcvJQP6mB7fJ4oGS_-ForMJ5PxuDzYEagKBkApKhWQ 10
youseedee-0.6.0.dist-info/RECORD

top_level.txt

youseedee

entry_points.txt

youseedee = youseedee.__main__:main