summaryrefslogtreecommitdiffstats
path: root/setup.py
AgeCommit message (Collapse)Author
2015-01-02Update documentationNicolargo
2014-12-30Statsd export module is OkNicolargo
2014-12-21Curses interface OKNicolargo
2014-12-13Update docs for 2.2 releaseNicolargo
2014-12-04setup.py: zeroconf and netifaces are optional dependenciesAlessio Sergi
Move them to extras_require.
2014-12-03Zeroconf API change - Need Zeroconf 0.16 or higherNicolargo
2014-11-29Add patch for pip user install (thk to @asergi) (correct issue #383)Nicolargo
2014-10-10Prepare repos for new versionNicolas Hennion
2014-10-09version 2.1.2Nicolargo
2014-10-02version 2.1.1Nicolargo
2014-09-13Glances version 2.1Nicolargo
2014-08-03Add dep in the setup.py fileNicolargo
2014-06-22Release 2.0.1Nicolargo
2014-06-14Fix leftovers from merge conflictAlessio Sergi
2014-06-14Merge v2.0 release branchNicolargo
2014-06-06Add PySNMP as extras requirmentNicolas Hennion
2014-06-02setup.py: Fix console_scripts entry pointAlessio Sergi
2014-05-23Drop Python 3.2 support in favor of Python 3.3 and newerAlessio Sergi
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-21Refactor unitaries testsNicolargo
2014-05-14version 1.7.7v1.7.7Nicolas Hennion
2014-05-11Add Python 3.4 supportAlessio Sergi
Add Python 3.4 to .travis.yml.
2014-05-11Small fixes and improvementsAlessio Sergi
README.rst: Add Slackware http://slackbuilds.org/repository/14.1/system/glances/
2014-05-07Miscellaneous fixes and improvementsAlessio Sergi
Rules of thumb: - setup.py only <=, >= - requirements.txt only ==
2014-04-15Fix python 2.6 compatibilityAlessio Sergi
Add argparse as requirement when running on python 2.6.
2014-04-13Change Python packaging files and structure for color consoleNicolas Hennion
2014-03-25version 1.7.6v1.7.6Nicolas Hennion
2014-03-18PsUtil 2.0 is back for the branch 1.xNicolas Hennion
2014-03-16Adapt to psutil 2.0.0 API.Markus Roth
API changed. https://psutil.googlecode.com/hg/HISTORY Tested with 0.5.1, 1.2.1, 2.0.0
2014-03-13Migrate from pysensors to py3sensorsAlessio Sergi
2014-03-11version 1.7.5Nicolas Hennion
2014-01-11Update file for Glances 1.7.4 RC1Nicolas Hennion
2013-12-15version 1.7.3v1.7.3Nicolas Hennion
2013-12-14Fix source distributionAlessio Sergi
Add missing files to MANIFEST.in Better package structure Better path handling
2013-11-12Fix #296Alessio Sergi
2013-11-01version 1.7.2v1.7.2Nicolas Hennion
2013-09-19Add config file support under Windows [issue #288]Alessio Sergi
2013-08-23add colorconsole for platform windowsfraoustin
2013-08-20version 1.7.1v1.7.1Nicolas Hennion
2013-08-16Bump minimum required psutil version to 0.5.1Alessio Sergi
2013-08-10On the road of the version 1.7.1Nicolas Hennion
2013-08-10Update docNicolas Hennion
2013-08-10version 1.7v1.7Nicolas Hennion
2013-08-10Last? commit for the 1.7 version / Change setup.py / Version numberNicolas Hennion
2013-08-10Add compatibility with pip >= 1.4 / Issue #270Nicolas Hennion
2013-08-05Fix bugs on OS XAlessio Sergi
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-07-07Add batinfo to setup.pyNicolas Hennion
2013-07-07Add batteries info thanks to Batinfo libNicolas Hennion
2013-06-02Fix issue #253Alessio Sergi
2013-04-08Improve packaging - Round 2Alessio Sergi
2013-03-23On the road of the 1.7 versionNicolas Hennion