nextpnr/3rdparty/python-console
Miodrag Milanovic 07ff5ad8b8 Made python console use edit line and better 2018-07-13 19:56:11 +02:00
..
data
modified
CMakeLists.txt
ColumnFormatter.cpp
ColumnFormatter.h
Console.cpp
Console.h
Interpreter.cpp
Interpreter.h
LICENSE
ParseHelper.BlockParseState.cpp
ParseHelper.BracketParseState.cpp
ParseHelper.ContinuationParseState.cpp
ParseHelper.cpp
ParseHelper.h
ParseListener.cpp
ParseListener.h
ParseMessage.cpp
ParseMessage.h
README.md
Utils.h
test_cli.cpp
test_console.cpp
test_parse_helper.cpp
test_python_interpreter.cpp

README.md

python-console

This is the result of a small side project to write a Qt widget that encapsulates an interactive Python shell.

Quickstart

You should have Qt4 and Python libraries. You will need CMake to build this project as follows:

  1. mkdir build
  2. cmake ..
  3. make

License

This project is licensed under the MIT license.