Searched refs:bpython (Results 1 – 25 of 173) sorted by relevance
1234567
2 name = bpython8 GitHub = https://github.com/bpython/bpython16 bpython18 bpython.test41 bpython = bpython.curtsies:main42 bpython-curses = bpython.cli:main43 bpython-urwid = bpython.urwid:main [urwid]47 domain = bpython48 input_file = bpython/translations/bpython.pot58 input_file = bpython/translations/bpython.pot[all …]
2 Name: bpython9 Project-URL: GitHub, https://github.com/bpython/bpython31 :alt: bpython58 $ pip install bpython60 Start bpython by typing ``bpython`` in your terminal. You can exit bpython by92 $ pacman -S bpython114 …Then you should invoke a program called ``bpython-curses.exe`` instead of ``bpython.exe`` to use b…118 $ bpython-curses163 bpython --config /path/to/bpython/config179 bpython-urwid[all …]
21 :alt: bpython48 $ pip install bpython50 Start bpython by typing ``bpython`` in your terminal. You can exit bpython by68 $ apt install bpython82 $ pacman -S bpython90 $ dnf install bpython104 Then you should invoke a program called ``bpython-curses.exe`` instead of ``bpython.exe`` to use bp…108 $ bpython-curses153 bpython --config /path/to/bpython/config169 bpython-urwid[all …]
5 include data/bpython.png6 include data/org.bpython-interpreter.bpython.desktop7 include data/org.bpython-interpreter.bpython.appdata.xml11 include bpython/test/*.py12 include bpython/test/*.theme13 include bpython/translations/*/LC_MESSAGES/bpython.po14 include bpython/translations/*/LC_MESSAGES/bpython.mo15 include bpython/sample-config
121 * The bpython-cli and bpython-urwid rendering backends have been deprecated and303 * #338: bpython help with F1.399 for bpython in this release.419 There's a new frontend for bpython: bpython-curtsies. Curtsies is a terminal421 Try bpython-curtsies for the bpython experience with a vanilla python440 A few things about bpython-curtsies are worse than regular bpython:451 * fill_terminal: whether bpython-curtsies should be fullscreen (like bpython);460 their code to bpython:468 pastebins for bpython users.533 * #128: bpython-gtk is broken[all …]
9 "Report-Msgid-Bugs-To: http://github.com/bpython/bpython/issues\n"21 #: bpython/args.py:6325 #: bpython/args.py:7229 #: bpython/args.py:11637 #: bpython/args.py:12765 #: bpython/cli.py:320 bpython/curtsiesfrontend/interaction.py:10770 #: bpython/cli.py:320 bpython/urwid.py:539162 #: bpython/repl.py:803 bpython/repl.py:806 bpython/repl.py:830179 #: bpython/repl.py:839 bpython/repl.py:1143238 #: bpython/repl.py:945 bpython/repl.py:949[all …]
8 "Report-Msgid-Bugs-To: http://github.com/bpython/bpython/issues\n"20 #: bpython/args.py:6324 #: bpython/args.py:7228 #: bpython/args.py:11639 #: bpython/args.py:12769 #: bpython/cli.py:320 bpython/curtsiesfrontend/interaction.py:10774 #: bpython/cli.py:320 bpython/urwid.py:539166 #: bpython/repl.py:803 bpython/repl.py:806 bpython/repl.py:830183 #: bpython/repl.py:839 bpython/repl.py:1143242 #: bpython/repl.py:945 bpython/repl.py:949[all …]
9 "Report-Msgid-Bugs-To: http://github.com/bpython/bpython/issues\n"21 #: bpython/args.py:6325 #: bpython/args.py:7229 #: bpython/args.py:11640 #: bpython/args.py:12770 #: bpython/cli.py:320 bpython/curtsiesfrontend/interaction.py:10775 #: bpython/cli.py:320 bpython/urwid.py:539170 #: bpython/repl.py:803 bpython/repl.py:806 bpython/repl.py:830187 #: bpython/repl.py:839 bpython/repl.py:1143250 #: bpython/repl.py:945 bpython/repl.py:949[all …]
3 Contributing to bpython6 Thanks for working on bpython!13 `#bpython <irc://irc.oftc.net/bpython>`_ on OFTC is particularly useful,29 $ virtualenv bpython-dev31 $ source bpython-dev/bin/activate44 $ cd bpython53 $ bpython82 To run tests from the bpython directory:113 $ virtualenv bpython-site-dev141 .. _GitHub issue tracker: https://github.com/bpython/bpython/issues[all …]
3 bpython manual page9 **bpython** [*options*] [*file* [*args*]]11 **bpython-curses** [*options*] [*file* [*args*]]13 **bpython-urwid** [*options*] [*file* [*args*]]85 :program:`bpython`'s keys are fully configurable. See86 http://docs.bpython-interpreter.org/configuration.html#keyboard91 **$XDG_CONFIG_HOME/bpython/config**93 Your bpython config. See sample-config (in /usr/share/doc/bpython/examples on99 See http://github.com/bpython/bpython/issues/ for a list of known issues.104 :manpage:`bpython-config(5)`, :manpage:`python(1)`[all …]
5 There are various tricks and tips to bpython. We currently list one of them on9 bpython and multiple python versions11 To use bpython with multiple version items this trick has been relayed14 Do a source checkout of bpython and add the following to your `.profile`19 alias bpython3.5='PYTHONPATH=~/python/bpython python3.5 -m bpython.cli'21 Where the `~/python/bpython`-path is the path to where your bpython source code
5 When bpython was developed it only supported Linux and we grew support for8 There are no official binaries for bpython on Windows (though this is something11 The easiest way to get `bpython.cli` (the curses frontend running) is to install14 `pip install bpython` and run bpython curses frontend like you would on a Linux15 system (e.g. by typing `bpython-curses` on your prompt).
5 This chapter is about bpython's theming capabilities.7 bpython uses .theme files placed in your ``$XDG_CONFIG_HOME/bpython`` directory9 in your ``$XDG_CONFIG_HOME/bpython/config`` file (:ref:`configuration`).21 * d = default, this will make the switch default to the bpython default theme45 The default theme included in bpython is as follows:55 # Copy to $XDG_CONFIG_HOME/bpython/foo.theme and set "color_scheme = foo" in56 # $XDG_CONFIG_HOME/bpython/config ($XDG_CONFIG_HOME defaults to ~/.config)
5 Do you need help with using bpython? Do you want to thank the contributors7 or want to help in making bpython known to other persons?13 You can find us in `#bpython <irc://irc.oftc.net/bpython>`_ on the `OFTC21 <http://groups.google.com/group/bpython>`_. You can post questions there and26 Our main website is http://bpython-interpreter.org/, our documentation can be27 found at http://docs.bpython-interpreter.org/, and our pastebin can be found at
1 bpython documentation3 Welcome to the bpython documentation files. This is where you4 can find all about using and customizing the bpython interpreter.6 If you want to find out more about the bpython interpreter you can visit our7 website: http://bpython-interpreter.org
4 `$XDG_CONFIG_HOME/bpython/config` file.31 Color schemes should be put in ``$XDG_CONFIG_HOME/bpython/``. For example, to32 use the theme ``$XDG_CONFIG_HOME/bpython/foo.theme`` set ``color_scheme = foo``55 Only relevant to bpython-curses and bpython-urwid.115 "description": "Gist from bpython",189 ``$XDG_CONFIG_HOME/bpython/config``.194 telling you the key does not exist in bpython.keys.265 Edit bpython configuration in external editor.289 Exits bpython (use on empty line)319 Shows the last output in the systems $PAGER. Only works in bpython-curses.[all …]
3 bpython-config manual page9 **$XDG_CONFIG_HOME/bpython/config**16 :program:`bpython`.27 :program:`bpython` was written by Robert Anthony Farrell
1 #compdef bpython bpython-gtk bpython-urwid bpython2 bpython2-gtk bpython2-urwid bpython3 bpython3-g…8 '(-i --interactive)'{-i,--interactive}'[drop to bpython after running a file]'23 '--socket-id[embed bpython]:socket id:'27 bpython|bpython2|bpython3)32 bpython-urwid|bpython2-urwid|bpython3-urwid)38 bpython-gtk|bpython2-gtk|bpython3-gtk)
28 import bpython29 from bpython.args import version_banner, copyright_banner34 __author__ = bpython.__author__35 __copyright__ = bpython.__copyright__36 __license__ = bpython.__license__37 __version__ = bpython.__version__
13 -bpython -Wbno_package $^21 -bpython -nf -Wbno_package $^29 -bpython -nf -Wbno_package $^37 -bpython -nf -Wbno_package $^45 -bpython -nf -Wbno_package $^53 -bpython -nf -Wbno_package -Wbmodules=omniORB $^61 -bpython -nf -Wbno_package -Wbmodules=omniORB $^
67 if self.options.bpython:68 funcs = [self.bpython, self.ipython, self.python]70 funcs = [self.ipython, self.bpython, self.python]92 def bpython(self, locs, banner): member in WeboobDebug93 from bpython import embed