LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/installation.rst
docs/performance.rst
docs/readme.rst
docs/usage.rst
docs/_static/performance_test1.png
docs/_static/performance_test2.png
flatbuffers/__init__.py
flatbuffers/builder.py
flatbuffers/compat.py
flatbuffers/encode.py
flatbuffers/number_types.py
flatbuffers/packer.py
flatbuffers/table.py
flatbuffers/util.py
tests/Makefile
tests/test_cbor.py
tests/test_flatbuffers.py
tests/test_new.py
tests/test_ops.py
tests/test_pickle.py
tests/test_zlmdb.py
tests/user.py
tests/user_typed.py
tests/_gen/crossbarfx/Date.py
tests/_gen/crossbarfx/Rating.py
tests/_gen/crossbarfx/Tag.py
tests/_gen/crossbarfx/User.py
tests/_gen/crossbarfx/__init__.py
tests/zdb/README.md
tests/zdb/_schema_fbs.py
tests/zdb/test_zdb_df.py
tests/zdb/test_zdb_dyn.py
tests/zdb/test_zdb_etcd.py
tests/zdb/test_zdb_fbs.py
tests/zdb/zdb.yml
zlmdb/__init__.py
zlmdb/_database.py
zlmdb/_errors.py
zlmdb/_meta.py
zlmdb/_pmap.py
zlmdb/_schema.py
zlmdb/_transaction.py
zlmdb/_types.py
zlmdb/_version.py
zlmdb/cli.py
zlmdb.egg-info/PKG-INFO
zlmdb.egg-info/SOURCES.txt
zlmdb.egg-info/dependency_links.txt
zlmdb.egg-info/entry_points.txt
zlmdb.egg-info/not-zip-safe
zlmdb.egg-info/requires.txt
zlmdb.egg-info/top_level.txt
zlmdb/flatbuffers/__init__.py
zlmdb/flatbuffers/demo1.fbs
zlmdb/flatbuffers/demo2.fbs
zlmdb/flatbuffers/zlmdb.fbs
zlmdb/flatbuffers/demo/Date.py
zlmdb/flatbuffers/demo/Rating.py
zlmdb/flatbuffers/demo/Tag.py
zlmdb/flatbuffers/demo/User.py
zlmdb/flatbuffers/demo/__init__.py
zlmdb/flatbuffers/reflection/BaseType.py
zlmdb/flatbuffers/reflection/Enum.py
zlmdb/flatbuffers/reflection/EnumVal.py
zlmdb/flatbuffers/reflection/Field.py
zlmdb/flatbuffers/reflection/KeyValue.py
zlmdb/flatbuffers/reflection/Object.py
zlmdb/flatbuffers/reflection/RPCCall.py
zlmdb/flatbuffers/reflection/Schema.py
zlmdb/flatbuffers/reflection/Service.py
zlmdb/flatbuffers/reflection/Type.py
zlmdb/flatbuffers/reflection/__init__.py