|
| 1 | +# Azure Ai Projects Onedp client library for Python |
| 2 | +<!-- write necessary description of service --> |
| 3 | + |
| 4 | +## Getting started |
| 5 | + |
| 6 | +### Install the package |
| 7 | + |
| 8 | +```bash |
| 9 | +python -m pip install azure-ai-projects-onedp |
| 10 | +``` |
| 11 | + |
| 12 | +#### Prequisites |
| 13 | + |
| 14 | +- Python 3.9 or later is required to use this package. |
| 15 | +- You need an [Azure subscription][azure_sub] to use this package. |
| 16 | +- An existing Azure Ai Projects Onedp instance. |
| 17 | + |
| 18 | + |
| 19 | +## Contributing |
| 20 | + |
| 21 | +This project welcomes contributions and suggestions. Most contributions require |
| 22 | +you to agree to a Contributor License Agreement (CLA) declaring that you have |
| 23 | +the right to, and actually do, grant us the rights to use your contribution. |
| 24 | +For details, visit https://cla.microsoft.com. |
| 25 | + |
| 26 | +When you submit a pull request, a CLA-bot will automatically determine whether |
| 27 | +you need to provide a CLA and decorate the PR appropriately (e.g., label, |
| 28 | +comment). Simply follow the instructions provided by the bot. You will only |
| 29 | +need to do this once across all repos using our CLA. |
| 30 | + |
| 31 | +This project has adopted the |
| 32 | +[Microsoft Open Source Code of Conduct][code_of_conduct]. For more information, |
| 33 | +see the Code of Conduct FAQ or contact [email protected] with any |
| 34 | +additional questions or comments. |
| 35 | + |
| 36 | +<!-- LINKS --> |
| 37 | +[code_of_conduct]: https://opensource.microsoft.com/codeofconduct/ |
| 38 | +[authenticate_with_token]: https://docs.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token |
| 39 | +[azure_identity_credentials]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#credentials |
| 40 | +[azure_identity_pip]: https://pypi.org/project/azure-identity/ |
| 41 | +[default_azure_credential]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#defaultazurecredential |
| 42 | +[pip]: https://pypi.org/project/pip/ |
| 43 | +[azure_sub]: https://azure.microsoft.com/free/ |
0 commit comments