8000 Merge branch 'axsuarez/rich-cards-sample' of https://github.com/Micro… · baruchiro/botbuilder-python@e52f5d7 · GitHub
[go: up one dir, main page]

Skip to content

Commit e52f5d7

Browse files
committed
Merge branch 'axsuarez/rich-cards-sample' of https://github.com/Microsoft/botbuilder-python into axsuarez/rich-cards-sample
Merge from master
2 parents e1dc49f + ac673a6 commit e52f5d7

File tree

2 files changed

+8
-17
lines changed

2 files changed

+8
-17
lines changed

README.md

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1+
# ![Bot Framework SDK v4 Python](./doc/media/FrameWorkPython.png)
12

2-
# Bot Builder SDK v4 (Python) (Preview)
3+
### [Click here to find out what's new for //build2019!](https://github.com/Microsoft/botframework/blob/master/whats-new.md#whats-new)
34

5+
# Bot Framework SDK v4 for Python (Preview)
46
[![Build Status](https://travis-ci.org/Microsoft/botbuilder-python.svg?branch=master)](https://travis-ci.org/Microsoft/botbuilder-python)
57
[![Build status](https://fuselabs.visualstudio.com/SDK_v4/_apis/build/status/SDK_v4-Python-package-CI)](https://fuselabs.visualstudio.com/SDK_v4/_build/latest?definitionId=431)
68
[![roadmap badge](https://img.shields.io/badge/visit%20the-roadmap-blue.svg)](https://github.com/Microsoft/botbuilder-python/wiki/Roadmap)
79

8-
This repository contains code for the Python version of the [Microsoft Bot Builder SDK](https://github.com/Microsoft/botbuilder). The Bot Builder SDK v4 is the latest SDK for building bot applications. This Python version is in **Preview** state and is being actively developed.
10+
This repository contains code for the Python version of the [Microsoft Bot Framework SDK](https://github.com/Microsoft/botbuilder). The Bot Framework SDK v4 enables developers to model conversation and build sophisticated bot applications using Python. This Python version is in **Preview** state and is being actively developed.
11+
12+
This repo is part the [Microsoft Bot Framework](https://github.com/Microsoft/botframework) - a comprehensive framework for building enterprise-grade conversational AI experiences.
913

1014
In addition to the Python SDK, Bot Builder supports creating bots in other popular programming languages like [.Net SDK](https://github.com/Microsoft/botbuilder-dotnet), [JavaScript](https://github.com/Microsoft/botbuilder-js), and [Java](https://github.com/Microsoft/botbuilder-java). Production bots should be developed using the JavaScript or .Net SDKs.
1115

@@ -18,30 +22,17 @@ To get started see the [Azure Bot Service Documentation](https://docs.microsoft.
1822
- [![PyPI version](https://badge.fury.io/py/botframework-connector.svg)](https://badge.fury.io/py/botframework-connector) botframework-connector
1923

2024
## Contributing
21-
22-
This project welcomes contributions and suggestions. Most contributions require you to agree to a
25+
This project welcomes contributions and suggestions. Most contributions require you to agree to a
2326
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
2427
the rights to use your contribution. For details, visit https://cla.microsoft.com.
25-
2628
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
2729
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
2830
provided by the bot. You will only need to do this once across all repos using our CLA.
29-
3031
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
3132
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
3233
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
3334

3435
## Reporting Security Issues
35-
36-
Security issues and bugs should be reported privately, via email, to the Microsoft Security
37-
Response Center (MSRC) at [secure@microsoft.com](mailto:secure@microsoft.com). You should
38-
receive a response within 24 hours. If for some reason you do not, please follow up via
39-
email to ensure we received your original message. Further information, including the
40-
[MSRC PGP](https://technet.microsoft.com/en-us/security/dn606155) key, can be found in
41-
the [Security TechCenter](https://technet.microsoft.com/en-us/security/default).
42-
43-
## License
36+
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at [secure@microsoft.com](mailto: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](https://technet.microsoft.com/en-us/security/dn606155) key, can be found in the [Security TechCenter](https://technet.microsoft.com/en-us/security/default).
4437

4538
Copyright (c) Microsoft Corporation. All rights reserved.
46-
47-
Licensed under the [MIT](https://github.com/Microsoft/vscode/blob/master/LICENSE.txt) License.

doc/media/FrameWorkPython.png

94.8 KB
Loading

0 commit comments

Comments
 (0)
0