1
1
Introduction to xmpppy.
2
- http://xmpppy.sf.net/
3
2
4
- This is my work to replace the jabberpy with the current and maintained
3
+ This is my work to replace http://xmpppy.sf.net/ with the current and maintained
5
4
project.
6
- Now the project nears feature freese of 0.2 branch. Almost all goals are
7
- achieved already. Though the main goal was to write a documentation - at least
8
- a line for every feature of library. Yesterday I have checked in last docstrings
9
- for all yet undocumented modules and now I can say that this issue is resolved
10
- (at least for 0.2 release level).
11
- Documentation exists in three formats.
12
- - The first is the examples that I wrote to show xmpppy in action. This is
5
+ Documentation exists in three formats.
6
+ - The first is the examples that written to show xmpppy in action. This is
13
7
two simple scripts - README.py and xsend.py.
14
- - The second is the html pages where I try to describe the idea of library
8
+ - The second is the html pages where describing the idea of library
15
9
and the ways the goals are achieved.
16
- - Third is the docstrings. I am currently using epydoc but other tools
10
+ - Third is the docstrings. Using epydoc but other tools
17
11
should work too (at least the pydoc works)
18
12
19
13
Installation
20
- If you are using Debian (sarge or above) you can simply run
21
- apt-get install python-xmpp
22
- and you will get the current stable release of xmpppy installed. After installation
23
- you can do 'import xmpp'. Though currently debian contains 0.1 release of xmpppy so
24
- if you want to use 0.2 branch you should install it manually (python2.3 required).
14
+
25
15
Here you have several options:
26
16
- run 'python setup.py install' from xmpppy distribution as root.
27
17
All should work nice.
28
18
- if you don't like python installator - just copy xmpp directory into python's
29
19
site-packages directory (this is what setup.py does).
30
- - If you have no intention to install library system-wide (or just have no
20
+ - If you have no intention to install library system-wide (or just have no
31
21
privileges to do it) you can copy xmpp directory just in your application's
32
22
directory. Example:
33
23
myxmpppytry/
@@ -36,8 +26,6 @@ Here you have several options:
36
26
test.py
37
27
38
28
If you have any questions about xmpppy usage or you have find a bug or want
39
- to share some ideas - you are welcome in xmpppy-devel maillist - see
40
- http://lists.sourceforge.net/lists/listinfo/xmpppy-devel
41
- for details of subscription.
29
+ to share some ideas - you are welcome on github
42
30
43
- 2004.12.26 Alexey Nezhdanov
31
+ 2014.09.21 Cyril Peponnet
0 commit comments