GithubHelp home page GithubHelp logo

pageman / python-rpclite Goto Github PK

View Code? Open in Web Editor NEW

This project forked from loerum/python-rpclite

0.0 2.0 0.0 130 KB

Introducing some additions to Pythons standard Introduces some additions to Pythons standard xmlrpclib and SimpleXMLRPCServer

License: GNU Lesser General Public License v3.0

Python 95.18% Shell 4.82%

python-rpclite's Introduction

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).

python-rpclite's People

Contributors

loerum avatar

Watchers

Paul Pajo avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.