Spaces:
Build error
Build error
| Metadata-Version: 2.1 | |
| Name: botbuilder-applicationinsights | |
| Version: 4.16.0 | |
| Summary: Microsoft Bot Framework Bot Builder | |
| Home-page: https://www.github.com/Microsoft/botbuilder-python | |
| Author: Microsoft | |
| License: MIT | |
| Keywords: BotBuilderApplicationInsights,bots,ai,botframework,botbuilder | |
| Classifier: Programming Language :: Python :: 3.7 | |
| Classifier: Intended Audience :: Developers | |
| Classifier: License :: OSI Approved :: MIT License | |
| Classifier: Operating System :: OS Independent | |
| Classifier: Development Status :: 5 - Production/Stable | |
| Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence | |
| Description-Content-Type: text/x-rst | |
| Requires-Dist: applicationinsights==0.11.9 | |
| Requires-Dist: botbuilder-schema==4.16.0 | |
| Requires-Dist: botframework-connector==4.16.0 | |
| Requires-Dist: botbuilder-core==4.16.0 | |
| Requires-Dist: aiounittest==1.3.0 | |
| Requires-Dist: django==3.2.24 | |
| Requires-Dist: djangorestframework==3.14.0 | |
| Requires-Dist: flask==2.2.5 | |
| ============================================= | |
| BotBuilder-ApplicationInsights SDK for Python | |
| ============================================= | |
| .. image:: https://dev.azure.com/FuseLabs/SDK_v4/_apis/build/status/Python/Python-CI-PR-yaml?branchName=master | |
| :target: https://dev.azure.com/FuseLabs/SDK_v4/_apis/build/status/Python/Python-CI-PR-yaml?branchName=master | |
| :align: right | |
| :alt: Azure DevOps status for master branch | |
| .. image:: https://badge.fury.io/py/botbuilder-applicationinsights.svg | |
| :target: https://badge.fury.io/py/botbuilder-applicationinsights | |
| :alt: Latest PyPI package version | |
| Within the Bot Framework, BotBuilder-ApplicationInsights enables the Azure Application Insights service. | |
| Application Insights is an extensible Application Performance Management (APM) service for developers on multiple platforms. | |
| Use it to monitor your live bot application. It includes powerful analytics tools to help you diagnose issues and to understand | |
| what users actually do with your bot. | |
| How to Install | |
| ============== | |
| .. code-block:: python | |
| pip install botbuilder-applicationinsights | |
| Documentation/Wiki | |
| ================== | |
| You can find more information on the botbuilder-python project by visiting our `Wiki`_. | |
| Requirements | |
| ============ | |
| * `Python >= 3.7.0`_ | |
| Source Code | |
| =========== | |
| The latest developer version is available in a github repository: | |
| https://github.com/Microsoft/botbuilder-python/ | |
| Contributing | |
| ============ | |
| This project welcomes contributions and suggestions. Most contributions require you to agree to a | |
| Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us | |
| the rights to use your contribution. For details, visit https://cla.microsoft.com. | |
| When you submit a pull request, a CLA-bot will automatically determine whether you need to provide | |
| a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions | |
| provided by the bot. You will only need to do this once across all repos using our CLA. | |
| This project has adopted the `Microsoft Open Source Code of Conduct`_. | |
| For more information see the `Code of Conduct FAQ`_ or | |
| contact `opencode@microsoft.com`_ with any additional questions or comments. | |
| Reporting Security Issues | |
| ========================= | |
| Security issues and bugs should be reported privately, via email, to the Microsoft Security | |
| Response Center (MSRC) at `secure@microsoft.com`_. You should | |
| receive a response within 24 hours. If for some reason you do not, please follow up via | |
| email to ensure we received your original message. Further information, including the | |
| `MSRC PGP`_ key, can be found in | |
| the `Security TechCenter`_. | |
| License | |
| ======= | |
| Copyright (c) Microsoft Corporation. All rights reserved. | |
| Licensed under the MIT_ License. | |
| .. _Wiki: https://github.com/Microsoft/botbuilder-python/wiki | |
| .. _Python >= 3.7.0: https://www.python.org/downloads/ | |
| .. _MIT: https://github.com/Microsoft/vscode/blob/master/LICENSE.txt | |
| .. _Microsoft Open Source Code of Conduct: https://opensource.microsoft.com/codeofconduct/ | |
| .. _Code of Conduct FAQ: https://opensource.microsoft.com/codeofconduct/faq/ | |
| .. _opencode@microsoft.com: mailto:opencode@microsoft.com | |
| .. _secure@microsoft.com: mailto:secure@microsoft.com | |
| .. _MSRC PGP: https://technet.microsoft.com/en-us/security/dn606155 | |
| .. _Security TechCenter: https://github.com/Microsoft/vscode/blob/master/LICENSE.txt | |
| .. <https://technet.microsoft.com/en-us/security/default>`_ | |