traildb-python icon indicating copy to clipboard operation
traildb-python copied to clipboard

Python bindings for TrailDB

Results 6 traildb-python issues
Sort by recently updated
recently updated
newest added

In the terminal: ```bash docker run -p 8080:8888 -it c3h3/traildb-ipynb ``` Immediately after, in the first notebook in the browser: ```.ipynb In [1]: from traildb import TrailDB --------------------------------------------------------------------------- AttributeError Traceback...

$ python setup.py install running install running build running build_py creating build creating build/lib creating build/lib/traildb copying traildb/**init**.py -> build/lib/traildb copying traildb/**main**.py -> build/lib/traildb copying traildb/traildb.py -> build/lib/traildb running install_lib...

### Setup Download https://alt.org/nethack/xlogfile.full.txt Run this script like: `python mk-nethack.py --generate --benchmark --name /path/to/xlogfile.full.txt` `--generate` Creates a new tdb from the nethack log named `.tdb` (Not included in benchmark timing)...

I don't know why but it seems to me that TrailDBConstructor crashes if the first fieldname is `username`: > Python 2.7.13 (default, May 2 2017, 15:58:16) [GCC 4.2.1 Compatible Apple...

CFFI will allow us to use traildb with PyPy, leading to better performancce of the program in general. Moreover, CFFI is faster even on CPython and it releases the GIL...