# MayekMapping
Utility Functions for managing Meitei Mayek Characters and mapping to E-pao Fonts.
### Installation
`$ python3 -m pip install meiteimayek-mapping`
### Usage
```python
from mayek import Mayek
mayek = Mayek('epao') # 'ratha'
# This will print out all the Mapum Mayek
print(mayek.MAPUM)
# This will print out all the Lonsum Mayek
print(mayek.LONSUM)
# This will print out all the Cheitap Mayek
print(mayek.CHEITAP)
# This will print out all the Cheising Mayek
print(mayek.CHEISING)
# This will print out all the KHUDMA Mayek
print(mayek.KHUDAM)
# This will convert the character code of E-pao font to Unicode
print(mayek.to_unicode('mitE myeQ'))
# THis will convert from Unicode to E-pao font's character code
print(mayek.from_unicode('ꯃꯤꯇꯩ ꯃꯌꯦꯛ'))
```
Raw data
{
"_id": null,
"home_page": "https://github.com/GyanendroKh/MayekMapping/tree/master/python",
"name": "meiteimayek-mapping",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "meiteimayek,meitei-mayek,mapping,utility,manipuri",
"author": "Gyanendro Kh",
"author_email": "me@gyanendrokh.dev",
"download_url": "https://files.pythonhosted.org/packages/36/2f/8ce46188ae6bc75ddff231f74394b669d342fd2ac93e2e80603c2498a149/meiteimayek-mapping-0.0.1.tar.gz",
"platform": null,
"description": "# MayekMapping\n\nUtility Functions for managing Meitei Mayek Characters and mapping to E-pao Fonts.\n\n### Installation\n\n`$ python3 -m pip install meiteimayek-mapping`\n\n### Usage\n\n```python\nfrom mayek import Mayek\n\nmayek = Mayek('epao') # 'ratha'\n\n# This will print out all the Mapum Mayek\nprint(mayek.MAPUM)\n\n# This will print out all the Lonsum Mayek\nprint(mayek.LONSUM)\n\n# This will print out all the Cheitap Mayek\nprint(mayek.CHEITAP)\n\n# This will print out all the Cheising Mayek\nprint(mayek.CHEISING)\n\n# This will print out all the KHUDMA Mayek\nprint(mayek.KHUDAM)\n\n# This will convert the character code of E-pao font to Unicode\nprint(mayek.to_unicode('mitE myeQ'))\n\n# THis will convert from Unicode to E-pao font's character code\nprint(mayek.from_unicode('\uabc3\uabe4\uabc7\uabe9 \uabc3\uabcc\uabe6\uabdb'))\n```\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Utility Functions for managing Meitei Mayek Characters and mapping to E-pao Font.",
"version": "0.0.1",
"split_keywords": [
"meiteimayek",
"meitei-mayek",
"mapping",
"utility",
"manipuri"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f46462135fad20de05eca8e90b3fc98b8c28a9242374fc54fb7de185f1a2a5b2",
"md5": "85d59da58916b3e39f1deb0d0bd4ee23",
"sha256": "58bc5be21f976e760f950cf4f69973e85b4825f4c40ce79e598cd52ad299d209"
},
"downloads": -1,
"filename": "meiteimayek_mapping-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "85d59da58916b3e39f1deb0d0bd4ee23",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3324,
"upload_time": "2023-01-23T17:40:18",
"upload_time_iso_8601": "2023-01-23T17:40:18.755826Z",
"url": "https://files.pythonhosted.org/packages/f4/64/62135fad20de05eca8e90b3fc98b8c28a9242374fc54fb7de185f1a2a5b2/meiteimayek_mapping-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "362f8ce46188ae6bc75ddff231f74394b669d342fd2ac93e2e80603c2498a149",
"md5": "9f607ace9515e6efe54ba36a99cfe64d",
"sha256": "d4236fa2a7513d96b80e52826667461836f4eb86a2067196c7ccb7f7f5e0ed0f"
},
"downloads": -1,
"filename": "meiteimayek-mapping-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "9f607ace9515e6efe54ba36a99cfe64d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3020,
"upload_time": "2023-01-23T17:40:20",
"upload_time_iso_8601": "2023-01-23T17:40:20.299506Z",
"url": "https://files.pythonhosted.org/packages/36/2f/8ce46188ae6bc75ddff231f74394b669d342fd2ac93e2e80603c2498a149/meiteimayek-mapping-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-23 17:40:20",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "meiteimayek-mapping"
}