Commit Graph

158 Commits (9bba5d3a8bf3c538e10da49941982885e88f4a4e)

Author SHA1 Message Date
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
nicolargo 8c15914f73 Update docs with dependenties (issue #937) 2016-10-21 22:11:13 +02:00
nicolargo 409269e3aa Correct Cassandra dep 2016-09-11 09:53:14 +02:00
Nicolargo 407dc6b65b Add deps in setup.py 2016-09-02 10:42:03 +02:00
Nicolargo beade6a5cc Update the setup.py to dynamicaly grab the Glances version in the __init__py script 2016-08-26 15:36:54 +02:00
nicolargo 830caf9703 Drop Python 2.6 support #300 2016-05-23 15:52:53 +02:00
nicolargo 3dcb56326e Correct minor PEP8 and update doc 2016-03-26 17:45:48 +01:00
nicolargo f863ec5ece Correct some minor PEP8 error 2016-03-13 16:57:16 +01:00
nicolargo be16b9992b Glances 2.6RC1 - Test it ll! 2016-03-11 21:32:56 +01:00
Alessio Sergi 45820e9183 Warning about Python 2.6 deprecation 2016-03-11 12:26:26 +01:00
Alessio Sergi cbcf779dc2 Use Sphinx for man page 2016-03-06 19:16:37 +01:00
Alessio Sergi c1e1ad4da5 Use Sphinx for doc 2016-03-06 19:16:37 +01:00
Nicolargo 415449d880 API tests + requests in the setup.py script 2015-11-25 15:47:59 +01:00
Nicolargo af3b2a87d5 API tests + requests in the setup.py script 2015-11-25 15:39:30 +01:00
Nicolargo 1c56b91f96 Remove API tests from the setup.py script 2015-11-25 15:32:49 +01:00
Nicolargo 611cb841fa Add tests class to the seupt.py script 2015-11-25 15:28:26 +01:00
nicolargo 97bf233776 Implement Folder plugin (issue #721) 2015-11-21 10:53:49 +01:00
Alessio Sergi eb9acaaf9d Add Python 3.5 support 2015-11-18 13:05:35 +01:00
nicolargo 6036eeaa68 Patch 2.5.1 2015-10-10 11:25:51 +02:00
nicolargo cc2c680226 Add Potsdb lib dep 2015-09-20 07:44:27 +02:00
Nicolargo c1ff999c09 Glances 2.5 RC1 2015-09-18 15:31:18 +02:00
nicolargo 2507941951 Improve the QuickLookplugin by adding hardware CPU info (issue #673) 2015-09-13 14:43:37 +02:00
nicolargo 1f950e3d22 version 2.4.2 2015-05-28 22:09:31 +02:00
nicolargo 31de5b3b1c On the road of Glances 2.5... the return 2015-05-20 17:30:27 +02:00
nicolargo fcfa451402 Glances 2.4.1 hotfix 2015-05-20 17:23:09 +02:00
nicolargo d89c7835d9 On the road of Glances 2.5 2015-05-20 12:29:59 +02:00
nicolargo 0e4e18a3eb Update screenshots and documentation 2015-05-20 10:12:34 +02:00