Skip to content

Microtron fork concentating on hNews stuff. My goal is to get all the changes pulled back into the original amcollum/microtron repo at some point.

Notifications You must be signed in to change notification settings

bcampbell/microtron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author:

    Andrew McCollum <amccollum@gmail.com>


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)

About

Microtron fork concentating on hNews stuff. My goal is to get all the changes pulled back into the original amcollum/microtron repo at some point.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%