DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-protobuf
BeschreibungPython bindings for protocol buffers
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version2.3.0-4
Sektionpython
Prioritätextra
Installierte Größe312 Byte
Hängt ab vonpython (>= 2.4), python-support (>= 0.90.0)
Empfohlene Paketeprotobuf-compiler
PaketbetreuerIustin Pop
Quelleprotobuf
Paketgröße62308 Byte
Prüfsumme MD5e6ab15cb17a5c9df6cf2725ee11db15c
Prüfsumme SHA1172325fed2b0057a7300a3a8f4dbcef3373e1c80
Prüfsumme SHA256f7226e6ccb7e270e435122cacbc695e4404e50f08987c86aad20c612a03c1761
Link zum Herunterladenpython-protobuf_2.3.0-4_all.deb
Ausführliche BeschreibungProtocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. . This package contains the Python bindings for the protocol buffers. You will need the protoc tool (in the protobuf-compiler package) to compile your definition to Python classes, and then the modules in this package will allow you to use those classes in your programs.


Impressum
Linux is a registered trademark of Linus Torvalds