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
nicolargo
6ef956e061
Commit Glances 2.4RC2
2015-05-08 10:45:28 +02:00
Nicolargo
a8e7f68d13
Commit Glances 2.4 RC1
2015-05-04 11:32:22 +02:00
Alessio Sergi
eaa8e39771
No more translations
2015-05-01 19:51:15 +02:00
Alessio Sergi
6c9eedbef9
Bump minimum required zeroconf version to 0.17
...
- Fix regression introduced by issue #528 fix (pointless-statement).
- 'netifaces' is a dependency of 'zeroconf==0.17', so the check is
redundant.
2015-04-27 12:27:17 +02:00
Alessio Sergi
4318361517
No more system-wide configuration file by default
...
Support remains there, but no system-wide configuration file will be
provided anymore.
Default configuration settings are initialized by code which may be
overridden by a configuration file.
2015-04-16 15:28:52 +02:00
nicolargo
49a579d6d1
Correct some PEP on the brand new RabbitMQ export module
2015-04-12 21:40:46 +02:00
nicolargo
f02a6e0734
Infludb dep: Influxdb need 1.0.0 or higher
2015-03-27 22:32:22 +01:00
Alessio Sergi
be3c43bf48
Add check for supported Python versions
...
Glances requires at least Python 2.6 or 3.3 to run.
2015-03-11 16:03:32 +01:00
Alessio Sergi
6b3c47b826
Fix logging support for Python 2.6
...
Use logutils when running on Python 2.6.
Close #512 .
2015-02-22 12:12:12 +01:00
Nicolargo
67e21a606e
On the road of the version 2.4
2015-01-31 14:02:45 +01:00
Nicolargo
358bb45b4a
Merge form master
2015-01-31 13:50:06 +01:00
Nicolargo
c7fad235f3
Update docs file for the 2.3 version
2015-01-31 13:45:48 +01:00
Nicolargo
5c529102fd
Glances 2.3RC2
2015-01-27 13:42:11 +01:00
Nicolargo
dc61f97ffc
Glances 2.3RC1
2015-01-22 21:52:15 +01:00
Nicolargo
6e2c35f834
Add Sonar configuration and add Docker-py lib dep in the setup file
2015-01-13 23:24:31 +01:00
Alessio Sergi
21532aa519
setup.py: add chroot detection
...
Fixes #471 .
2015-01-05 11:33:15 +01:00
Nicolargo
a0a3349e63
Update documentation
2015-01-02 23:23:47 +01:00
Nicolargo
237f9fb0c9
Statsd export module is Ok
2014-12-30 22:33:54 +01:00
Nicolas Hennion
8874cc91ff
version 2.2.1
2014-12-22 18:03:54 +01:00
Nicolargo
c22d4407b5
Curses interface OK
2014-12-21 22:48:30 +01:00
Nicolargo
29780f83e7
Update docs for 2.2 release
2014-12-13 22:17:05 +01:00
Alessio Sergi
ed0ef18456
setup.py: zeroconf and netifaces are optional dependencies
...
Move them to extras_require.
2014-12-04 10:49:49 +01:00
Nicolargo
b743d6ace0
Zeroconf API change - Need Zeroconf 0.16 or higher
2014-12-03 19:04:04 +01:00
Nicolargo
b245136d8d
Add patch for pip user install (thk to @asergi) (correct issue #383 )
2014-11-29 11:15:08 +01:00
Nicolas Hennion
2b471481e1
Prepare repos for new version
2014-10-10 14:54:20 +02:00
Nicolargo
45b78474e4
version 2.1.2
2014-10-09 22:20:08 +02:00
Nicolargo
ef158378d3
version 2.1.1
2014-10-02 21:20:39 +02:00
Nicolargo
6e33121b61
Glances version 2.1
2014-09-13 15:29:07 +02:00
Nicolargo
9371ec5205
Add dep in the setup.py file
2014-08-03 14:42:14 +02:00
Nicolargo
33d5049648
Release 2.0.1
2014-06-22 10:24:45 +02:00
Alessio Sergi
c29ddd58bf
Fix leftovers from merge conflict
2014-06-14 12:52:26 +02:00
Nicolargo
cf480a9b41
Merge v2.0 release branch
2014-06-14 09:44:02 +02:00
Nicolas Hennion
8222630785
Add PySNMP as extras requirment
2014-06-06 11:57:41 +02:00
Alessio Sergi
72bd8a5b25
setup.py: Fix console_scripts entry point
2014-06-02 00:46:46 +02:00
Alessio Sergi
686ffb6085
Drop Python 3.2 support in favor of Python 3.3 and newer
...
Python 3.0, 3.1 and 3.2 do not support the u'' string literal syntax at all.
Unicode string literals were introduced in Python 3.3 again.
See http://legacy.python.org/dev/peps/pep-0414/ for more information.
2014-05-23 16:41:14 +02:00
Nicolargo
922c4cb2d0
Refactor unitaries tests
2014-05-21 13:43:21 +02:00
Nicolas Hennion
4881fb6c52
version 1.7.7
2014-05-14 11:30:47 +02:00
Alessio Sergi
8d895f1845
Add Python 3.4 support
...
Add Python 3.4 to .travis.yml.
2014-05-11 20:00:00 +02:00
Alessio Sergi
b6339ed76d
Small fixes and improvements
...
README.rst: Add Slackware http://slackbuilds.org/repository/14.1/system/glances/
2014-05-11 17:11:17 +02:00
Alessio Sergi
3687321b30
Miscellaneous fixes and improvements
...
Rules of thumb:
- setup.py only <=, >=
- requirements.txt only ==
2014-05-07 16:59:59 +02:00
Alessio Sergi
45d6b2521b
Fix python 2.6 compatibility
...
Add argparse as requirement when running on python 2.6.
2014-04-15 16:59:03 +02:00
Nicolas Hennion
5f8f0c7fb7
Change Python packaging files and structure for color console
2014-04-13 21:48:58 +02:00
Nicolas Hennion
f88d8f53c0
version 1.7.6
2014-03-25 20:03:54 +01:00
Nicolas Hennion
9c2e5d9c22
PsUtil 2.0 is back for the branch 1.x
2014-03-18 21:57:23 +01:00
Markus Roth
49ba692154
Adapt to psutil 2.0.0 API.
...
API changed.
https://psutil.googlecode.com/hg/HISTORY
Tested with 0.5.1, 1.2.1, 2.0.0
2014-03-16 05:17:57 +01:00
Alessio Sergi
db4b9ae147
Migrate from pysensors to py3sensors
2014-03-13 13:13:13 +01:00
Nicolas Hennion
5cfb5c9584
version 1.7.5
2014-03-11 19:01:13 +01:00
Nicolas Hennion
5178873092
Update file for Glances 1.7.4 RC1
2014-01-11 17:36:12 +01:00
Nicolas Hennion
bd7576bce1
version 1.7.3
2013-12-15 10:23:06 +01:00
Alessio Sergi
d997802de1
Fix source distribution
...
Add missing files to MANIFEST.in
Better package structure
Better path handling
2013-12-14 15:05:05 +01:00
Alessio Sergi
bc587d6d08
Fix #296
2013-11-12 11:11:31 +01:00
Nicolas Hennion
a0c2293afc
version 1.7.2
2013-11-01 10:12:25 +01:00
Alessio Sergi
3a4d517985
Add config file support under Windows [issue #288 ]
2013-09-19 12:29:00 +02:00
fraoustin
78bc42d765
add colorconsole for platform windows
2013-08-23 20:38:01 +02:00
Nicolas Hennion
56760e36fe
version 1.7.1
2013-08-20 13:49:41 +02:00
Alessio Sergi
282335d519
Bump minimum required psutil version to 0.5.1
2013-08-16 14:56:00 +02:00
Nicolas Hennion
b31c60f1a0
On the road of the version 1.7.1
2013-08-10 16:06:52 +02:00
Nicolas Hennion
1f43ffac66
Update doc
2013-08-10 15:38:12 +02:00
Nicolas Hennion
7e8b9736a5
version 1.7
2013-08-10 15:32:09 +02:00
Nicolas Hennion
ab54334742
Last? commit for the 1.7 version / Change setup.py / Version number
2013-08-10 15:21:43 +02:00
Nicolas Hennion
3fd7552520
Add compatibility with pip >= 1.4 / Issue #270
2013-08-10 10:22:26 +02:00
Alessio Sergi
f1c76b40c9
Fix bugs on OS X
...
Long story short: on OS X, sys.prefix actually pointing to
/System/Library/Frameworks/Python.framework/foo, not /usr/local (which
is the default path where Glances is installed using pip or brew).
Using a self-made implementation of sys.prefix, called sys_prefix, fix
the problem.
2013-08-05 01:25:05 +02:00
Nicolas Hennion
6310e1ef5f
Add batinfo to setup.py
2013-07-07 17:01:01 +02:00
Nicolas Hennion
c3803c0c1b
Add batteries info thanks to Batinfo lib
2013-07-07 16:36:35 +02:00
Alessio Sergi
f560f52c4c
Fix issue #253
2013-06-02 23:32:32 +02:00
Alessio Sergi
ecfadce4ac
Improve packaging - Round 2
2013-04-08 16:16:00 +02:00
Nicolas Hennion
5460f1c68f
On the road of the 1.7 version
2013-03-23 22:38:44 +01:00
Nicolas Hennion
d22907ef8d
version 1.6.1
2013-03-23 21:14:24 +01:00
Alessio Sergi
0560f6387e
Improve packaging
2013-02-22 20:55:00 +01:00
Alessio Sergi
31780046c2
Fix Travis-CI issue
2013-02-21 17:51:00 +01:00
asergi
98074eda26
Add per-user settings support
2013-02-14 15:41:51 +01:00
Nicolas Hennion
4be5ede3c2
On the road on the version 1.6.1
2013-01-31 21:55:21 +01:00
Nicolas Hennion
999cb09766
version 1.6
2013-01-26 11:45:07 +01:00
Verrus
0a559e7981
deleted the README-FR as required file.
2013-01-19 22:44:09 +01:00
asergi
28c893a878
Fix setup.py
2013-01-12 20:02:00 +01:00
Nicolas Hennion
93596379d9
New release for the french file translation
2013-01-11 20:00:10 +01:00
Nicolas Hennion
82a0d31213
version 1.5.2
2012-12-28 18:50:56 +01:00
Nicolas Hennion
f522501f2b
Space optim for processing (IO)
2012-12-14 21:58:31 +01:00
Nicolas Hennion
5fa1f96cb2
Commit for the sensors module
2012-11-18 10:55:14 +01:00
Nicolas Hennion
51e2b7ea22
version 1.5.1
2012-11-09 09:39:52 +01:00
Nicolas Hennion
ba8bbb0f86
version 1.5
2012-11-07 21:53:05 +01:00
Nicolas Hennion
ce67fedd01
Update man page
2012-11-03 14:45:20 +01:00
Nicolas Hennion
4542db556f
version 1.4.2.1
2012-10-02 09:17:47 +02:00
Nicolas Hennion
9799932403
version 1.4.2
2012-09-22 15:24:32 +02:00
Nicolas Hennion
6265763896
version 1.4.1.1
2012-09-06 13:39:54 +02:00
Nicolas Hennion
256b51b642
version 1.4.1
2012-09-06 10:33:27 +02:00
asergi
f620472e00
Fix setup.py
2012-07-07 17:47:47 +02:00
Nicolas Hennion
919b473936
Change the setup.py
2012-07-06 18:02:42 +02:00
Nicolas Hennion
73a324c6a9
version 1.4
2012-07-06 14:03:32 +02:00
asergi
5bdb9af329
Strip leading/trailing whitespaces from all files
2012-06-19 13:00:00 +02:00
nicolargo
e413c170e9
Add PID/UID to the processes informations
2012-05-01 18:25:11 +02:00
Laurent Bachelier
91adde8917
Simple building and packaging of i18n
2012-03-14 00:14:41 +01:00
Laurent Bachelier
471db3b03e
Much simpler, pure-python packaging
2012-03-13 22:32:22 +01:00
nicolargo
ac541c1b93
Reduce process load
2012-02-16 11:16:00 +01:00
nicolargo
745434e4c7
Solve the _() error message
2012-02-14 11:58:04 +01:00
nicolargo
1c2094998c
version 1.3.7
2012-01-31 14:37:56 +01:00
nicolargo
8abb57fc62
version 1.3.6
2012-01-18 17:38:06 +01:00
nicolargo
e592521eed
version 1.3.5
2012-01-04 14:24:07 +01:00
nicolargo
1d276d1f2a
version 1.3.4
2011-12-25 21:35:46 +01:00
nicolargo
b9a2246ec7
version 1.3.3
2011-12-23 14:03:06 +01:00
nicolargo
8a43abdb7a
Add Python PYPI informations
2011-12-21 10:56:55 +01:00
nicolargo
549bca1b86
version 1.3.1
2011-12-16 21:55:34 +01:00
nicolargo
878ec5492f
version 1.3
2011-12-13 21:57:51 +01:00
nicolargo
9e96880944
version 1.2
2011-12-10 22:44:49 +01:00
nicolargo
89a05958cc
version 1.1.3
2011-12-06 11:47:38 +01:00
nicolargo
4f77c14a55
v1.1.2
2011-12-05 15:25:00 +01:00
nicolargo
da03de67d0
version 1.1.1
2011-12-05 13:24:49 +01:00
nicolargo
f0f484ed1d
Add setup.py
2011-12-05 10:26:36 +01:00