Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasballinger/old-bpython-with-hy-support
A bpython repo for the curtsies frontend and hy integration for collaboration with git users
https://github.com/thomasballinger/old-bpython-with-hy-support
Last synced: 20 days ago
JSON representation
A bpython repo for the curtsies frontend and hy integration for collaboration with git users
- Host: GitHub
- URL: https://github.com/thomasballinger/old-bpython-with-hy-support
- Owner: thomasballinger
- License: mit
- Created: 2014-02-11T16:48:47.000Z (almost 11 years ago)
- Default Branch: hy
- Last Pushed: 2014-02-28T00:00:45.000Z (almost 11 years ago)
- Last Synced: 2024-12-16T13:43:26.952Z (26 days ago)
- Language: Python
- Size: 9.97 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
bpython - A fancy curses interface to the Python interactive interpreter
========================================================================This is a fork of bpython for use with Hy (http://docs.hylang.org/en/latest/).
See http://bitbucket.org/bobf/bpython/ for the real bpython.
CLI Windows Support
===================Dependencies
------------
Curses
Use the appropriate version compiled by Christoph Gohlke
http://www.lfd.uci.edu/~gohlke/pythonlibs/pyreadline
Use the version in the cheeseshop
http://pypi.python.org/pypi/pyreadline/Recommended
-----------
Obtain the less program from GnuUtils. This makes the pager work as intended.
It can be obtained from cygwin or GnuWin32 or msysCurrent version is tested with
------------------------------
* Curses 2.2
* pyreadline 1.7Curses Notes
------------
The curses used has a bug where the colours are displayed incorrectly:
* red is swapped with blue
* cyan is swapped with yellowTo correct this I have provided my windows.theme file.
This curses implementation has 16 colors (dark and light versions of the
colours)