Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python REPL #1

Open
arkhan opened this issue Dec 20, 2018 · 1 comment
Open

Python REPL #1

arkhan opened this issue Dec 20, 2018 · 1 comment
Labels
question Further information is requested

Comments

@arkhan
Copy link

arkhan commented Dec 20, 2018

Regards,
What a great job, I would like to know if it is possible to give support to work with: https://github.com/prompt-toolkit/ptpython

Thank you

@florentx
Copy link
Member

Hello, I wonder if it is not already supported.

Try this wrapper script ptodoo.py:

#!/usr/bin/env python3
import odooly
import ptpython.repl

odooly.main(interact=ptpython.repl.embed)

I did not try it, but according to the documentation it should do something.

@florentx florentx added the question Further information is requested label Jan 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants