Metadata-Version: 2.1
Name: bpython
Version: 0.21
Summary: Fancy Interface to the Python Interpreter
Home-page: https://www.bpython-interpreter.org/
Author: Bob Farrell, Andreas Stuehrk, Sebastian Ramacher, Thomas Ballinger, et al.
Author-email: robertanthonyfarrell@gmail.com
License: MIT/X
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Requires-Dist: pygments
Requires-Dist: requests
Requires-Dist: curtsies (>=0.3.5)
Requires-Dist: greenlet
Requires-Dist: cwcwidth
Requires-Dist: pyxdg
Provides-Extra: jedi
Requires-Dist: jedi (>=0.16) ; extra == 'jedi'
Provides-Extra: urwid
Requires-Dist: urwid ; extra == 'urwid'
Provides-Extra: watch
Requires-Dist: watchdog ; extra == 'watch'

bpython is a fancy interface to the Python
interpreter for Unix-like operating systems.

