{"package":"youseedee","ecosystem":"pypi","latest_version":"0.7.0","description":"Interface to the latest version of the Unicode Character Database","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 your operating system's user cache directory (determined by [`platformdirs`](https://pypi.org/project/platformdirs/)) in a folder called `youseedee`. 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'}","license_risk":"unknown","commercial_use_notes":"verify manually — license not parseable / not declared.","homepage":"https://pypi.org/project/youseedee/","repository":"","downloads_weekly":2552,"health":{"score":50,"risk":"high","breakdown":{"maintenance":10,"popularity":6,"security":25,"maturity":9,"community":0},"deprecated":false,"max_score":100},"vulnerabilities":{"count":0,"critical":0,"high":0,"medium":0,"low":0,"details":[]},"versions":{"latest":"0.7.0","total_count":11,"recent":["0.1.0","0.2.0","0.3.0","0.4.0","0.4.1","0.5.0","0.5.1","0.5.2","0.5.3","0.6.0","0.7.0"]},"metadata":{"deprecated":false,"deprecated_message":null,"maintainers_count":0,"first_published":null,"last_published":"2025-07-24T11:28:55.083601Z","dependencies_count":3,"dependencies":["requests","filelock","platformdirs>=4.3"]},"github_stats":null,"bundle":null,"typescript":null,"known_issues":{"bugs_count":0,"bugs_severity":{},"status_breakdown":{},"link":null,"scope":"none"},"historical_compromise":null,"recommendation":{"action":"safe_to_use","issues":[],"use_version":"0.7.0","version_hint":null,"summary":"youseedee@0.7.0 is safe to use (health: 50/100)"},"version_scoped":null,"requested_version":null,"_cache":"hit","_response_ms":0,"_powered_by":"depscope.dev — free package intelligence for AI agents","typosquat":{"is_suspected":false},"maintainer_trust":{"available":false},"malicious":{"is_malicious":false},"scorecard":{"available":false},"quality":{"available":false},"version_history_summary":{"total_versions":11,"first_release_age_days":null,"last_release_days_ago":278,"avg_days_between_releases":null,"release_velocity":"moderate"}}