nitoqq
nitoqq
Added descriptor for `create_missing_column_families` db option
sphinx is not required for base functionality, it's only required for docs generation, so it has to be installed separate
Related to issue #3
Example ``` class SomeMessage(ProtoMapping): __proto__ = api_pb2.SomeMessage array_of_integers = ProtoList('array_of_integers', int) SomeMessage({'array_of_integers': (1, 2, 3)}).to_protobuf() ``` there's an error raised ``` ERROR grpc._server:_server.py:444 Exception calling application: int() argument must be...