pyella 0.1.5

Python bindings for the ella datastore.
Documentation
1
2
3
4
5
6
7
8
9
__all__ = [
    "Table",
    "TableAccessor",
    "Publisher",
    "TopicInfo",
    "ColumnInfo",
]

from ella._internal import Table, TableAccessor, Publisher, TopicInfo, ColumnInfo