def _py_list_like_to_js(value, cache, depth, max_depth): js_k = to_js(k, cache=cache, depth=depth + 1, max_depth=max_depth) js_v = to_js(v, cache=cache, depth=depth ...
To convert your python app to c#, first rename the python file to main.py. Then, place pygeon.py in the same directory as your main.py file. Run the following command to do a "pygeon build": python ...