Added pypi version badge.

This commit is contained in:
2021-07-05 11:54:58 +02:00
committed by GitHub
parent 39661ea3db
commit c09d35670e

View File

@@ -5,6 +5,9 @@
<h4 align="center"> A easy to use Deluge CLI that can connect to Deluge RPC (even over ssh) written entirely in python.</h4> <h4 align="center"> A easy to use Deluge CLI that can connect to Deluge RPC (even over ssh) written entirely in python.</h4>
<p align="center"> <p align="center">
<a href="https://pypi.org/project/delugeClient-kevin/">
<img src="https://img.shields.io/pypi/v/delugeClient-kevin" />
</a>
<a href="https://snyk.io/test/github/kevinmidboe/delugeclient?targetFile=requirements.txt"> <a href="https://snyk.io/test/github/kevinmidboe/delugeclient?targetFile=requirements.txt">
<img src="https://snyk.io/test/github/kevinmidboe/delugeclient/badge.svg?targetFile=requirements.txt" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/kevinmidboe/delugeclient?targetFile=requirements.txt" style="max-width:100%;"> <img src="https://snyk.io/test/github/kevinmidboe/delugeclient/badge.svg?targetFile=requirements.txt" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/kevinmidboe/delugeclient?targetFile=requirements.txt" style="max-width:100%;">
</a> </a>
@@ -146,4 +149,4 @@ To interface with deluged :
- Create your feature branch: git checkout -b my-new-feature - Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature' - Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature - Push to the branch: git push origin my-new-feature
- Submit a pull request - Submit a pull request