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
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
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
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
Lyndsy Simon
8ef067958d
Fix syntax error prevent installation in Python 3.x
...
An exception handled in textui.prompt was being handled using the old-style
`except Exception, e:` syntax. I've updated this, but specifically have not
addressed the potential issue of catching a bare exception.
2014-09-12 13:24:50 -04:00
Jason Piper
6dbc68df5b
Merge pull request #118 from thenovices/master
...
Display elapsed time when the progress bar is complete
2014-08-09 10:56:30 +01:00
Jason Piper
6aadd5ad8b
Merge pull request #114 from aeby/master
...
Add a simple query system
2014-08-09 10:54:14 +01:00
Jason Piper
0aa2ea4b18
Merge pull request #116 from jta/master
...
Always dedent when leaving indent context manager.
2014-08-09 10:52:48 +01:00
Brandon Liu
e93a6a5ee4
Update AUTHORS
2014-08-08 23:46:31 -04:00
Brandon Liu
6e32222d3c
Display elapsed time when the progress bar is complete
2014-08-08 23:33:30 -04:00
João Taveira Araújo
7ee2ebfa7d
Always dedent when leaving indent context manager.
2014-07-04 18:45:19 +01:00
Reto Aebersold
b99f79c98e
Add a simple query system
...
- Extend clint.textui.prompt with a query function.
- Add clint.textui.validators to validate the user input.
- Add a prompt example showing different usages.
- Update the README to demo the query function.
2014-05-08 17:18:10 -06:00
Jason Piper
df7b9594a4
Merge pull request #113 from mccartney/master
...
Fixed 404 link to AUTHORS
2014-04-28 07:38:11 +01:00
Grzegorz Olędzki
a00621ed59
Fixed link to AUTHORS
2014-04-25 09:59:35 +02:00
Grzegorz Olędzki
cf4b06cf4e
Fixed link to AUTHORS
2014-04-25 09:58:14 +02:00