forked from amccollum/microtron
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
45 lines (23 loc) · 840 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
40
41
42
43
44
Author:
Andrew McCollum <[email protected]>
Install:
With easy_install:
$ sudo easy_install microtron
or by hand:
$ git clone git://github.com/amccollum/microtron.git
$ cd microtron
$ sudo python setup.py install
Required libraries:
lxml (http://codespeak.net/lxml/)
isodate (http://pypi.python.org/pypi/isodate/)
Syntax:
python parse.py <file> <format>
file - an xml or html file containing microformat data
format - the microformat you want to read (hcard, hresume, etc.)
Output:
A pretty-printed representation of the parsed data.
Questions:
Read the code, or go to http://github.com/amccollum/microtron/
License:
Copyright (c) 2009 Andrew McCollum
Licensed under the MIT License (http://www.opensource.org/licenses/mit-license.php)