372 Commits

Author SHA1 Message Date
Michael Simpson 86b196811f Update README.rst 2012-02-23 14:26:05 -05:00
Thomas Kluyver d479ea3a3c Initialise colorama for textui on Windows.
Closes gh-39
2012-02-23 10:08:55 +00:00
Kenneth Reitz fc873deb3b Merge pull request #40 from verigak/develop
Allow multiple occurences of a flag in grouped
2012-02-14 14:04:00 -08:00
Giorgos Verigakis d4cb4e8c01 Allow multiple occurences of a flag in grouped 2012-02-14 23:57:45 +02:00
FELD Boris 7c48045b57 Update clint.textui.core's docstrings 2012-02-12 17:46:33 +01:00
FELD Boris ea9b2186d5 More simple implementation of indent context 2012-02-12 17:32:59 +01:00
FELD Boris 761dce7237 Try to reimplement clint.textui.core in a more simpler way 2012-02-12 17:27:18 +01:00
Boris Feld 72b04cf5af Add a dedent util function, useful when using indent otherwise than as a context. 2012-02-11 22:51:20 +01:00
Kenneth Reitz 0378771f94 Merge pull request #32 from jpiper/develop
Added ETA timer to progress.bar
2012-01-23 11:04:07 -08:00
Jason Piper 129fea5e4f added myself to AUTHORS 2012-01-23 14:38:39 +00:00
Jason Piper a9d1089bbd Updated averaging method
Calculates a simple moving average based on the number of iterations
done in (1) second intervals over the last (10) seconds
2012-01-23 14:27:57 +00:00
Jason Piper 270afcca03 Added progress bar ETA
Very simplistic, currently updates every iteration (not a performance
issue, but not the prettiest way to do it)
2012-01-23 13:50:45 +00:00
Kenneth Reitz c7f5296b13 Merge pull request #31 from collinwat/f/unicode-bytes
Explicitly chack for instances of bytes to distinguish between py2 and py3
2012-01-20 09:12:51 -08:00
Collin Watson e8f6f7737a Explicitly chack for instances of bytes to distinguish between py2 and py3. 2012-01-17 08:07:42 -08:00
Kenneth Reitz 43b152cf0e Merge branch 'develop' of github.com:kennethreitz/clint into develop 2012-01-16 09:22:05 -05:00
Kenneth Reitz 0d0d482156 Merge branch 'f/unicode' of https://github.com/collinwat/clint 2012-01-16 09:15:29 -05:00
Collin Watson 3a40b682f4 Support python 3 by checking if the decode attribute exists. 2012-01-14 17:03:10 -08:00
Collin Watson 1d1bb71203 Added unicode file and input examples 2012-01-14 12:17:46 -08:00
Collin Watson b917e68837 Removed unnecessary interpolation since it's a known string 2012-01-14 12:17:29 -08:00
Kenneth Reitz 66a6148088 Merge pull request #30 from alejandrogomez/develop
Add a mill progress indicator to `progress.py`
2012-01-14 10:20:52 -08:00
Alejandro Gómez a95e803268 Add a mill progress indicator to progress.py
I've created a progress indicator that outputs a "mill" and added it to
the `progress.py` file.

Very simple stuff but its more compact than the other progress bars and
it can be useful when using long labels.
2012-01-14 19:01:23 +01:00
Collin Watson 7e1c739755 Ignore unicode strings as they are already decoded 2012-01-14 01:11:47 -08:00
Collin Watson ec46d65bd2 Added support for colored unicode 2012-01-14 00:59:44 -08:00
Kenneth Reitz 73a9cd836b Merge pull request #24 from kracekumar/develop
Develop - fixed issue 9
2012-01-11 05:42:50 -08:00
kracekumar c9bf3bac3a works perfectly fine with ipython, standard python interpreter and unfortuantely clint colors wont work in dreampie :( 2012-01-07 21:54:17 +05:30
kracekumar 5f2df1218a fixed spaces 2012-01-07 21:47:55 +05:30
kracekumar 526cf84ebb added a method to find current python interpreter is ipython, if so color shoudl be disabled 2012-01-07 21:45:31 +05:30
Kenneth Reitz 3709f090b4 Merge pull request #22 from teh/develop
Distribute README.rst and HISTORY.rst when building sdist.
2012-01-06 15:45:01 -08:00
Thomas Hunger d6214ababb Distribute README.rst and HISTORY.rst when building sdist. 2012-01-06 23:43:14 +00:00
Kenneth Reitz ee089c2d39 Merge branch 'develop' 2012-01-05 22:14:51 -05:00
Kenneth Reitz dbb063840a v0.3.0 v0.3.0 2012-01-05 22:14:33 -05:00
Thomas Kluyver 9a4705f090 Update trove classifiers. 2012-01-06 00:16:14 +00:00
Thomas Kluyver b16b2ce723 All examples work on Python 3. 2012-01-06 00:11:51 +00:00
Thomas Kluyver 1ea4c5afdc Installable on Python 3. 2012-01-05 23:24:25 +00:00
Kenneth Reitz 39bb08253f Merge pull request #20 from robbles/develop
fix mismatch with argument names for progress.bar
2011-12-24 23:01:49 -08:00
Kenneth Reitz 8e6973253f Update clint/textui/progress.py 2011-10-28 13:04:31 -03:00
robbles 84419f6bfb fix mismatch with argument names for progress.bar 2011-09-28 11:13:26 -07:00
Kenneth Reitz 53ec4c2e09 Merge branch 'develop' v0.2.5 2011-09-24 14:38:05 -04:00
Kenneth Reitz 7b6138eda6 v0.2.5 2011-09-24 14:36:30 -04:00
Kenneth Reitz d19650b93c add userpath and environ var expansion to expand_path 2011-09-24 14:33:13 -04:00
Kenneth Reitz 98edec43e9 move expand_path to utils 2011-09-24 14:32:47 -04:00
Kenneth Reitz ef48a47b8d Merge branch 'master' into develop 2011-09-24 14:30:05 -04:00
Kenneth Reitz 3be47add4a rename arguments for bar 2011-08-12 09:48:24 -04:00
Kenneth Reitz bf99084ece Merge pull request #18 from maraujop/develop
Adding kwargs to progress bar, so that bar chars can be customized
2011-08-12 06:46:42 -07:00
Miguel Araujo Perez 705cda4443 Adding kwargs to progress bar, so that bar_empty_char and bar_filled_char can be easily customized. 2011-08-11 16:19:48 +02:00
Kenneth Reitz 79cf7a023b Merge branch 'develop' v0.2.4 2011-06-25 12:28:03 -04:00
Kenneth Reitz 7900853dbc v0.2.4 2011-06-25 12:27:44 -04:00
Kenneth Reitz 96827698df Update colorama to v0.2.3 2011-06-21 18:44:46 -04:00
Kenneth Reitz 23689f8b0a updated history 2011-06-15 12:40:14 -04:00
Kenneth Reitz 1a9e15dbba added Greg Haskins to AUTHORS 2011-06-15 12:39:34 -04:00