forked from lpod/lpod-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
53 lines (26 loc) · 1.19 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
lpod-python
===========
Python library implementing the ISO/IEC 26300 OpenDocument Format standard.
This library is the python implementation of the lpOD Project (Languages &
Platforms OpenDocument, definition of a Free Software API implementing the
ISO/IEC 26300 standard).
This branch is the 'current' branch, aiming to be the next stable version.
Maintained branches are:
- legacy : compatible with 0.9x versions
- current : next stable version
- master : currently, master = current
The most recent version of this package is there:
https://github.com/lpod/lpod-python
How to get the code with git:
git clone git://github.com/lpod/lpod-python.git
git checkout current
Documentation: see the ./documentation/html folder.
Some usefull packages for the use of the lpod-python library:
- Programming recipes for the lpod-python library:
https://github.com/lpod/lpod-python-recipes
- Lpod global documentation (currently inaccurate):
https://github.com/lpod/lpod-docs
About the Lpod Project, see:
http://lpod-project.org
Architect: Jean-Marie Gouarné <[email protected]>
Coordinator: Luis Belmar-Letelier <[email protected]>