You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-24Lines changed: 11 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# PythonInquirer?
1
+
# PythonInquirer
2
2
3
-
A collection of common interactive command line user interfaces. It is originally called whaaaaaat created by, but due to the author not active, outdated, bad naming and in need of fixes, I decided to rename and apply some fixes on it. I'll also carry out the author's TODO.
3
+
A collection of common interactive command line user interfaces. It is originally called [whaaaaaat](https://github.com/finklabs/whaaaaat) created by**finklabs**, but due to bad naming and in need of fixes, I decided to rename and apply some necessary fixes on it. I'll also carry out the author's TODO.
4
4
5
5
## Table of Contents
6
6
@@ -13,7 +13,7 @@ A collection of common interactive command line user interfaces. It is originall
13
13
6.[User Interfaces and Styles](#styles)
14
14
2.[Windows Platform](#windows)
15
15
3.[Support](#support)
16
-
4.[Contributing](#contributing)
16
+
4.[Contribution](#contribution)
17
17
5.[Acknowledgments](#acknowledgements)
18
18
6.[License](#license)
19
19
@@ -31,8 +31,6 @@ A collection of common interactive command line user interfaces. It is originall
31
31
32
32
**Note:****`PyInquirer`** provides the user interface and the inquiry session flow.
33
33
>
34
-
If you're searching for a scaffolding utility, then check out [banana](https://github.com/finklabs/banana), the whaaaaat sister utility.
35
-
36
34
37
35
## Documentation
38
36
<aname="documentation"></a>
@@ -104,7 +102,7 @@ Take `type`, `name`, `message`, `choices`[, `default`, `filter`] properties. (No
104
102
default must be the choice `index` in the array or a choice `value`)
For many issues like for example common Python programming issues stackoverflow might be a good place to search for an answer. TODO link
216
214
217
-
Visit the citguru slack channel for announcements and news. TODO link
218
-
219
-
220
-
## Contributing
221
-
<aname="contributing"></a>
222
-
223
-
Unit test Unit test are written using pytest. Please add a unit test for every new feature or bug fix.
224
-
225
-
Documentation Add documentation for every API change. Feel free to send typo fixes and better docs!
226
-
227
-
We're looking to offer good support for multiple prompts and environments. If you want to help, we'd like to keep a list of testers for each terminal/OS so we can contact you and get feedback before release. Let us know if you want to be added to the list.
228
-
229
-
230
-
## Acknowledgments
231
-
<aname="acknowledgements"></a>
232
-
233
-
Many thanks to our friends at Inquirer.js. We think they did a great job developing the tooling to support the nodejs technology.
215
+
<aname="contribution"></a>
216
+
## Contribution
234
217
218
+
Yes, you can contribute to this.
235
219
236
220
## License
237
221
<aname="license"></a>
238
222
239
-
Copyright (c) 2016-2017 Mark Fink (twitter: @markfink) Licensed under the MIT license.
0 commit comments