0.2.36 • Published 8 months ago

@kerfed/protos v0.2.36

Weekly downloads
-
License
-
Repository
-
Last release
8 months 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.36

8 months ago

0.2.35

8 months ago

0.2.34

9 months ago

0.2.33

9 months ago

0.2.32

9 months ago

0.2.31

9 months ago

0.2.26

11 months ago

0.2.25

11 months ago

0.2.24

11 months ago

0.2.30

10 months ago

0.2.29

10 months ago

0.2.28

11 months ago

0.2.22

1 year ago

0.2.21

1 year ago

0.2.20

1 year ago

1.0.0-rc0

1 year ago

0.2.19

1 year ago

0.2.18

1 year ago

0.2.17

1 year ago

0.2.16

2 years ago

0.2.15

2 years ago

0.2.14

2 years ago

0.2.13

2 years ago

0.2.12

2 years ago

0.2.11

2 years ago

0.2.10

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.0.1

2 years ago