-
Notifications
You must be signed in to change notification settings - Fork 304
Axsuarez/minor bug fixes #223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 5 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
bc318a5
corrected activity.id in BotFrameworkAdapter.update_activity with tes…
axelsrz 420e238
pushed docs to python 3.7
axelsrz 87ed24b
fixed pypi README.rst for every package
axelsrz 5e37a6a
Merge branch 'master' of https://github.com/Microsoft/botbuilder-pyth…
axelsrz 8f1b8f0
fixed rst formats
axelsrz b05e6b4
PR fixes
axelsrz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,84 @@ | ||
|
|
||
| ============================ | ||
| BotBuilder-AI SDK for Python | ||
| ============================ | ||
|
|
||
| .. image:: https://fuselabs.visualstudio.com/SDK_v4/_apis/build/status/Python/SDK_v4-Python-CI?branchName=master | ||
| :target: https://fuselabs.visualstudio.com/SDK_v4/_apis/build/status/Python/SDK_v4-Python-CI | ||
| :align: right | ||
| :alt: Azure DevOps status for master branch | ||
| .. image:: https://badge.fury.io/py/botbuilder-ai.svg | ||
| :target: https://badge.fury.io/py/botbuilder-ai | ||
| :alt: Latest PyPI package version | ||
|
|
||
| Cognitive services extensions for Microsoft BotBuilder. | ||
|
|
||
|
|
||
| How to Install | ||
| ============== | ||
|
|
||
| .. code-block:: python | ||
| pip install botbuilder-ai | ||
| Documentation/Wiki | ||
| ================== | ||
|
|
||
| You can find more information on the botbuilder-python project by visiting our `Wiki`_. | ||
|
|
||
| Requirements | ||
| ============ | ||
|
|
||
| * `Python >= 3.7.3`_ | ||
|
|
||
|
|
||
| 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 `[email protected]`_ 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 `[email protected]`_. 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.3: 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/ | ||
| .. _[email protected]: mailto:[email protected] | ||
| .. _[email protected]: mailto:[email protected] | ||
| .. _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>`_ | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,83 @@ | ||
|
|
||
| =============================== | ||
| BotBuilder-Azure SDK for Python | ||
| =============================== | ||
|
|
||
| .. image:: https://fuselabs.visualstudio.com/SDK_v4/_apis/build/status/Python/SDK_v4-Python-CI?branchName=master | ||
| :target: https://fuselabs.visualstudio.com/SDK_v4/_apis/build/status/Python/SDK_v4-Python-CI | ||
| :align: right | ||
| :alt: Azure DevOps status for master branch | ||
| .. image:: https://badge.fury.io/py/botbuilder-dialogs.svg | ||
| :target: https://badge.fury.io/py/botbuilder-dialogs | ||
| :alt: Latest PyPI package version | ||
|
|
||
| Azure extensions for Microsoft BotBuilder. | ||
|
|
||
| How to Install | ||
| ============== | ||
|
|
||
| .. code-block:: python | ||
|
|
||
| pip install botbuilder-azure | ||
|
|
||
|
|
||
| Documentation/Wiki | ||
| ================== | ||
|
|
||
| You can find more information on the botbuilder-python project by visiting our `Wiki`_. | ||
|
|
||
| Requirements | ||
| ============ | ||
|
|
||
| * `Python >= 3.7.3`_ | ||
|
|
||
|
|
||
| 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 `[email protected]`_ 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 `[email protected]`_. 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.3: 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/ | ||
| .. [email protected]: mailto:[email protected] | ||
| .. [email protected]: mailto:[email protected] | ||
| .. _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>`_ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.