# Co-op Translator
_Easily automate the translation of your educational GitHub content into multiple languages to reach a global audience._
[](https://pypi.org/project/co-op-translator/)
[](https://github.com/azure/co-op-translator/blob/main/LICENSE)
[](https://pepy.tech/project/co-op-translator)
[](https://pepy.tech/project/co-op-translator)
[](https://github.com/azure/co-op-translator/pkgs/container/co-op-translator)
[](https://github.com/psf/black)
[](https://GitHub.com/azure/co-op-translator/graphs/contributors/)
[](https://GitHub.com/azure/co-op-translator/issues/)
[](https://GitHub.com/azure/co-op-translator/pulls/)
[](http://makeapullrequest.com)
### 🌐 Multi-Language Support
#### Supported by [Co-op Translator](https://github.com/Azure/Co-op-Translator)
<!-- CO-OP TRANSLATOR LANGUAGES TABLE START -->
[Arabic](./translations/ar/README.md) | [Bengali](./translations/bn/README.md) | [Bulgarian](./translations/bg/README.md) | [Burmese (Myanmar)](./translations/my/README.md) | [Chinese (Simplified)](./translations/zh/README.md) | [Chinese (Traditional, Hong Kong)](./translations/hk/README.md) | [Chinese (Traditional, Macau)](./translations/mo/README.md) | [Chinese (Traditional, Taiwan)](./translations/tw/README.md) | [Croatian](./translations/hr/README.md) | [Czech](./translations/cs/README.md) | [Danish](./translations/da/README.md) | [Dutch](./translations/nl/README.md) | [Estonian](./translations/et/README.md) | [Finnish](./translations/fi/README.md) | [French](./translations/fr/README.md) | [German](./translations/de/README.md) | [Greek](./translations/el/README.md) | [Hebrew](./translations/he/README.md) | [Hindi](./translations/hi/README.md) | [Hungarian](./translations/hu/README.md) | [Indonesian](./translations/id/README.md) | [Italian](./translations/it/README.md) | [Japanese](./translations/ja/README.md) | [Korean](./translations/ko/README.md) | [Lithuanian](./translations/lt/README.md) | [Malay](./translations/ms/README.md) | [Marathi](./translations/mr/README.md) | [Nepali](./translations/ne/README.md) | [Norwegian](./translations/no/README.md) | [Persian (Farsi)](./translations/fa/README.md) | [Polish](./translations/pl/README.md) | [Portuguese (Brazil)](./translations/br/README.md) | [Portuguese (Portugal)](./translations/pt/README.md) | [Punjabi (Gurmukhi)](./translations/pa/README.md) | [Romanian](./translations/ro/README.md) | [Russian](./translations/ru/README.md) | [Serbian (Cyrillic)](./translations/sr/README.md) | [Slovak](./translations/sk/README.md) | [Slovenian](./translations/sl/README.md) | [Spanish](./translations/es/README.md) | [Swahili](./translations/sw/README.md) | [Swedish](./translations/sv/README.md) | [Tagalog (Filipino)](./translations/tl/README.md) | [Tamil](./translations/ta/README.md) | [Thai](./translations/th/README.md) | [Turkish](./translations/tr/README.md) | [Ukrainian](./translations/uk/README.md) | [Urdu](./translations/ur/README.md) | [Vietnamese](./translations/vi/README.md)
<!-- CO-OP TRANSLATOR LANGUAGES TABLE END -->
[](https://GitHub.com/azure/co-op-translator/watchers/)
[](https://GitHub.com/azure/co-op-translator/network/)
[](https://GitHub.com/azure/co-op-translator/stargazers/)
[](https://discord.com/invite/ByRwuEEgH4)
[](https://codespaces.new/azure/co-op-translator)
## Overview
**Co-op Translator** enables you to quickly translate your educational GitHub content into multiple languages, reaching a global audience effortlessly. When you update your Markdown files, images, or Jupyter notebooks, translations are automatically synchronized to ensure your educational GitHub content stays fresh and relevant for international users.
See how Co-op Translator organizes translated educational GitHub content:

## Quick start
```bash
# Create and activate a virtual environment (recommended)
python -m venv .venv
# Windows
.venv\Scripts\activate
# macOS/Linux
source .venv/bin/activate
# Install the package
pip install co-op-translator
# Translate
translate -l "ko ja fr" -md
```
Docker:
```bash
# Pull the public image from GHCR
docker pull ghcr.io/azure/co-op-translator:latest
# Run with current folder mounted and .env provided (Bash/Zsh)
docker run --rm -it --env-file .env -v "${PWD}:/work" ghcr.io/azure/co-op-translator:latest -l "ko ja fr" -md
```
## Minimal setup
- Create a `.env` using the template: [.env.template](./.env.template)
- Configure one LLM provider (Azure OpenAI or OpenAI)
- For image translation (`-img`), also set Azure AI Vision
- Recommended: If you have translations generated by other tools, clean them up first to avoid conflicts (for example: `translations/`).
- Recommended: Add a translations section to your README using the [README languages template](./README_languages_template.md)
- See: [Set up Azure AI](./getting_started/set-up-azure-ai.md)
## Usage
Translate all supported types:
```bash
translate -l "ko ja"
```
Only Markdown:
```bash
translate -l "de" -md
```
Markdown + images:
```bash
translate -l "pt" -md -img
```
Only notebooks:
```bash
translate -l "zh" -nb
```
More flags: [Command reference](./getting_started/command-reference.md)
## Features
- Automated translation for Markdown, notebooks, and images
- Keeps translations in sync with source changes
- Works locally (CLI) or in CI (GitHub Actions)
- Uses Azure OpenAI or OpenAI; optional Azure AI Vision for images
- Preserves Markdown formatting and structure
## Docs
- [Command-line guide](./getting_started/command-line-guide/command-line-guide.md)
- [GitHub Actions guide (Public repositories & standard secrets)](./getting_started/github-actions-guide/github-actions-guide-public.md)
- [GitHub Actions guide (Microsoft organization repositories & org-level setups)](./getting_started/github-actions-guide/github-actions-guide-org.md)
- [Supported languages](./getting_started/supported-languages.md)
- [Troubleshooting](./getting_started/troubleshooting.md)
## Support us and foster global learning
Join us in revolutionizing how educational content is shared globally! Give [Co-op Translator](https://github.com/azure/co-op-translator) a ⭐ on GitHub and support our mission to break down language barriers in learning and technology. Your interest and contributions make a significant impact! Code contributions and feature suggestions are always welcome.
### Explore Microsoft educational content in your language
- [AZD for Beginners](https://github.com/microsoft/AZD-for-beginners)
- [Edge AI for Beginners](https://github.com/microsoft/edgeai-for-beginners)
- [Model Context Protocol (MCP) For Beginners](https://github.com/microsoft/mcp-for-beginners)
- [AI Agents for Beginners](https://github.com/microsoft/ai-agents-for-beginners)
- [Generative AI for Beginners using .NET](https://github.com/microsoft/Generative-AI-for-beginners-dotnet)
- [Generative AI for Beginners](https://github.com/microsoft/generative-ai-for-beginners)
- [Generative AI for Beginners using Java](https://github.com/microsoft/generative-ai-for-beginners-java)
- [ML for Beginners](https://aka.ms/ml-beginners)
- [Data Science for Beginners](https://aka.ms/datascience-beginners)
- [AI for Beginners](https://aka.ms/ai-beginners)
- [Cybersecurity for Beginners](https://github.com/microsoft/Security-101)
- [Web Dev for Beginners](https://aka.ms/webdev-beginners)
- [IoT for Beginners](https://aka.ms/iot-beginners)
- [PhiCookBook](https://github.com/microsoft/PhiCookBook)
## Video presentations
Learn more about Co-op Translator through our presentations _(Click the image below to watch on YouTube.)_:
- **Open at Microsoft**: A brief 18-minute introduction and quick guide on how to use Co-op Translator.
[](https://www.youtube.com/watch?v=jX_swfH_KNU)
## Contributing
This project welcomes contributions and suggestions. Interested in contributing to Azure Co-op Translator? Please see our [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines on how you can help make Co-op Translator more accessible.
## Contributors
[](https://github.com/Azure/co-op-translator/graphs/contributors)
## Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
## Responsible AI
Microsoft is committed to helping our customers use our AI products responsibly, sharing our learnings, and building trust-based partnerships through tools like Transparency Notes and Impact Assessments. Many of these resources can be found at [https://aka.ms/RAI](https://aka.ms/RAI).
Microsoft's approach to responsible AI is grounded in our AI principles of fairness, reliability and safety, privacy and security, inclusiveness, transparency, and accountability.
Large-scale natural language, image, and speech models - like the ones used in this sample - can potentially behave in ways that are unfair, unreliable, or offensive, in turn causing harms. Please consult the [Azure OpenAI service Transparency note](https://learn.microsoft.com/legal/cognitive-services/openai/transparency-note?tabs=text) to be informed about risks and limitations.
The recommended approach to mitigating these risks is to include a safety system in your architecture that can detect and prevent harmful behavior. [Azure AI Content Safety](https://learn.microsoft.com/azure/ai-services/content-safety/overview) provides an independent layer of protection, able to detect harmful user-generated and AI-generated content in applications and services. Azure AI Content Safety includes text and image APIs that allow you to detect material that is harmful. We also have an interactive Content Safety Studio that allows you to view, explore and try out sample code for detecting harmful content across different modalities. The following [quickstart documentation](https://learn.microsoft.com/azure/ai-services/content-safety/quickstart-text?tabs=visual-studio%2Clinux&pivots=programming-language-rest) guides you through making requests to the service.
Another aspect to take into account is the overall application performance. With multi-modal and multi-models applications, we consider performance to mean that the system performs as you and your users expect, including not generating harmful outputs. It's important to assess the performance of your overall application using [generation quality and risk and safety metrics](https://learn.microsoft.com/azure/ai-studio/concepts/evaluation-metrics-built-in).
You can evaluate your AI application in your development environment using the [prompt flow SDK](https://microsoft.github.io/promptflow/index.html). Given either a test dataset or a target, your generative AI application generations are quantitatively measured with built-in evaluators or custom evaluators of your choice. To get started with the prompt flow sdk to evaluate your system, you can follow the [quickstart guide](https://learn.microsoft.com/azure/ai-studio/how-to/develop/flow-evaluate-sdk). Once you execute an evaluation run, you can [visualize the results in Azure AI Studio](https://learn.microsoft.com/azure/ai-studio/how-to/evaluate-flow-results).
## Trademarks
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
trademarks or logos is subject to and must follow
[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
Any use of third-party trademarks or logos are subject to those third-party's policies.
## Getting Help
If you get stuck or have any questions about building AI apps, join:
[](https://aka.ms/foundry/discord)
If you have product feedback or errors while building visit:
[](https://aka.ms/foundry/forum)
Raw data
{
"_id": null,
"home_page": null,
"name": "co-op-translator",
"maintainer": "Minseok Song",
"docs_url": null,
"requires_python": "<3.13,>=3.10",
"maintainer_email": "minseok.song@mssong.com",
"keywords": "translator, translation, azure, openai, gpt",
"author": "Minseok Song",
"author_email": "minseok.song@mssong.com",
"download_url": "https://files.pythonhosted.org/packages/85/a6/f857a11bc3910379d4ad7b266238b2bce0408b4aa8bf41a85bcbe06e6042/co_op_translator-0.11.3.tar.gz",
"platform": null,
"description": "# Co-op Translator\n\n_Easily automate the translation of your educational GitHub content into multiple languages to reach a global audience._\n\n[](https://pypi.org/project/co-op-translator/)\n[](https://github.com/azure/co-op-translator/blob/main/LICENSE)\n[](https://pepy.tech/project/co-op-translator)\n[](https://pepy.tech/project/co-op-translator)\n[](https://github.com/azure/co-op-translator/pkgs/container/co-op-translator)\n[](https://github.com/psf/black)\n\n[](https://GitHub.com/azure/co-op-translator/graphs/contributors/)\n[](https://GitHub.com/azure/co-op-translator/issues/)\n[](https://GitHub.com/azure/co-op-translator/pulls/)\n[](http://makeapullrequest.com)\n\n### \ud83c\udf10 Multi-Language Support\n\n#### Supported by [Co-op Translator](https://github.com/Azure/Co-op-Translator)\n\n<!-- CO-OP TRANSLATOR LANGUAGES TABLE START -->\n[Arabic](./translations/ar/README.md) | [Bengali](./translations/bn/README.md) | [Bulgarian](./translations/bg/README.md) | [Burmese (Myanmar)](./translations/my/README.md) | [Chinese (Simplified)](./translations/zh/README.md) | [Chinese (Traditional, Hong Kong)](./translations/hk/README.md) | [Chinese (Traditional, Macau)](./translations/mo/README.md) | [Chinese (Traditional, Taiwan)](./translations/tw/README.md) | [Croatian](./translations/hr/README.md) | [Czech](./translations/cs/README.md) | [Danish](./translations/da/README.md) | [Dutch](./translations/nl/README.md) | [Estonian](./translations/et/README.md) | [Finnish](./translations/fi/README.md) | [French](./translations/fr/README.md) | [German](./translations/de/README.md) | [Greek](./translations/el/README.md) | [Hebrew](./translations/he/README.md) | [Hindi](./translations/hi/README.md) | [Hungarian](./translations/hu/README.md) | [Indonesian](./translations/id/README.md) | [Italian](./translations/it/README.md) | [Japanese](./translations/ja/README.md) | [Korean](./translations/ko/README.md) | [Lithuanian](./translations/lt/README.md) | [Malay](./translations/ms/README.md) | [Marathi](./translations/mr/README.md) | [Nepali](./translations/ne/README.md) | [Norwegian](./translations/no/README.md) | [Persian (Farsi)](./translations/fa/README.md) | [Polish](./translations/pl/README.md) | [Portuguese (Brazil)](./translations/br/README.md) | [Portuguese (Portugal)](./translations/pt/README.md) | [Punjabi (Gurmukhi)](./translations/pa/README.md) | [Romanian](./translations/ro/README.md) | [Russian](./translations/ru/README.md) | [Serbian (Cyrillic)](./translations/sr/README.md) | [Slovak](./translations/sk/README.md) | [Slovenian](./translations/sl/README.md) | [Spanish](./translations/es/README.md) | [Swahili](./translations/sw/README.md) | [Swedish](./translations/sv/README.md) | [Tagalog (Filipino)](./translations/tl/README.md) | [Tamil](./translations/ta/README.md) | [Thai](./translations/th/README.md) | [Turkish](./translations/tr/README.md) | [Ukrainian](./translations/uk/README.md) | [Urdu](./translations/ur/README.md) | [Vietnamese](./translations/vi/README.md)\n<!-- CO-OP TRANSLATOR LANGUAGES TABLE END -->\n\n[](https://GitHub.com/azure/co-op-translator/watchers/)\n[](https://GitHub.com/azure/co-op-translator/network/)\n[](https://GitHub.com/azure/co-op-translator/stargazers/)\n\n[](https://discord.com/invite/ByRwuEEgH4)\n[](https://codespaces.new/azure/co-op-translator)\n\n## Overview\n\n**Co-op Translator** enables you to quickly translate your educational GitHub content into multiple languages, reaching a global audience effortlessly. When you update your Markdown files, images, or Jupyter notebooks, translations are automatically synchronized to ensure your educational GitHub content stays fresh and relevant for international users.\n\nSee how Co-op Translator organizes translated educational GitHub content:\n\n\n\n## Quick start\n\n```bash\n# Create and activate a virtual environment (recommended)\npython -m venv .venv\n# Windows\n.venv\\Scripts\\activate\n# macOS/Linux\nsource .venv/bin/activate\n# Install the package\npip install co-op-translator\n# Translate\ntranslate -l \"ko ja fr\" -md\n```\n\nDocker:\n\n```bash\n# Pull the public image from GHCR\ndocker pull ghcr.io/azure/co-op-translator:latest\n# Run with current folder mounted and .env provided (Bash/Zsh)\ndocker run --rm -it --env-file .env -v \"${PWD}:/work\" ghcr.io/azure/co-op-translator:latest -l \"ko ja fr\" -md\n```\n\n## Minimal setup\n\n- Create a `.env` using the template: [.env.template](./.env.template)\n- Configure one LLM provider (Azure OpenAI or OpenAI)\n- For image translation (`-img`), also set Azure AI Vision\n- Recommended: If you have translations generated by other tools, clean them up first to avoid conflicts (for example: `translations/`).\n- Recommended: Add a translations section to your README using the [README languages template](./README_languages_template.md)\n- See: [Set up Azure AI](./getting_started/set-up-azure-ai.md)\n\n## Usage\n\nTranslate all supported types:\n\n```bash\ntranslate -l \"ko ja\"\n```\n\nOnly Markdown:\n\n```bash\ntranslate -l \"de\" -md\n```\n\nMarkdown + images:\n\n```bash\ntranslate -l \"pt\" -md -img\n```\n\nOnly notebooks:\n\n```bash\ntranslate -l \"zh\" -nb\n```\n\nMore flags: [Command reference](./getting_started/command-reference.md)\n\n## Features\n\n- Automated translation for Markdown, notebooks, and images\n- Keeps translations in sync with source changes\n- Works locally (CLI) or in CI (GitHub Actions)\n- Uses Azure OpenAI or OpenAI; optional Azure AI Vision for images\n- Preserves Markdown formatting and structure\n\n## Docs\n\n- [Command-line guide](./getting_started/command-line-guide/command-line-guide.md)\n- [GitHub Actions guide (Public repositories & standard secrets)](./getting_started/github-actions-guide/github-actions-guide-public.md)\n- [GitHub Actions guide (Microsoft organization repositories & org-level setups)](./getting_started/github-actions-guide/github-actions-guide-org.md)\n- [Supported languages](./getting_started/supported-languages.md)\n- [Troubleshooting](./getting_started/troubleshooting.md)\n\n## Support us and foster global learning\n\nJoin us in revolutionizing how educational content is shared globally! Give [Co-op Translator](https://github.com/azure/co-op-translator) a \u2b50 on GitHub and support our mission to break down language barriers in learning and technology. Your interest and contributions make a significant impact! Code contributions and feature suggestions are always welcome.\n\n### Explore Microsoft educational content in your language\n\n- [AZD for Beginners](https://github.com/microsoft/AZD-for-beginners)\n- [Edge AI for Beginners](https://github.com/microsoft/edgeai-for-beginners)\n- [Model Context Protocol (MCP) For Beginners](https://github.com/microsoft/mcp-for-beginners)\n- [AI Agents for Beginners](https://github.com/microsoft/ai-agents-for-beginners)\n- [Generative AI for Beginners using .NET](https://github.com/microsoft/Generative-AI-for-beginners-dotnet)\n- [Generative AI for Beginners](https://github.com/microsoft/generative-ai-for-beginners)\n- [Generative AI for Beginners using Java](https://github.com/microsoft/generative-ai-for-beginners-java)\n- [ML for Beginners](https://aka.ms/ml-beginners)\n- [Data Science for Beginners](https://aka.ms/datascience-beginners)\n- [AI for Beginners](https://aka.ms/ai-beginners)\n- [Cybersecurity for Beginners](https://github.com/microsoft/Security-101)\n- [Web Dev for Beginners](https://aka.ms/webdev-beginners)\n- [IoT for Beginners](https://aka.ms/iot-beginners)\n- [PhiCookBook](https://github.com/microsoft/PhiCookBook)\n\n## Video presentations\n\nLearn more about Co-op Translator through our presentations _(Click the image below to watch on YouTube.)_:\n\n- **Open at Microsoft**: A brief 18-minute introduction and quick guide on how to use Co-op Translator.\n\n [](https://www.youtube.com/watch?v=jX_swfH_KNU)\n\n## Contributing\n\nThis project welcomes contributions and suggestions. Interested in contributing to Azure Co-op Translator? Please see our [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines on how you can help make Co-op Translator more accessible.\n\n## Contributors\n\n[](https://github.com/Azure/co-op-translator/graphs/contributors)\n\n## Code of Conduct\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or\ncontact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n\n## Responsible AI\n\nMicrosoft is committed to helping our customers use our AI products responsibly, sharing our learnings, and building trust-based partnerships through tools like Transparency Notes and Impact Assessments. Many of these resources can be found at [https://aka.ms/RAI](https://aka.ms/RAI).\nMicrosoft's approach to responsible AI is grounded in our AI principles of fairness, reliability and safety, privacy and security, inclusiveness, transparency, and accountability.\n\nLarge-scale natural language, image, and speech models - like the ones used in this sample - can potentially behave in ways that are unfair, unreliable, or offensive, in turn causing harms. Please consult the [Azure OpenAI service Transparency note](https://learn.microsoft.com/legal/cognitive-services/openai/transparency-note?tabs=text) to be informed about risks and limitations.\n\nThe recommended approach to mitigating these risks is to include a safety system in your architecture that can detect and prevent harmful behavior. [Azure AI Content Safety](https://learn.microsoft.com/azure/ai-services/content-safety/overview) provides an independent layer of protection, able to detect harmful user-generated and AI-generated content in applications and services. Azure AI Content Safety includes text and image APIs that allow you to detect material that is harmful. We also have an interactive Content Safety Studio that allows you to view, explore and try out sample code for detecting harmful content across different modalities. The following [quickstart documentation](https://learn.microsoft.com/azure/ai-services/content-safety/quickstart-text?tabs=visual-studio%2Clinux&pivots=programming-language-rest) guides you through making requests to the service.\n\nAnother aspect to take into account is the overall application performance. With multi-modal and multi-models applications, we consider performance to mean that the system performs as you and your users expect, including not generating harmful outputs. It's important to assess the performance of your overall application using [generation quality and risk and safety metrics](https://learn.microsoft.com/azure/ai-studio/concepts/evaluation-metrics-built-in).\n\nYou can evaluate your AI application in your development environment using the [prompt flow SDK](https://microsoft.github.io/promptflow/index.html). Given either a test dataset or a target, your generative AI application generations are quantitatively measured with built-in evaluators or custom evaluators of your choice. To get started with the prompt flow sdk to evaluate your system, you can follow the [quickstart guide](https://learn.microsoft.com/azure/ai-studio/how-to/develop/flow-evaluate-sdk). Once you execute an evaluation run, you can [visualize the results in Azure AI Studio](https://learn.microsoft.com/azure/ai-studio/how-to/evaluate-flow-results).\n\n## Trademarks\n\nThis project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft\ntrademarks or logos is subject to and must follow\n[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).\nUse of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.\nAny use of third-party trademarks or logos are subject to those third-party's policies.\n\n## Getting Help\n\nIf you get stuck or have any questions about building AI apps, join:\n\n[](https://aka.ms/foundry/discord)\n\nIf you have product feedback or errors while building visit:\n\n[](https://aka.ms/foundry/forum)\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Easily automate the translation of your documentation into multiple languages to reach a global audience.",
"version": "0.11.3",
"project_urls": {
"Documentation": "https://github.com/Azure/co-op-translator/tree/main/getting_started",
"Repository": "https://github.com/Azure/co-op-translator"
},
"split_keywords": [
"translator",
" translation",
" azure",
" openai",
" gpt"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "ece9a95d9f743e505b9321a0ee02968cbae588f678b3e05701c076d8439e18b1",
"md5": "c9da3dc669ed94c703f3ea06b61f2daa",
"sha256": "a3835c111ca615535b2e8e12186466fbecb258853902a9b5de4e95167970ea70"
},
"downloads": -1,
"filename": "co_op_translator-0.11.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c9da3dc669ed94c703f3ea06b61f2daa",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.10",
"size": 15879182,
"upload_time": "2025-10-24T02:55:52",
"upload_time_iso_8601": "2025-10-24T02:55:52.148281Z",
"url": "https://files.pythonhosted.org/packages/ec/e9/a95d9f743e505b9321a0ee02968cbae588f678b3e05701c076d8439e18b1/co_op_translator-0.11.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "85a6f857a11bc3910379d4ad7b266238b2bce0408b4aa8bf41a85bcbe06e6042",
"md5": "9ce8d895f8a3c1335bd27c1a7eab8ac3",
"sha256": "e9a7a458f5181e20f28ab6863d95c428db3947e662cda5b07608cda0c2dbc7d5"
},
"downloads": -1,
"filename": "co_op_translator-0.11.3.tar.gz",
"has_sig": false,
"md5_digest": "9ce8d895f8a3c1335bd27c1a7eab8ac3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.13,>=3.10",
"size": 15844003,
"upload_time": "2025-10-24T02:55:54",
"upload_time_iso_8601": "2025-10-24T02:55:54.825250Z",
"url": "https://files.pythonhosted.org/packages/85/a6/f857a11bc3910379d4ad7b266238b2bce0408b4aa8bf41a85bcbe06e6042/co_op_translator-0.11.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-24 02:55:54",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Azure",
"github_project": "co-op-translator",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "annotated-types",
"specs": [
[
"~=",
"0.7.0"
]
]
},
{
"name": "anyio",
"specs": [
[
"~=",
"4.4.0"
]
]
},
{
"name": "appnope",
"specs": [
[
"~=",
"0.1.4"
]
]
},
{
"name": "asttokens",
"specs": [
[
"~=",
"2.4.1"
]
]
},
{
"name": "azure-ai-vision-imageanalysis",
"specs": [
[
"~=",
"1.0.0b2"
]
]
},
{
"name": "azure-cognitiveservices-vision-computervision",
"specs": [
[
"~=",
"0.9.0"
]
]
},
{
"name": "azure-common",
"specs": [
[
"~=",
"1.1.28"
]
]
},
{
"name": "azure-core",
"specs": [
[
"~=",
"1.30.2"
]
]
},
{
"name": "certifi",
"specs": [
[
"~=",
"2024.6.2"
]
]
},
{
"name": "charset-normalizer",
"specs": [
[
"~=",
"3.3.2"
]
]
},
{
"name": "click",
"specs": [
[
"~=",
"8.1.7"
]
]
},
{
"name": "comm",
"specs": [
[
"~=",
"0.2.2"
]
]
},
{
"name": "contourpy",
"specs": [
[
"~=",
"1.2.1"
]
]
},
{
"name": "cycler",
"specs": [
[
"~=",
"0.12.1"
]
]
},
{
"name": "decorator",
"specs": [
[
"~=",
"5.1.1"
]
]
},
{
"name": "distro",
"specs": [
[
"~=",
"1.9.0"
]
]
},
{
"name": "executing",
"specs": [
[
"~=",
"2.0.1"
]
]
},
{
"name": "fonttools",
"specs": [
[
"~=",
"4.53.0"
]
]
},
{
"name": "h11",
"specs": [
[
"~=",
"0.14.0"
]
]
},
{
"name": "httpcore",
"specs": [
[
"~=",
"1.0.5"
]
]
},
{
"name": "httpx",
"specs": [
[
"~=",
"0.27.0"
]
]
},
{
"name": "idna",
"specs": [
[
"~=",
"3.7"
]
]
},
{
"name": "isodate",
"specs": [
[
"~=",
"0.6.1"
]
]
},
{
"name": "jedi",
"specs": [
[
"~=",
"0.19.1"
]
]
},
{
"name": "kiwisolver",
"specs": [
[
"~=",
"1.4.5"
]
]
},
{
"name": "matplotlib",
"specs": [
[
"~=",
"3.9.0"
]
]
},
{
"name": "matplotlib-inline",
"specs": [
[
"~=",
"0.1.7"
]
]
},
{
"name": "msrest",
"specs": [
[
"~=",
"0.7.1"
]
]
},
{
"name": "numpy",
"specs": [
[
"~=",
"1.25.2"
]
]
},
{
"name": "oauthlib",
"specs": [
[
"~=",
"3.2.2"
]
]
},
{
"name": "openai",
"specs": [
[
"<",
"2.0.0"
],
[
">=",
"1.108.2"
]
]
},
{
"name": "opencv-python",
"specs": [
[
"~=",
"4.10.0.82"
]
]
},
{
"name": "packaging",
"specs": [
[
"~=",
"24.1"
]
]
},
{
"name": "parso",
"specs": [
[
"~=",
"0.8.4"
]
]
},
{
"name": "pexpect",
"specs": [
[
"~=",
"4.9.0"
]
]
},
{
"name": "pillow",
"specs": [
[
"~=",
"10.3.0"
]
]
},
{
"name": "platformdirs",
"specs": [
[
"~=",
"4.2.2"
]
]
},
{
"name": "prompt_toolkit",
"specs": [
[
"~=",
"3.0.47"
]
]
},
{
"name": "psutil",
"specs": [
[
"~=",
"5.9.8"
]
]
},
{
"name": "ptyprocess",
"specs": [
[
"~=",
"0.7.0"
]
]
},
{
"name": "pure-eval",
"specs": [
[
"~=",
"0.2.2"
]
]
},
{
"name": "pydantic",
"specs": [
[
"~=",
"2.7.3"
]
]
},
{
"name": "pydantic_core",
"specs": [
[
"~=",
"2.18.4"
]
]
},
{
"name": "pyparsing",
"specs": [
[
"~=",
"3.1.2"
]
]
},
{
"name": "python-dateutil",
"specs": [
[
"~=",
"2.9.0.post0"
]
]
},
{
"name": "python-dotenv",
"specs": [
[
"~=",
"1.0.1"
]
]
},
{
"name": "pyyaml",
"specs": [
[
"~=",
"6.0.2"
]
]
},
{
"name": "pyzmq",
"specs": [
[
"~=",
"26.0.3"
]
]
},
{
"name": "requests",
"specs": [
[
"~=",
"2.32.3"
]
]
},
{
"name": "requests-oauthlib",
"specs": [
[
"~=",
"2.0.0"
]
]
},
{
"name": "semantic_kernel",
"specs": [
[
"~=",
"1.8.3"
]
]
},
{
"name": "six",
"specs": [
[
"~=",
"1.16.0"
]
]
},
{
"name": "sniffio",
"specs": [
[
"~=",
"1.3.1"
]
]
},
{
"name": "stack-data",
"specs": [
[
"~=",
"0.6.3"
]
]
},
{
"name": "tiktoken",
"specs": [
[
"~=",
"0.7.0"
]
]
},
{
"name": "tornado",
"specs": [
[
">=",
"6.4.1"
],
[
"<",
"6.6.0"
]
]
},
{
"name": "tqdm",
"specs": [
[
"~=",
"4.66.4"
]
]
},
{
"name": "traitlets",
"specs": [
[
"~=",
"5.14.3"
]
]
},
{
"name": "typing_extensions",
"specs": [
[
"~=",
"4.12.2"
]
]
},
{
"name": "urllib3",
"specs": [
[
">=",
"2.2.1"
],
[
"<",
"2.6.0"
]
]
},
{
"name": "wcwidth",
"specs": [
[
"~=",
"0.2.13"
]
]
},
{
"name": "arabic-reshaper",
"specs": [
[
">=",
"3.0.0"
]
]
},
{
"name": "python-bidi",
"specs": [
[
">=",
"0.4.2"
]
]
},
{
"name": "azure-ai-healthcheck",
"specs": [
[
"~=",
"0.1.5"
]
]
},
{
"name": "ai-healthcheck",
"specs": [
[
"~=",
"0.1.1"
]
]
},
{
"name": "pytest",
"specs": [
[
"~=",
"8.3.2"
]
]
},
{
"name": "ipykernel",
"specs": [
[
"~=",
"6.29.4"
]
]
},
{
"name": "ipython",
"specs": [
[
"~=",
"8.25.0"
]
]
},
{
"name": "jupyter_client",
"specs": [
[
"~=",
"8.6.2"
]
]
},
{
"name": "jupyter_core",
"specs": [
[
"~=",
"5.7.2"
]
]
},
{
"name": "nest-asyncio",
"specs": [
[
"~=",
"1.6.0"
]
]
},
{
"name": "debugpy",
"specs": [
[
"~=",
"1.8.1"
]
]
},
{
"name": "stack-data",
"specs": [
[
"~=",
"0.6.3"
]
]
},
{
"name": "Pygments",
"specs": [
[
"~=",
"2.18.0"
]
]
},
{
"name": "freezegun",
"specs": [
[
"~=",
"1.5.1"
]
]
}
],
"lcname": "co-op-translator"
}