| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 67372b7 commit b960bc7
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,23 +5,25 @@ Authors | |||
| 5 | 5 | If you contributed to bpython and want to be on this list please find us | |
| 6 | 6 | (:ref:`community`) and let us know! | |
| 7 | 7 | ||
| 8 | - bpython is written and maintained by Bob Farrell and Andreas Stuehrk | ||
| 9 | - <robertanthonyfarrell at gmail dot com>, | ||
| 10 | - <andy-python at hammerhartes dot de>. | ||
| 11 | - | ||
| 8 | + bpython is written and maintained by Bob Farrell | ||
| 9 | + <robertanthonyfarrell at gmail dot com>. | ||
| 12 | 10 | ||
| 13 | 11 | Other contributors are (in alphabetical order): | |
| 14 | 12 | ||
| 13 | + * Thomas Ballinger <thomasballinger at gmail dot com> | ||
| 15 | 14 | * Federico Ceratto <federico dot ceratto at gmail dot com> | |
| 16 | 15 | * Ingrid Cheung | |
| 16 | + * Maja Frydrychowicz | ||
| 17 | 17 | * Martha Girdler <martha at cheezburger dot com> | |
| 18 | 18 | * Eike Hein <sho at eikehein dot com> | |
| 19 | 19 | * Allison Kaptur <allison dot kaptur at gmail dot com> | |
| 20 | + * Jason Laster <jason dot laster dot 11 at gmail dot com> | ||
| 20 | 21 | * Brandon Navra <brandon dot navra at gmail dot com> | |
| 21 | 22 | * Michele Orrù <maker dot py at gmail dot com> | |
| 22 | 23 | * Pavel Panchekha <pavpanchekha at gmail dot com> | |
| 23 | - * Sebastian Ramacher <s dot ramacher at gmx dot at> | ||
| 24 | + * Sebastian Ramacher <sebastian+dev@ramacher.at> | ||
| 24 | 25 | * Amjith Ramanujam <amjith dot r at gmail dot com> | |
| 26 | + * Andreas Stührk <andy@hammerhartes.de> | ||
| 25 | 27 | * Simon de Vlieger <simon at ikanobori dot jp> | |
| 26 | 28 | * Marien Zwart <marien dot zwart at gmail dot com> | |
| 27 | 29 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,6 +12,8 @@ Synopsis | |||
| 12 | 12 | ||
| 13 | 13 | **bpython-urwid** [*options*] [*file* [*args*]] | |
| 14 | 14 | ||
| 15 | + **bpython-curtsies** [*options*] [*file* [*args*]] | ||
| 16 | + | ||
| 15 | 17 | ||
| 16 | 18 | Description | |
| 17 | 19 | ----------- | |
@@ -88,7 +90,7 @@ Files | |||
| 88 | 90 | **$XDG_CONFIG_HOME/bpython/config** | |
| 89 | 91 | ||
| 90 | 92 | Your bpython config. See sample-config (in /usr/share/doc/bpython/examples on | |
| 91 | - Debian) for various options you can use, or read :manpage:`python-config(5)`. | ||
| 93 | + Debian) for various options you can use, or read :manpage:`bpython-config(5)`. | ||
| 92 | 94 | ||
| 93 | 95 | Known bugs | |
| 94 | 96 | ---------- | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,5 +20,5 @@ Where the `~/python/bpython`-path is the path to where your bpython source code | |||
| 20 | 20 | resides. | |
| 21 | 21 | ||
| 22 | 22 | You can offcourse add multiple aliasses (make sure you have pygments installed | |
| 23 | - on all python versions though), so you can run bpython with 2.4, 2.5, 2.6, 2.7 | ||
| 24 | - and the 3 series. | ||
| 23 | + on all python versions though), so you can run bpython with 2.6, 2.7 and the 3 | ||
| 24 | + series. | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments