File: PKG-INFO

package info (click to toggle)
python-protobuf.socketrpc 1.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 300 kB
  • ctags: 528
  • sloc: python: 2,072; makefile: 10
file content (21 lines) | stat: -rw-r--r-- 916 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Metadata-Version: 1.0
Name: protobuf.socketrpc
Version: 1.3.2
Summary: a Python implementation of protobuf RPC over sockets
Home-page: http://code.google.com/p/protobuf-socket-rpc/
Author: Shardul Deo
Author-email: shardul.deo@gmail.com
License: UNKNOWN
Description: Google's protocol buffer library makes writing rpc services
        easy, but it does not contain a rpc implementation. The transport details are
        left up to the user to implement.
        
        This is a simple tcp/ip socket based rpc implementation in java and python for
        people who want a simple implementation of their protobuf rpc services.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules