Coder Social home page Coder Social logo

xmpppy's Introduction

Introduction to xmpppy

This is my work to fork http://xmpppy.sf.net/ with the current and maintained project.

This library has been written to be RFC3920 and RFC3921 compliant.

Documentation

Documentation exists in three formats.

  • The first is the examples that written to show xmpppy in action you can find in the wiki
  • The second is the wiki pages where describing the idea of library and the ways the goals are achieved.
  • Third is the docstrings. Using epydoc (epydoc -o doc/api --name xmpppy --inheritance listed --graph all xmpp) and located here: http://archipelproject.github.io/xmpppy/

Installation

Here you have several options:

  • run pip install git+https://github.com/ArchipelProject/xmpppy
  • run 'python setup.py install' from xmpppy distribution as root.
  • if you don't like python installator - just copy xmpp directory into python's site-packages directory (this is what setup.py does).
  • If you have no intention to install library system-wide (or just have no privileges to do it) you can copy xmpp directory just in your application's directory. Example:
 myxmpppytry/
            xmpp/
                ...xmpppy modules
            test.py

If you have any questions about xmpppy usage or you have find a bug or want to share some ideas - you are welcome on github

2014.09.21 Cyril Peponnet

xmpppy's People

Contributors

snakeru avatar normanr avatar cyrilpeponnet avatar malbon avatar gebner avatar rulexec avatar tonyliu-minted avatar alucardfh avatar ivucica avatar provonet avatar umonkey avatar iamsudip 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.