No description
- Python 98.7%
- Makefile 1.3%
| img | ||
| nrepl_python | ||
| tests | ||
| Makefile | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.org | ||

NREPL Python
This is an implementation of the NREPL protocol for the Python programming language.
For now, the calls that are implemented are:
- clone
- describe
- eval
- complete
- ls-sessions
- load-file
Install
I'm using poetry for the development, but you can get the depencies in various ways.
Usage
There are 2 ways of starting the server:
make run: You get the NREPL running, but most of the messages are hiddenmake debug: You a nice output of all the message that are currently happening in the running NREPL
To test it out, I'm using Rail , a generic NREPL from Emacs, but it should work with any NREPL client.