kracekumar
|
911a84406e
|
added an example get_each_args.py
|
2012-05-09 01:06:03 +05:30 |
|
kracekumar
|
afd410125d
|
added an example get_each_args.py
|
2012-05-09 01:05:32 +05:30 |
|
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
|
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
|
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 |
|
Greg Haskins
|
a07602fdeb
|
call colorama.init(..) at import time to ensure stdout/stderr get wrapped
|
2011-06-15 12:24:52 -04:00 |
|
Kenneth Reitz
|
0855525fca
|
added eng.join example
|
2011-04-18 12:49:37 -04:00 |
|
Kenneth Reitz
|
872c78a5b9
|
no need to init colorama
|
2011-04-18 12:39:20 -04:00 |
|
Kenneth Reitz
|
5d7485c144
|
cleaner eng.join
|
2011-04-18 12:38:56 -04:00 |
|
Kenneth Reitz
|
25b8d6a10e
|
oops
|
2011-04-18 12:25:06 -04:00 |
|
Kenneth Reitz
|
003411ebcd
|
eng.plural!
|
2011-04-18 12:18:54 -04:00 |
|
star:Kenneth Reitz
|
f651e71093
|
Merge branch 'develop'
v0.2.3
|
2011-04-06 13:06:51 -04:00 |
|
star:Kenneth Reitz
|
e500773da3
|
version bump (v0.2.3)
|
2011-04-06 13:06:14 -04:00 |
|
star:Kenneth Reitz
|
4b9e35c631
|
configurable progress interator streams
|
2011-04-06 13:02:40 -04:00 |
|
star:Kenneth Reitz
|
e85fffdbb6
|
puts/puts_err fixes, defaults for string
|
2011-04-06 13:00:13 -04:00 |
|
star:Kenneth Reitz
|
b58f8dccdc
|
no colorama auto-init upon import
|
2011-04-06 10:08:25 -04:00 |
|
star:Kenneth Reitz
|
3d63ed01f9
|
whitespace cleanup
|
2011-04-03 08:11:23 -04:00 |
|
star:Kenneth Reitz
|
81165754a4
|
allow clint.textui.puts() to accept arbitrary file-like objects (like StringIO for <pre> generation)
|
2011-04-03 08:11:17 -04:00 |
|
star:Kenneth Reitz
|
6f106e2f12
|
toxic
|
2011-04-01 10:05:55 -04:00 |
|
star:Kenneth Reitz
|
8adda14a27
|
Merge branch 'feature/multiversion-testing' of https://github.com/offbyone/clint into develop
|
2011-04-01 10:04:28 -04:00 |
|
Chris Rose
|
cc072a18f3
|
Add tox support
|
2011-04-01 07:58:48 -06:00 |
|
star:Kenneth Reitz
|
c226b6b736
|
progress bar examples
|
2011-03-31 14:52:44 -04:00 |
|
Will Thames
|
3406ab5329
|
Added Will Thames to list of authors
|
2011-03-31 12:24:42 +01:00 |
|
Will Thames
|
cf0c0bda70
|
Moved from __future__ line closer to the top of the file to prevent
File "piped.py", line 7
from __future__ import with_statement
SyntaxError: from __future__ imports must occur at the beginning of the file
|
2011-03-31 12:21:57 +01:00 |
|
star:Kenneth Reitz
|
a4c2be8865
|
pre me right
|
2011-03-31 06:16:09 -04:00 |
|
star:Kenneth Reitz
|
fa2bbf9a0d
|
link to examples directory
|
2011-03-31 01:07:54 -04:00 |
|
star:Kenneth Reitz
|
9736b4cd71
|
oh yeah, columns.
|
2011-03-31 01:05:07 -04:00 |
|
star:Kenneth Reitz
|
2e68207d0a
|
updated readme for newcomers
|
2011-03-31 00:48:02 -04:00 |
|
star:Kenneth Reitz
|
164d68ce37
|
loggin'
|
2011-03-30 23:08:33 -04:00 |
|