yajl-py
yajl-py copied to clipboard
Pure Python wrapper to the Yajl C Library
Collecting yajl-py==2.1.2 (from -r requirements.txt (line 9)) Downloading https://files.pythonhosted.org/packages/db/a8/01f4ef8eb17f04bef147b1be88975f86c845a78368c33f984e39f5cdaa37/yajl-py-2.1.2.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-install-42kb38vt/yajl-py/setup.py", line 4,...
I'm not sure if this is the "proper way" but it works for me. Open for suggestions! Fixes: https://github.com/pykler/yajl-py/issues/21
In the `json_reformat.py` example, the `ContentHandler` defines the `parse_complete` method: https://github.com/pykler/yajl-py/blob/ba54a7dac608eb5da5d6f7c4d59f2274e8cacde4/examples/json_reformat.py#L35-L36 In `yajl_parse.py`, it appears that the method should be `complete_parse`: https://github.com/pykler/yajl-py/blob/ba54a7dac608eb5da5d6f7c4d59f2274e8cacde4/yajl/yajl_parse.py#L125-L126
pip install yajl-py on Windows 10 > OSError: Yajl shared object cannot be found. Please install Yajl and confirm it is on your shared lib path. Any idea how to...
I am trying to package this library to replace the aging https://build.opensuse.org/package/show/devel:languages:python:misc/python-yajl which doesnt build against the system library , which is not desirable based on good packaging guidelines. fwiw,...
Make tests run on windows by: * Replacing `\r\n` with `\n` (because git might pull files and automatically correnct the line endings on Windows, and read file in binary mode...
Although they are of the same version number with that is this repo, it cannot be installed on Python 3 environment / on Windows in recent commits, and they are...