flatbuffers/docs/source
rw 48dfc69ee6 Port FlatBuffers to Python.
Implement code generation and self-contained runtime library for Python.

The test suite verifies:
  - Correctness of generated Python code by comparing output to that of
    the other language ports.
  - The exact bytes in the Builder buffer during many scenarios.
  - Vtable deduplication correctness.
  - Edge cases for table construction, via a fuzzer derived from the Go
    implementation.
  - All code is simultaneously valid in Python 2.6, 2.7, and 3.4.

The test suite includes benchmarks for:
  - Building 'gold' data.
  - Parsing 'gold' data.
  - Deduplicating vtables.

All tests pass on this author's system for the following Python
implementations:
  - CPython 2.6.7
  - CPython 2.7.8
  - CPython 3.4.2
  - PyPy 2.5.0 (CPython 2.7.8 compatible)
2015-05-12 15:40:29 -07:00
..
Benchmarks.md Fix typo in Benchmarks.md 2015-04-06 11:44:21 -07:00
Building.md Doc clarifications (Java vectors, test working dir, benchmark fix). 2014-06-23 14:00:58 -07:00
Compiler.md Added extra checks for reading binaries in flatc 2015-05-04 13:38:20 -07:00
CppUsage.md Mutable FlatBuffers: in-place updates. 2015-04-29 10:58:45 -07:00
doxyfile Port FlatBuffers to Python. 2015-05-12 15:40:29 -07:00
FlatBuffers.md Various documentation clarifications. 2014-12-08 16:47:00 -08:00
GoUsage.md Documentation clarifications. 2015-01-07 10:34:17 -08:00
Grammar.md Added user defined attribute declarations. 2014-11-19 11:06:17 -08:00
Internals.md Documentation clarifications. 2015-01-07 10:34:17 -08:00
JavaUsage.md [BREAKING CHANGE] Field accessors should use property getters in C# 2015-05-06 11:55:07 -07:00
PythonUsage.md Port FlatBuffers to Python. 2015-05-12 15:40:29 -07:00
Schemas.md Sorted Vector & binary search functionality. 2015-01-16 10:59:52 -08:00
WhitePaper.md Initial commit of the FlatBuffers code. 2014-06-10 13:53:28 -07:00