Skip to content

Commit 704ba36

Browse files
authored
Update readme with stats
1 parent d711e32 commit 704ba36

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

README.rst

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1-
=========================
2-
Alexa APIs for Python
3-
=========================
4-
|Docs| |License|
1+
.. raw:: html
2+
3+
<embed>
4+
<p align="center">
5+
<img src="https://m.media-amazon.com/images/G/01/mobile-apps/dex/avs/docs/ux/branding/mark1._TTH_.png">
6+
<br/>
7+
<h1 align="center">Alexa APIs for Python</h1>
8+
<p align="center">
9+
<a href="https://alexa-skills-kit-python-sdk.readthedocs.io"><img src="https://img.shields.io/readthedocs/alexa-skills-kit-python-sdk.svg?style=flat"></a>
10+
<a href="https://github.com/alexa/alexa-apis-for-python/blob/master/LICENSE"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a>
11+
<a href="https://pypi.python.org/pypi/ask-sdk-model/"><img src="http://img.shields.io/pypi/v/ask-sdk-model.svg?style=flat"></a>
12+
<a href="https://pypi.org/project/ask-sdk-model/"><img src="https://pepy.tech/badge/ask-sdk-model"></a>
13+
<a hreg="https://pypi.python.org/pypi/ask-sdk-model/"><img src="https://img.shields.io/pypi/pyversions/ask-sdk-model.svg?style=flat"></a>
14+
</p>
15+
</p>
16+
</embed>
517

618
The **Alexa APIs for Python** consists of python classes that represent the
719
request and response JSON of Alexa services. These models act as a core
@@ -17,14 +29,17 @@ in the developer documentation.
1729
.. |Model Version| image:: http://img.shields.io/pypi/v/ask-sdk-model.svg?style=flat
1830
:target: https://pypi.python.org/pypi/ask-sdk-model/
1931
:alt: Version
20-
.. |License| image:: http://img.shields.io/pypi/l/ask-sdk-core.svg?style=flat
32+
.. |Model Downloads| image:: https://pepy.tech/badge/ask-sdk-model
33+
:target: https://pepy.tech/project/ask-sdk-model
34+
:alt: Downloads
35+
.. |License| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
2136
:target: https://github.com/alexa/alexa-apis-for-python/blob/master/LICENSE
2237
:alt: License
2338

2439
==================================== =======
2540
Package Version
2641
------------------------------------ -------
27-
ask-sdk-model |Model Version|
42+
ask-sdk-model |Model Version| |Model Downloads|
2843
==================================== =======
2944

3045

0 commit comments

Comments
 (0)