Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
67 lines (59 loc) · 1.45 KB

File metadata and controls

67 lines (59 loc) · 1.45 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[metadata]
name = bpython
long_description = file: README.rst
license = MIT
license_file = LICENSE
url = https://www.bpython-interpreter.org/
project_urls =
GitHub = https://github.com/bpython/bpython
Documentation = https://doc.bpython-interpreter.org
classifiers =
Programming Language :: Python :: 3
[options]
python_requires = >=3.6
packages =
bpython
bpython.curtsiesfrontend
bpython.test
bpython.test.fodder
bpython.translations
bpdb
install_requires =
backports.cached-property; python_version < "3.8"
curtsies >=0.3.5
dataclasses; python_version < "3.7"
cwcwidth
greenlet
pygments
pyxdg
requests
[options.extras_require]
clipboard = pyperclip
jedi = jedi >= 0.16
urwid = urwid
watch = watchdog
[options.entry_points]
console_scripts =
bpython = bpython.curtsies:main
bpython-curses = bpython.cli:main
bpython-urwid = bpython.urwid:main [urwid]
bpdb = bpdb:main
[init_catalog]
domain = bpython
input_file = bpython/translations/bpython.pot
output_dir = bpython/translations
[compile_catalog]
domain = bpython
directory = bpython/translations
use_fuzzy = true
[update_catalog]
domain = bpython
input_file = bpython/translations/bpython.pot
output_dir = bpython/translations
[extract_messages]
output_file = bpython/translations/bpython.pot
msgid_bugs_address = https://github.com/bpython/bpython/issues
[build_sphinx_man]
builder = man
source_dir = doc/sphinx/source
build_dir = build
Morty Proxy This is a proxified and sanitized view of the page, visit original site.