-
Notifications
You must be signed in to change notification settings - Fork 2
Introducing some additions to Pythons standard Introduces some additions to Pythons standard xmlrpclib and SimpleXMLRPCServer
License
loerum/python-rpclite
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This rpclite package introduces some additions to Pythons standard
xmlrpclib and SimpleXMLRPCServer. Some of it (if not most) will be
obsolete in Python 2.6
It introduces:
* Keywordes arguments, like:
server.get_something(*params, timeout=11)
* Threaded and forking XML-RPC servers:
BlockingXMLRPCServer, ThreadingXMLRPCServer and ForkingXMLRPCServer,
where XMLRPCServer = ThreadingXMLRPCServer
Therefor, also, introducing the possibility to register classes
(instead of instances), so connections and threads can have separate
instances of a registered class.
After installing you could:
* cd rpclite
* python setup.py build
* cd server
* python setup.py build
* cd ../
* python setup.py test (if python-nose are installed).
About
Introducing some additions to Pythons standard Introduces some additions to Pythons standard xmlrpclib and SimpleXMLRPCServer
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published