-
Notifications
You must be signed in to change notification settings - Fork 9
/
README
40 lines (24 loc) · 980 Bytes
/
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
Amara XML Toolkit 2.0.0a6 (released 14 August 2011)
===================================================
A library for XML processing in Python, designed to balance the native idioms
of Python with the native character of XML.
http://wiki.xml3k.org/Amara2
Amara 2.0 is part of Akara 2.0, an overall data processing platform that replaces 4Suite.
http://wiki.xml3k.org/Akara
License
-------
Amara is open source, provided under the Apache 2.0 license.
See the files LICENSE and NOTICE for details.
Installation
------------
Amara requires Python 2.5, 2.6 or 2.7. It supports distribute and pip
so you can just do the following:
pip install amara
You can also just download a package and do the usual:
python setup.py install
Or use a Windows or other platform-specific installer.
Documentation
-------------
Eventually most distributions/binary packages will allow you to install documentation,
but for now consult the wiki, starting at
http://wiki.xml3k.org/Amara