<div align="center">
<img src="https://github.com/xability/maidr/blob/main/logo/logo.svg" width="350px" alt="A stylized MAIDR logo, with curved characters for M A, a hand pointing for an I, the D character, and R represented in braille."/>
<hr style="color:transparent" />
<br />
</div>
# py-maidr
Python binder for maidr library
## Install and Upgrade
```sh
# install the latest release from PyPI
pip install -U maidr
# or install the development version from GitHub
pip install -U git+https://github.com/xability/py_maidr.git
```
## LLM Configuration for Interactive Shell
To use OpenAI or Gemini Models along with the maidr library, follow the steps below:
1. Signup and get the API Keys for OpenAI or Gemini Models.
2. Add the keys to environment variables so that python binder can access the keys.
(Note: This only temporarily adds keys in environment variable, for persistent access you might want to add the export command to your shell configuration)
##### Mac Configuration
```bash
export OPENAI_API_KEY="<< add you key here >>"
export GEMINI_API_KEY="<< add you key here >>"
```
##### Windows Configuration
```
setx OPENAI_API_KEY "<< add you key here >>"
setx GEMINI_API_KEY "<< add you key here >>"
```
3. Run your python program.
Raw data
{
"_id": null,
"home_page": null,
"name": "maidr",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "accessibility, visualization, sonification, braille, tactile, multimodal, data representation, blind, low vision, visual impairments",
"author": "JooYoung Seo",
"author_email": "jseo1005@illinois.edu",
"download_url": "https://files.pythonhosted.org/packages/d8/d6/7f4f3695030ea0b5a6e3b77e3f6574a79802aea2af1f9abf6a7b6960261d/maidr-0.10.2.tar.gz",
"platform": null,
"description": "<div align=\"center\">\n\n<img src=\"https://github.com/xability/maidr/blob/main/logo/logo.svg\" width=\"350px\" alt=\"A stylized MAIDR logo, with curved characters for M A, a hand pointing for an I, the D character, and R represented in braille.\"/>\n\n<hr style=\"color:transparent\" />\n<br />\n</div>\n\n# py-maidr\n\nPython binder for maidr library\n\n## Install and Upgrade\n\n```sh\n# install the latest release from PyPI\npip install -U maidr\n\n# or install the development version from GitHub\npip install -U git+https://github.com/xability/py_maidr.git\n```\n\n## LLM Configuration for Interactive Shell\n\nTo use OpenAI or Gemini Models along with the maidr library, follow the steps below:\n\n1. Signup and get the API Keys for OpenAI or Gemini Models.\n2. Add the keys to environment variables so that python binder can access the keys.\n (Note: This only temporarily adds keys in environment variable, for persistent access you might want to add the export command to your shell configuration)\n\n##### Mac Configuration\n\n```bash\nexport OPENAI_API_KEY=\"<< add you key here >>\"\nexport GEMINI_API_KEY=\"<< add you key here >>\"\n```\n\n##### Windows Configuration\n\n```\nsetx OPENAI_API_KEY \"<< add you key here >>\"\nsetx GEMINI_API_KEY \"<< add you key here >>\"\n```\n\n3. Run your python program.\n\n",
"bugtrack_url": null,
"license": "GPL-3.0-or-later",
"summary": "Multimodal Access and Interactive Data Representations",
"version": "0.10.2",
"project_urls": null,
"split_keywords": [
"accessibility",
" visualization",
" sonification",
" braille",
" tactile",
" multimodal",
" data representation",
" blind",
" low vision",
" visual impairments"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "957097225767558ca5e4e3b4372a6569185b6a0ea6a22b9f53082876a913f0a2",
"md5": "5f8d865d8a6d3f6084ef0355df15b0a9",
"sha256": "c69aa68581fb1b461fbfee7537bad200318e31ef01c4d15372da1ae1152c5780"
},
"downloads": -1,
"filename": "maidr-0.10.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5f8d865d8a6d3f6084ef0355df15b0a9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 40519,
"upload_time": "2024-10-17T23:27:56",
"upload_time_iso_8601": "2024-10-17T23:27:56.530117Z",
"url": "https://files.pythonhosted.org/packages/95/70/97225767558ca5e4e3b4372a6569185b6a0ea6a22b9f53082876a913f0a2/maidr-0.10.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d8d67f4f3695030ea0b5a6e3b77e3f6574a79802aea2af1f9abf6a7b6960261d",
"md5": "c397abe709739dae2aa070481ab0d0c0",
"sha256": "1574f5434699ed7605b867f450f250ef169bd4e01b9a956ea1b7fa2fadc4131a"
},
"downloads": -1,
"filename": "maidr-0.10.2.tar.gz",
"has_sig": false,
"md5_digest": "c397abe709739dae2aa070481ab0d0c0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 30122,
"upload_time": "2024-10-17T23:27:57",
"upload_time_iso_8601": "2024-10-17T23:27:57.532560Z",
"url": "https://files.pythonhosted.org/packages/d8/d6/7f4f3695030ea0b5a6e3b77e3f6574a79802aea2af1f9abf6a7b6960261d/maidr-0.10.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-17 23:27:57",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "maidr"
}