summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-06-13 19:36:36 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2020-06-13 19:36:36 +0200
commitdb3fe97c13aa7308a9cab26fdcbdbf1993cc547a (patch)
treeaefb0a2e29ade37cfd11c4c66d8dbd492ddfc2bb /README.rst
parent47ad3c71b9148dea61a189bbc913c50ee04b8793 (diff)
downloadpsutil-db3fe97c13aa7308a9cab26fdcbdbf1993cc547a.tar.gz
add paypal donation link, remove images from README
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst24
1 files changed, 6 insertions, 18 deletions
diff --git a/README.rst b/README.rst
index 2137a1a2..bb2c927b 100644
--- a/README.rst
+++ b/README.rst
@@ -100,7 +100,7 @@ psutil currently supports the following platforms:
- **Sun Solaris**
- **AIX**
-...both **32-bit** and **64-bit** architectures. Supported Python versions are **2.6**, **2.7** and **3.4+**. `PyPy3 <http://pypy.org/>`__ is also known to work.
+...both **32-bit** and **64-bit** architectures. Supported Python versions are **2.6**, **2.7** and **3.4+**, `PyPy <http://pypy.org/>`__ 2.7 and 3.X.
psutil for enterprise
=====================
@@ -131,19 +131,11 @@ Security
To report a security vulnerability, please use the `Tidelift security
contact`_. Tidelift will coordinate the fix and disclosure.
-Example applications
-====================
+Donate
+======
-+------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+
-| .. image:: https://github.com/giampaolo/psutil/blob/master/docs/_static/procinfo-small.png | .. image:: https://github.com/giampaolo/psutil/blob/master/docs/_static/top-small.png |
-| :target: https://github.com/giampaolo/psutil/blob/master/docs/_static/procinfo.png | :target: https://github.com/giampaolo/psutil/blob/master/docs/_static/top.png |
-+------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+
-| .. image:: https://github.com/giampaolo/psutil/blob/master/docs/_static/procsmem-small.png | .. image:: https://github.com/giampaolo/psutil/blob/master/docs/_static/pmap-small.png |
-| :target: https://github.com/giampaolo/psutil/blob/master/docs/_static/procsmem.png | :target: https://github.com/giampaolo/psutil/blob/master/docs/_static/pmap.png |
-+------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+
-
-Also see `scripts directory <https://github.com/giampaolo/psutil/tree/master/scripts>`__
-and `doc recipes <http://psutil.readthedocs.io/#recipes/>`__.
+A lot of time and effort went into making psutil as it is today. If you whish
+to help its future development consider making a `donation <https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A9ZS7PKKRM3S8>`__.
Projects using psutil
=====================
@@ -154,9 +146,7 @@ psutil has roughly the following monthly downloads:
:target: https://pepy.tech/project/psutil
:alt: Downloads
-There are over
-`10.000 open source projects <https://libraries.io/pypi/psutil/dependent_repositories?page=1>`__
-on github which depend from psutil.
+...and has over 45,000 projects on GitHub depending from it.
Here's some I find particularly interesting:
- https://github.com/google/grr
@@ -166,7 +156,6 @@ Here's some I find particularly interesting:
- https://github.com/ajenti/ajenti
- https://github.com/home-assistant/home-assistant/
-
Portings
========
@@ -175,7 +164,6 @@ Portings
- Rust: https://github.com/borntyping/rust-psutil
- Nim: https://github.com/johnscillieri/psutil-nim
-
Example usages
==============