0.2.22 • Published 26 days ago

@kerfed/protos v0.2.22

Weekly downloads
-
License
-
Repository
-
Last release
26 days ago

kerfed.protos

Kerfed APIs all consume and produce data defined as Protobuf 3 messages or the JSON mapping of these messages. The message definitions and documentation can be found on buf.build. Bindings for Typescript and Python are available through the default packaging systems:

All APIs consuming and emitting JSON use the preserving_proto_field_name option which prevents field names like geom_id from being mapped to geomId, and the use_integers_for_enums option. Most users of the REST interface should use client libraries like kerfed.client instead of this package.

from google.protobuf.json_format import MessageToJson
json = MessageToJson(request, 
                     preserving_proto_field_name=True,
                     use_integers_for_enums=True)
0.2.22

26 days ago

0.2.21

2 months ago

0.2.20

2 months ago

1.0.0-rc0

2 months ago

0.2.19

3 months ago

0.2.18

3 months ago

0.2.17

3 months ago

0.2.16

5 months ago

0.2.15

5 months ago

0.2.14

5 months ago

0.2.13

5 months ago

0.2.12

5 months ago

0.2.11

5 months ago

0.2.10

6 months ago

0.2.9

6 months ago

0.2.8

6 months ago

0.2.7

6 months ago

0.2.6

6 months ago

0.2.5

6 months ago

0.0.1

6 months ago