8000 add readme for botbuilder-core · openvelora/botbuilder-python@adeaa2a · GitHub
[go: up one dir, main page]

Skip to content

Commit adeaa2a

Browse files
committed
add readme for botbuilder-core
1 parent cab6702 commit adeaa2a

File tree

1 file changed

+83
-0
lines changed

1 file changed

+83
-0
lines changed

libraries/botbuilder-core/README.rst

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
2+
==================================
3+
BotBuilder-Core SDK for Python
4+
==================================
5+
6+
.. image:: https://travis-ci.org/Microsoft/botbuilder-python.svg?branch=master
7+
:target: https://travis-ci.org/Microsoft/botbuilder-python
8+
:align: right
9+
:alt: Travis status for master branch
10+
.. image:: https://badge.fury.io/py/botbuilder-core.svg
11+
:target: https://badge.fury.io/py/botbuilder-core
12+
:alt: Latest PyPI package version
13+
14+
Within the Bot Framework, BotBuilder-core enables you to build bots that exchange messages with users on channels that are configured in the Bot Framework Portal.
15+
16+
How to Install
17+
==============
18+
19+
.. code-block:: python
20+
21+
pip install botbuilder-core
22+
23+
24+
Documentation/Wiki
25+
==================
26+
27+
You can find more information on the botbuilder-python project by visiting our `Wiki`_.
28+
29+
Requirements
30+
============
31+
32+
* `Python >= 3.6.4`_
33+
34+
35+
Source Code
36+
===========
37+
The latest developer version is available in a github repository:
38+
https://github.com/Microsoft/botbuilder-python/
39+
40+
41+
Contributing
42+
============
43+
44+
This project welcomes contributions and suggestions. Most contributions require you to agree to a
45+
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
46+
the rights to use your contribution. For details, visit https://cla.microsoft.com.
47+
48+
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
49+
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
50+
provided by the bot. You will only need to do this once across all repos using our CLA.
51+
52+
This project has adopted the `Microsoft Open Source Code of Conduct`_.
53+
For more information see the `Code of Conduct FAQ`_ or
54+
contact `opencode@microsoft.com`_ with any additional questions or comments.
55+
56+
Reporting Security Issues
57+
=========================
58+
59+
Security issues and bugs should be reported privately, via email, to the Microsoft Security
60+
Response Center (MSRC) at `secure@microsoft.com`_. You should
61+
receive a response within 24 hours. If for some reason you do not, please follow up via
62+
email to ensure we received your original message. Further information, including the
63+
`MSRC PGP`_ key, can be found in
64+
the `Security TechCenter`_.
65+
66+
License
67+
=======
68+
69+
Copyright (c) Microsoft Corporation. All rights reserved.
70+
71+
Licensed under the MIT_ License.
72+
73+
.. _Wiki: https://github.com/Microsoft/botbuilder-python/wiki
74+
.. _Python >= 3.6.4: https://www.python.org/downloads/
75+
.. _MIT: https://github.com/Microsoft/vscode/blob/master/LICENSE.txt
76+
.. _Microsoft Open Source Code of Conduct: https://opensource.microsoft.com/codeofconduct/
77+
.. _Code of Conduct FAQ: https://opensource.microsoft.com/codeofconduct/faq/
78+
.. _opencode@microsoft.com: mailto:opencode@microsoft.com
79+
.. _secure@microsoft.com: mailto:secure@microsoft.com
80+
.. _MSRC PGP: https://technet.microsoft.com/en-us/security/dn606155
81+
.. _Security TechCenter: https://github.com/Microsoft/vscode/blob/master/LICENSE.txt
82+
83+
.. <https://technet.microsoft.com/en-us/security/default>`_

0 commit comments

Comments
 (0)
0