Python: split API in reader/writer modules
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 9 Dec 2014 23:01:07 +0000 (18:01 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 17 Feb 2015 20:55:30 +0000 (15:55 -0500)
commitbe5a4e673f4603dd4867e945ee6054de41be78c2
tree2ab6e146152439fab0387ceb0499db9ea9824a6c
parent28081de0978ce380042ac72408bf721429026aa5
Python: split API in reader/writer modules

babeltrace package's modules are now:

  common:
    class CTFStringEncoding
    class ByteOrder
    class CTFTypeId
    class CTFScope
  reader: everything related to reading
  writer: CTF writer API

Backward compatibility is ensured by importing the
appropriate modules into the package itself.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
bindings/python/Makefile.am
bindings/python/__init__.py.in
bindings/python/bt.py [deleted file]
bindings/python/common.py [new file with mode: 0644]
bindings/python/reader.py [new file with mode: 0644]
bindings/python/writer.py [new file with mode: 0644]
This page took 0.024637 seconds and 4 git commands to generate.