summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2022-11-07 21:24:24 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2022-11-07 21:24:24 +0100
commitbcf0f31dcebba770f7e5b5047b47867c6924e2bc (patch)
tree00b385a2c5d5499a3edc8e6e6c5395abf3ee4782
parent04eaa1584d62aa7f4dd99771a0363198706c2a51 (diff)
downloadpsutil-bcf0f31dcebba770f7e5b5047b47867c6924e2bc.tar.gz
remove HTML from README so that I can build wheels on win
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
-rw-r--r--README.rst61
1 files changed, 0 insertions, 61 deletions
diff --git a/README.rst b/README.rst
index d995cd84..87b57657 100644
--- a/README.rst
+++ b/README.rst
@@ -1,64 +1,3 @@
-| |downloads| |stars| |forks| |contributors| |coverage|
-| |version| |py-versions| |packages| |license|
-| |github-actions| |appveyor| |doc| |twitter| |tidelift|
-
-.. |downloads| image:: https://img.shields.io/pypi/dm/psutil.svg
- :target: https://pepy.tech/project/psutil
- :alt: Downloads
-
-.. |stars| image:: https://img.shields.io/github/stars/giampaolo/psutil.svg
- :target: https://github.com/giampaolo/psutil/stargazers
- :alt: Github stars
-
-.. |forks| image:: https://img.shields.io/github/forks/giampaolo/psutil.svg
- :target: https://github.com/giampaolo/psutil/network/members
- :alt: Github forks
-
-.. |contributors| image:: https://img.shields.io/github/contributors/giampaolo/psutil.svg
- :target: https://github.com/giampaolo/psutil/graphs/contributors
- :alt: Contributors
-
-.. |github-actions| image:: https://img.shields.io/github/workflow/status/giampaolo/psutil/CI?label=Linux%2C%20macOS%2C%20FreeBSD
- :target: https://github.com/giampaolo/psutil/actions?query=workflow%3Abuild
- :alt: Linux, macOS, Windows tests
-
-.. |appveyor| image:: https://img.shields.io/appveyor/ci/giampaolo/psutil/master.svg?maxAge=3600&label=Windows
- :target: https://ci.appveyor.com/project/giampaolo/psutil
- :alt: Windows tests (Appveyor)
-
-.. |coverage| image:: https://coveralls.io/repos/github/giampaolo/psutil/badge.svg?branch=master
- :target: https://coveralls.io/github/giampaolo/psutil?branch=master
- :alt: Test coverage (coverall.io)
-
-.. |doc| image:: https://readthedocs.org/projects/psutil/badge/?version=latest
- :target: https://psutil.readthedocs.io/en/latest/
- :alt: Documentation Status
-
-.. |version| image:: https://img.shields.io/pypi/v/psutil.svg?label=pypi
- :target: https://pypi.org/project/psutil
- :alt: Latest version
-
-.. |py-versions| image:: https://img.shields.io/pypi/pyversions/psutil.svg
- :alt: Supported Python versions
-
-.. |packages| image:: https://repology.org/badge/tiny-repos/python:psutil.svg
- :target: https://repology.org/metapackage/python:psutil/versions
- :alt: Binary packages
-
-.. |license| image:: https://img.shields.io/pypi/l/psutil.svg
- :target: https://github.com/giampaolo/psutil/blob/master/LICENSE
- :alt: License
-
-.. |twitter| image:: https://img.shields.io/twitter/follow/grodola.svg?label=follow&style=flat&logo=twitter&logoColor=4FADFF
- :target: https://twitter.com/grodola
- :alt: Twitter Follow
-
-.. |tidelift| image:: https://tidelift.com/badges/github/giampaolo/psutil?style=flat
- :target: https://tidelift.com/subscription/pkg/pypi-psutil?utm_source=pypi-psutil&utm_medium=referral&utm_campaign=readme
- :alt: Tidelift
-
------
-
Quick links
===========