Commit Graph

294 Commits

Author SHA1 Message Date
Jason Piper 13df32316f 0.3.5 v0.3.5 2014-03-14 11:35:35 +00:00
Jason Piper 93c3f9a4e1 Merge pull request #105 from gazpachoking/colored_bytes
ColoredString doesn't attempt to decode explicitly given bytes in python 2
2014-03-14 11:27:31 +00:00
Jason Piper 9f14dbb6c5 Merge pull request #103 from jric/master
Ability to update progress bar in non-linear fashion.
2014-03-14 11:26:30 +00:00
Chase Sterling 0e0284f967 ColoredString doesn't attempt to decode explicitly given bytes in python 2 2014-02-27 23:47:59 -05:00
Joshua Richardson c5dbe0708e Extended .gitignore. 2014-02-21 11:26:11 -08:00
Joshua Richardson 00b522510c Don't need to call show(0), since that's done automatically in the
__init__() function.
2014-02-11 20:49:17 -08:00
Joshua Richardson 4b98c46519 Remove commented-out implementation. 2014-02-11 20:28:06 -08:00
Joshua Richardson e62f5657a5 Added ability to "update" the progress bar without iterating over
every value.
2014-02-11 20:25:15 -08:00
Jason Piper 8e17e8ce50 Merge pull request #102 from daveFNbuck/buck_fix_mills
Fixes progress.mill display when every is greater than 1
2014-02-06 09:34:49 +00:00
Dave Buchfuhrer 84dafbeabe Clears the mill when complete 2014-02-05 22:01:56 -08:00
Dave Buchfuhrer 5305d1e116 Properly updates mill characters when every isn't equal to 1 mod 4 2014-02-05 22:01:46 -08:00
Jason Piper 73b1bdd2d4 0.3.4 2014-01-28 23:17:46 +00:00
Jason Piper 7bde48ce53 0.3.4 2014-01-28 23:14:37 +00:00
Jason Piper a0e14e4181 Fix for Python 3 basestring deprecation 2014-01-28 23:10:41 +00:00
Jason Piper de2cbfca90 Add self as a maintainer 2014-01-13 14:17:52 +00:00
Jason Piper c909d7dca0 Fix examples and pull request instructions 2014-01-13 14:17:52 +00:00
Jason Piper 6220552ebf Merge pull request #99 from haqthat/patch-1
fix unicode.py import error
2014-01-10 15:02:07 -08:00
haqthat a9623213e3 fix args.py import error
args.sh fails 

Traceback (most recent call last):
  File "unicode.py", line 14, in <module>
    from clint import args
ImportError: cannot import name args
2014-01-10 14:29:18 -05:00
Jason Piper 77eab0c0e6 Fix broken example 2014-01-10 17:45:05 +00:00
Jason Piper 3d01b405b3 Fix broken example 2014-01-10 16:20:44 +00:00
Jason Piper 6c50b92cb3 Python 2.5 and 3.2 support added a long time ago 2014-01-10 11:21:08 +00:00
Jason Piper e00476d195 optimisations for schunk and tsplit 2014-01-10 11:20:43 +00:00
Jason Piper fc463f16c3 0.3.3 v0.3.3 2014-01-09 23:45:19 +00:00
Jason Piper 9324af95b2 Fixed README and HISTORY being installed to /usr 2014-01-09 22:52:08 +00:00
Jason Piper 50294ea2dc Merge pull request #95 from saimn/patch-1
Use print() function to fix install on python 3
2014-01-09 12:25:27 -08:00
kennethreitz 56fe6138b6 Merge pull request #96 from sephii/bold_support
Add support for bold text
2014-01-08 11:59:57 -08:00
Sylvain Fankhauser d22847fb95 add support for bold text 2013-12-18 17:02:38 +01:00
Simon Conseil ce25cea7e8 Use print() function to fix install on python 3
clint 0.3.2 can't be installed on python 3.3 because of a print statement.
2013-12-05 23:42:27 +01:00
Kenneth Reitz cab8004284 v0.3.1 2013-12-02 22:15:42 -05:00
Kenneth Reitz c76cc35289 support always_color 2013-12-02 22:14:57 -05:00
Kenneth Reitz 8e86e4c1fa Merge pull request #92 from joshmoore/patch-1
Point README.rst to master/examples rather than develop
2013-08-06 08:36:50 -07:00
Josh Moore 858db011d8 Point README.rst to master/examples rather than develop 2013-08-06 10:24:14 +02:00
Kenneth Reitz c111ba5d92 Update README.rst 2013-07-15 09:04:42 -04:00
Kenneth Reitz 9e43717921 Merge pull request #88 from ewa/develop
Added optional "every" argument to progress.{bar,dots,mill}
2013-06-12 23:36:28 -07:00
Kenneth Reitz 8e351ac4d0 Merge pull request #82 from techniq/patch-1
Fix test name (TabLib->Clint)
2013-04-13 20:44:12 -07:00
Eric W. Anderson cb8bcee077 And, add self to AUTHORS 2013-03-01 00:21:22 -05:00
Eric W. Anderson 3df99a6a2b Added "every" option to dots and mill as well 2013-03-01 00:19:10 -05:00
Eric W. Anderson 5b37fb544d Add "every" option to progress.bar:
Only redraw bar every "every" steps.  Useful for very long sequences of small
operations.
2013-03-01 00:05:21 -05:00
Eric W. Anderson 099a506344 Expliclity refer to pwd for arugments package 2013-02-28 23:59:31 -05:00
Kenneth Reitz d7fdbe85a9 Merge pull request #84 from sghill/develop
Fix 404 to AUTHORS in README
2013-01-24 20:00:08 -08:00
Steve Hill 7b2130e582 Fix 404 to AUTHORS in README 2013-01-24 19:50:08 -08:00
Sean Lynch f884841082 Fix test name (TabLib->Clint) 2013-01-20 23:45:31 -05:00
Kenneth Reitz 112ea81b51 Merge pull request #73 from dmedvinsky/bug/add-textui-streams-to-all
Add textui streams to __all__
2012-11-15 18:42:58 -08:00
Kenneth Reitz 399fa2bb24 Merge pull request #74 from techtonik/patch-1
Fix image
2012-11-15 17:57:43 -08:00
anatoly techtonik ab2f37219a Fix image 2012-11-07 15:06:46 +03:00
Dmitry Medvinsky 464849e575 Add textui streams to __all__
So that I could write

    from clint import textui as ui
    ui.puts(ui.colored.red('fatal error'), stream=ui.STDERR)
2012-09-24 18:59:52 +04:00
Kenneth Reitz acdddbabea Merge pull request #42 from takluyver/colorama-init2
Initialise colorama for textui on Windows.
2012-09-24 07:23:17 -07:00
Kenneth Reitz 1a11a670e7 Merge pull request #57 from aerenchyma/fix-issue56
Fix - issue56
2012-09-24 07:19:32 -07:00
Kenneth Reitz 1dc521de1a Merge pull request #63 from dendright/develop
Only write progress bars to terminal by default
2012-09-24 07:18:52 -07:00
Kenneth Reitz 1e3888e530 Merge pull request #70 from gekitsuu/develop
changed import args to import arguments
2012-09-10 16:26:18 -07:00