File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >`_).
66This 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+
826Installation
927------------
1028::
You can’t perform that action at this time.
0 commit comments