Skip to content

Commit 20dc402

Browse files
authored
Update README.rst
1 parent 88b963a commit 20dc402

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ python-securid is a Python library for generating RSA SecurID 128-bit compatible
55
(Python port of `stoken <https://github.com/cernekee/stoken>`_).
66
This project is not affiliated with or endorsed by RSA Security.
77

8+
|made-with-python| |Build Status| |PyPI version| |PyPI| |Downloads| |PyPI license| |Code style|
9+
10+
.. |made-with-python| image:: https://img.shields.io/badge/Made%20with-Python-1f425f.svg
11+
:target: https://www.python.org/
12+
.. |Build Status| image:: https://github.com/andreax79/python-securid/workflows/Tests/badge.svg
13+
:target: https://github.com/andreax79/python-securid/actions
14+
.. |PyPI version| image:: https://badge.fury.io/py/securid.svg
15+
:target: https://badge.fury.io/py/securid
16+
.. |PyPI| image:: https://img.shields.io/pypi/pyversions/securid.svg
17+
:target: https://pypi.org/project/securid
18+
.. |Downloads| image:: https://pepy.tech/badge/securid/month
19+
:target: https://pepy.tech/project/securid
20+
.. |PyPI license| image:: https://img.shields.io/pypi/l/securid.svg
21+
:target: https://pypi.python.org/pypi/asecurid/
22+
.. |Code style| image:: https://img.shields.io/badge/code%20style-black-000000.svg
23+
:target: https://github.com/psf/black
24+
25+
826
Installation
927
------------
1028
::

0 commit comments

Comments
 (0)