Giter VIP home page Giter VIP logo

telepathy-python's Introduction

Requirements
------------
telepathy-python requires dbus-python version >= 0.71; version >= 0.80 is
recommended.

Using an uninstalled version
----------------------------
Because telepathy-python contains generated code, the src directory
is incomplete. To run this version of telepathy-python without installing it,
you'll have to run ``python setup.py build`` and arrange for build/lib to be
on your ``sys.path``, for instance:

    python setup.py build
    PYTHONPATH=$PWD/build/lib python examples/call.py a.account [email protected]

(See ``examples/README`` for details of the .account files used by the
examples.)

Server Base Classes
-------------------
telepathy.server implements base classes and mixins for implementing all of
the D-Bus interfaces in Telepathy. Many methods are abstract and they are
intended to be overridden in mixins for the concrete implementations, but some
perform housekeeping for you and maintain structures with some of the state
necessary to answer Get* calls. The API for implementing managers needs some
fixing really.

Client Library
--------------
The client lib in telepathy.client has some base classes to help with
implementing a client in python.

telepathy-python's People

Contributors

smcv avatar robtaylor avatar olethanh avatar sjoerdsimons avatar wjt avatar ocrete avatar upman avatar xclaesse avatar danni avatar dcbw avatar flameeyes avatar barisione avatar bolaum avatar

Watchers

James Cloos avatar  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.