Commit Graph

184 Commits

Author SHA1 Message Date
Kian-Meng Ang
4046fbb18c Fix typos
Found via `codespell -S ./venv,./glances/outputs,*.svg -L hart,bu,te,statics`
2022-10-03 21:53:24 +08:00
nicolargo
82bbd00b6c Lint the code 2022-08-20 10:01:37 +02:00
nicolargo
d9b568c024 Another dep issue solved in the Alpine Docker + issue in the outdated method 2022-05-26 09:35:42 +02:00
nicolargo
013d320ce9 Add python-datutil dep for Focker plugin - Related to #2045 2022-05-07 08:24:19 +02:00
Hugo van Kemenade
0fd55a43d2 Add support for Python 3.10 2021-11-21 12:29:02 +02:00
nicolargo
b0ad670a21 Glances 3.2.4.1 2021-11-21 08:44:39 +01:00
nicolargo
ed8cd9f8ad batinfo not in docker image (and in requirements files...) ? #1915 2021-08-14 11:24:10 +02:00
nicolargo
9d6051be4a Security audit - B411 #1025 2021-07-09 10:03:37 +02:00
Nicolas Hennion
04c61576ad Replace py-cpuinfo by PsUtil and home made methods 2021-05-24 18:34:48 +02:00
nicolargo
8d094d5ac8 Implemented but test is KO: only a part of the stats are exported... Same behavor with both client Graphyte and GraphiteSender. Perhaps the issue came from the server (docker-graphite-grafana) 2021-05-11 08:52:03 +02:00
nicolargo
6bceeef43f Export to graphite #1854 2021-05-09 18:17:14 +02:00
nicolargo
829174bbf0 Remove pystache by chevron (mustache implementation) #1817 2021-02-28 10:19:33 +01:00
nicolargo
1b36ed92a2 version 3.1.6 2021-01-23 11:07:36 +01:00
nicolargo
4322c99782 Set cpuinfo version to 4.0.0 until issue https://github.com/workhorsy/py-cpuinfo/issues/155 is analysed 2020-08-22 11:26:42 +02:00
Rui Chen
6f9365bb24
Add python 3.7 and 3.8 into CI 2020-03-25 18:55:18 -04:00
nicolargo
7228a915bb Update dep in setup file 2019-11-13 10:28:15 +01:00
Dan Church
438455eb50
Fix missing file during install 2019-07-09 14:31:52 -05:00
nicolargo
5bd4d587a7 Add Future lib 2019-04-27 11:02:04 +02:00
nicolargo
f68da86493 Update sparkline with current % 2019-04-18 09:34:02 +02:00
nicolargo
62debf21b4 Documentation is unclear how to get Docker information #1386 and also add a all target to the Pip install in order to install all dependencies 2019-01-20 10:56:30 +01:00
John Kirkham
460bbed931 Require requests on Windows
As the web interface is needed on Windows (as there is no Curses
interface), make sure all of the web requirements are included on
Windows. This includes `bottle` (already listed) and `requests` (now
added).
2018-11-04 04:18:51 -05:00
nicolargo
bcea4d1cdc Add smart lib in dep 2018-09-05 17:42:19 +02:00
Erik Eriksson
a83c74e613 Support for exporting data to a MQTT server 2018-08-13 13:00:42 +02:00
nicolargo
caf0b28f2b Pin zeroconf dependency on 0.19 to maintain python 2 compatibility #1293 2018-08-05 09:52:52 +02:00
Greg Dahlman
1cf84dfcef Use nvidia-ml-py3 for python3 compatibility 2018-06-14 22:02:28 -07:00
nicolargo
368cfd562e Graph are generated when the 'g' key is pressed 2018-03-25 10:55:52 +02:00
Alessio Sergi
fc7af715a2 Add python_requires to setup.py
This allows pip to figure out the last compatible version with a
particular Python version before attempting to install. See
https://packaging.python.org/tutorials/distributing-packages/#python-requires.
2018-02-16 18:18:18 +01:00
Alessio Sergi
83d47a8bc9 Drop support for psutil < 5.3.0
Issue #1055 has been fixed in psutil 5.3.0 (see giampaolo/psutil#1074).
2018-02-15 18:38:25 +01:00
Alessio Sergi
4e606f4650 Drop support for EOL Python 3.3 2018-01-26 19:03:33 +01:00
nicolargo
1738af11d2 Remove graph export from Glances #1206 2017-12-29 19:10:25 +01:00
Alessio Sergi
0adf139256 Drop environment markers from setup.py
This commit does *not* fix any bug, but users keep reporting it as such
while they simply use a very old setuptools. *sigh*
2017-03-31 12:52:07 +02:00
nicolargo
70eb8013ea Add Kafka export plugin #858 2017-03-25 18:02:42 +01:00
nicolargo
021d460326 Implement ok of the Promotheus Exporter, need to add the plugin documentation 2017-03-19 10:42:01 +01:00
nicolargo
e2804a6010 Add requests as a prerequisite for Cloud plugin 2017-03-02 21:03:51 +01:00
nicolargo
fd45d4121a Remove batinfo dep 2017-02-11 10:05:54 +01:00
Alessio Sergi
f468367522 nvidia-ml-py is Python 2-only (shame) 2017-02-07 12:20:19 +01:00
Alessio Sergi
c59f7e33d1 setup.py: remove sensors from extras_require
setuptools doesn't like it.
2017-01-22 17:55:41 +01:00
Alessio Sergi
bbaf40d60a setup.py: fix py3sensors installation and conditionalize scandir dependency
- scandir package is only needed for Python < 3.5.
- the name of extras are now lower case (easier to type/read).

Note: setuptools >= 18.0 is required.
2017-01-22 16:50:45 +01:00
nicolargo
26efbbbfa6 Merge branch 'develop' of https://github.com/nicolargo/glances into develop 2017-01-22 10:25:18 +01:00
Alessio Sergi
4b9729fc10 Claim Python 3.6 support 2017-01-21 19:49:49 +01:00
Alessio Sergi
8dbda4d266 LGPL -> LGPLv3
Just to be clear.
2017-01-21 19:44:12 +01:00
nicolargo
b1f6a8194b On the road of Glances 2.8.1 2017-01-21 18:22:29 +01:00
Alessio Sergi
5988a655d3 Fix installation under Windows, bottle is now mandatory. 2017-01-21 18:08:16 +01:00
nicolargo
9390b75bc2 Update setup file again 2017-01-07 10:12:50 +01:00
nicolargo
09ba54c458 Update setup file 2017-01-07 10:09:27 +01:00
Alessio Sergi
723519f6a9 setup.py: get_requires() no longer needed
We dropped support for Python 2.6 and curses interface on Windows.
2016-12-26 19:01:46 +01:00
Alessio Sergi
c2cb4b8a7f setup.py: use 'with' context manager to open files 2016-12-19 19:50:02 +01:00
Alessio Sergi
deaa17a74f Use str.format() automatic numbering
We don't support Python 2.6 any longer.
2016-12-18 18:52:47 +01:00
Alessio Sergi
85fa23ab71 Revert "Deprecated platform method in Python 3.7 #945"
This reverts commit 4877be45ea.
2016-11-02 10:12:03 +01:00
nicolargo
4877be45ea Deprecated platform method in Python 3.7 #945 2016-10-26 22:22:03 +02:00