Coder Social home page Coder Social logo

txtraits's Introduction

twisted traits, networked traits using twisted

twisted traits (a.k.a. txtraits), is a small library for networking of Enthought Traits. The notification, validation, and auto-generated GUI views of traits are extended across a network through the use of twisted.spread.

What works

  • bi-directional getting, setting, and notification of trait changes and events for simple trait attributes (e.g. int, float, tuples, etc).
  • Support for multiple simultaneous mirrors of a HasTraits instance.

What does not work (yet)

  • Automatic mirroring of trait attributributes such as HasTraits instances and anything else that cannot be serialized by twisted.spread.
  • Read only traits, DelegatesTo, or PrototypedFrom.

LICENSE

txtraits is available under the MIT license (see LICENSE.txt).

To run the examples

simple

This transmits a small amount of information using a twitsted .tac file to serve the application.

cd examples
twistd -ny simple_server.tac &
twistd -n --pidfile=client.pid -y simple_client.tac

wx using translucent proxying

This creates a translucent proxy of a server object.

cd examples
python wx_server.py &
python wx_client_translucent_proxy.py

wx using mirroring

This mirrors a server object. A translucent mirror is used under the hood to implement the mirror functionality.

cd examples
python wx_server.py &
python wx_client_mirror.py

txtraits's People

Contributors

astraw avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.