Commit Graph

370 Commits

Author SHA1 Message Date
kennethreitz e4ba837bad Merge pull request #151 from thusoy/custom-chars
Progress bar: Don't ignore custom bar characters
2017-08-29 01:57:19 -04:00
kennethreitz 3b77ef3b43 Merge pull request #171 from hvnsweeting/master
Fix an example
2017-08-29 01:56:47 -04:00
kennethreitz 2698af12dd Merge pull request #167 from sebix/fix-testsuite
Add test suite to setup.py
2017-08-29 01:56:21 -04:00
kennethreitz 195ab0de4d Update README.rst 2017-08-29 01:55:31 -04:00
kennethreitz b16b2248cd Merge pull request #93 from futoase/support-travis
Created: Added .travis.yml
2017-08-29 01:54:58 -04:00
kennethreitz dc8fbfd355 Merge pull request #148 from wkentaro/maxwidth-with-context-manager
Support clint.textui.max_width as context manager
2017-08-29 01:53:51 -04:00
kennethreitz 8f42b40900 Merge pull request #142 from j00bar/password-input
Support password inputs in textui.prompt.query
2017-08-29 01:53:15 -04:00
kennethreitz 96013432d9 Merge pull request #154 from robtandy/update_readme
Change "Application" to "Interface" in Readme.
2017-08-29 01:52:53 -04:00
kennethreitz 84ce2ed9b1 Merge pull request #161 from waldyrious/patch-1
add license title
2017-08-29 01:52:24 -04:00
kennethreitz 8c3cbe984b Merge pull request #168 from graingert/patch-1
Support universal wheels
2017-07-07 20:12:03 -04:00
Hung Nguyen Viet d0fe6df171 Pep8 fix 2017-02-03 21:03:18 +07:00
Hung Nguyen Viet 7865d7a375 Add clint to import paths 2017-02-03 21:03:01 +07:00
kennethreitz 0931dbff9f Merge pull request #169 from jwilk/spelling
Fix typo
2017-01-27 00:46:45 -05:00
Jakub Wilk 8dc046b9c7 Fix typo 2017-01-26 16:31:56 +01:00
Thomas Grainger 39322ea11f Support universal wheels 2016-10-31 14:19:01 +00:00
kennethreitz a190f64e3c Merge pull request #153 from Scorpil/fix_unicode_error_python2
Fix unicode error python2
2016-10-26 13:29:40 -04:00
Sebastian Wagner a7a28da410 Add test suite to setup.py
Allows running the tests with `python setup.py test`

Signed-off-by: Sebastian Wagner <sebix@sebix.at>
2016-10-13 22:31:28 +02:00
Waldir Pimenta a1203ff9d9 add license title
It's not strictly required, but it's useful metadata, and part of the recommended license template text (see http://choosealicense.com/licenses/isc/ and https://opensource.org/licenses/isc-license)
2016-06-30 14:39:44 +01:00
rob tandy 16e50a62e1 Clant -> Clint 2016-01-05 19:01:28 +00:00
Andrew Savchyn a173f763d0 Fix unicode conversion for Python 2 2015-12-14 00:40:27 +01:00
Andrew Savchyn e101c56eed Test for unicode error in magic methods (Python 2) 2015-12-14 00:26:36 +01:00
Tarjei Husøy 52ff92d7d5 Progress bar: Don't ignore custom bar characters
Closes #131.
2015-09-12 23:54:07 +02:00
Kentaro Wada 34ec848479 Support clint.textui.max_width as context manager 2015-09-11 04:28:12 +09:00
Jason Piper 2bd5aef5bc v0.5.1 v0.5.1 2015-08-26 00:11:27 +08:00
Jason Piper a47ed4f711 Merge pull request #147 from wkentaro/fix-max-width-for-colored-text
Fix wrong line width calculation in max_width for colored text
2015-08-26 00:06:55 +08:00
Kentaro Wada d0a5237afe Update AUTHORS 2015-08-26 00:58:06 +09:00
Kentaro Wada d6cb52f8b3 Fix wrong line width calculation in max_width for colored text 2015-08-26 00:58:01 +09:00
Jason Piper fa79d0d4ea v0.5.0 v0.5.0 2015-08-25 22:07:27 +08:00
Joshua "jag" Ginsberg a09b1efa76 Support password inputs in textui.prompt.query 2015-04-17 11:23:10 -04:00
kennethreitz 140d85898d Merge pull request #134 from dstrohl/master
Added option prompt
2015-01-09 13:40:32 -05:00
kennethreitz 93d10a8acb Merge pull request #132 from jonasstein/master
Update setup.py
2015-01-09 13:39:38 -05:00
kennethreitz 9392b77dcd Merge pull request #133 from bahattincinic/readme
Typo in readme example ref #115
2015-01-09 13:39:30 -05:00
kennethreitz 1162b46f0b Merge pull request #136 from hickford/patch-2
Clarify Python version support
2015-01-09 13:39:21 -05:00
Jason Piper 82753f5172 Merge pull request #135 from hickford/patch-1
Fix classifiers not appearing on PyPI
2015-01-07 21:13:17 +00:00
Matt Hickford 714d06ecfa Clarify Python version support
Tested Python 3.3 and 3.4 at https://travis-ci.org/hickford/clint/builds/46098963
2015-01-06 17:55:55 +00:00
Matt Hickford c391eae023 Fix classifiers not appearing on PyPI
The classifiers weren't appearing on PyPI. https://pypi.python.org/pypi/clint/

This usually fixes it.
2015-01-06 17:46:37 +00:00
dstrohl 1c1f1c93f9 Added option prompt 2015-01-02 21:32:42 -08:00
Bahattin Cinic f06e164fc6 Typo in readme example ref #115 2015-01-02 23:57:17 +02:00
Jonas Stein a226b3f2dc Update setup.py
clint = "Command Line Interface Tools" tells me the README
2014-12-27 18:54:20 +01:00
Jason Piper e3f283ed6e fix gitignore and docs 2014-10-19 20:30:39 +01:00
Jason Piper 6a417e5bdf v0.4.1 v0.4.1 2014-10-12 00:10:07 +01:00
Jason Piper 7431c17fe4 Decision to hide must be at runtime, not at import 2014-10-11 23:57:59 +01:00
Jason Piper 30da40376e v0.4.0 v0.4.0 2014-10-11 23:32:10 +01:00
Jason Piper 9153edaba1 Merge branch 'master' of https://github.com/kennethreitz/clint 2014-10-11 23:25:56 +01:00
Jason Piper c4cf340284 More python 3 fixes 2014-10-11 23:25:18 +01:00
Jason Piper 137ba12a10 Merge pull request #124 from alunduil/include-docs-in-sdist
Include docs in sdist
2014-10-11 23:06:23 +01:00
Alex Brandt 29c1ea82ff Add the documentation to the sdist tarball.
Currently the documentation is not included in the sdist provided by
PyPi due to this missing Manifest line.
2014-10-07 10:54:03 -05:00
Alex Brandt 2982cefb91 Add an ignore for the _build subdirectories.
The build subdirectories are only used to house generated documentation
and typically shouldn't be committed.
2014-10-07 10:53:30 -05:00
Alex Brandt f2bcc93760 remove buildable artifacts from documentation
The _build directory contains documentation artifacts that should be
generated by a sphinx build and typically should not be committed.
2014-10-07 10:51:50 -05:00
Jason Piper 52e7cb8a7d Merge pull request #123 from lyndsysimon/python3
Fix syntax error prevent installation in Python 3.x
2014-09-13 09:42:28 +01:00