=
commited on
Commit
·
f72c2ae
1
Parent(s):
b9d4200
added more shields
Browse files- README.rst +5 -4
README.rst
CHANGED
@@ -2,10 +2,7 @@
|
|
2 |
deep_translator
|
3 |
===============
|
4 |
|
5 |
-
|
6 |
-
:alt: PyPI - Status
|
7 |
-
.. image:: https://img.shields.io/pypi/wheel/deep-translator
|
8 |
-
:alt: PyPI - Wheel
|
9 |
.. image:: https://img.shields.io/pypi/v/deep_translator.svg
|
10 |
:target: https://pypi.python.org/pypi/deep_translator
|
11 |
.. image:: https://img.shields.io/travis/nidhaloff/deep_translator.svg
|
@@ -17,6 +14,10 @@ deep_translator
|
|
17 |
:alt: PyPI - License
|
18 |
.. image:: https://img.shields.io/pypi/dm/deep-translator
|
19 |
:alt: PyPI - Downloads
|
|
|
|
|
|
|
|
|
20 |
|
21 |
A flexible python tool to translate between different languages in a simple way.
|
22 |
|
|
|
2 |
deep_translator
|
3 |
===============
|
4 |
|
5 |
+
|
|
|
|
|
|
|
6 |
.. image:: https://img.shields.io/pypi/v/deep_translator.svg
|
7 |
:target: https://pypi.python.org/pypi/deep_translator
|
8 |
.. image:: https://img.shields.io/travis/nidhaloff/deep_translator.svg
|
|
|
14 |
:alt: PyPI - License
|
15 |
.. image:: https://img.shields.io/pypi/dm/deep-translator
|
16 |
:alt: PyPI - Downloads
|
17 |
+
.. image:: https://img.shields.io/pypi/status/deep-translator
|
18 |
+
:alt: PyPI - Status
|
19 |
+
.. image:: https://img.shields.io/pypi/wheel/deep-translator
|
20 |
+
:alt: PyPI - Wheel
|
21 |
|
22 |
A flexible python tool to translate between different languages in a simple way.
|
23 |
|