Server for Live Coder, works with the Live Coder VSCode extension.
Project description
Live Coder
Live Coder shows how your code runs as you type.
Features
See the execution of all functions called for given test.
Pick between function calls and tests.
Install
It comes in 2 parts, a server (here) and a VSCode Extension
Requirements
It only runs Python3 unittests.
Setup
- Install the Server using:
pip install live-coder
- Install the VSCode Extension
- Watch the intro video
- Try the demo project.
Having Issues?
Please add an issue.
If the server isn't starting, you can start it within Python:
from live_coder.server import app
app.run(host='0.0.0.0', port=5000, debug=False)
Note: The host and port arguments cannot be changed since the editor extension expects the given ones.
Thanks
Thanks to the Pioneer community for the encouragement, it's worth checking out if you love making things!
If your interested in other new coding tools you should check out the Future of Coding community!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file live-coder-1.0.2.tar.gz
.
File metadata
- Download URL: live-coder-1.0.2.tar.gz
- Upload date:
- Size: 22.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68e2401af210ee00085fa9d423ee5f8a1712bf205a75a6563e39d9ee018fdf03 |
|
MD5 | 32d0aed8e0d2c0486d4287a76b75ad9f |
|
BLAKE2b-256 | efd43d79c571bb2d1b5c9230f86299ce4d0be7f684faa67f71416b966f201fa6 |
File details
Details for the file live_coder-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: live_coder-1.0.2-py3-none-any.whl
- Upload date:
- Size: 37.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d4f6470890c410031f1e85480bc526d0777e09fddc09a5e6d638d3d53ab85a2 |
|
MD5 | be3983a092add6471eb5096cd2c695d7 |
|
BLAKE2b-256 | ab134cca677b3028cf897fafa98f5d049359f8256392770dd551da645ca1b5ed |