Skip to content

A SAX handler written in Python, suitable for parsing an iTunes Library into a JSON like structure. Currently it loads the entire document into memory, but it could be easily modified to parse only the desired sections. Warning: coded quickly, tested even quicker! Not much validation going on in the code...

Notifications You must be signed in to change notification settings

recursify/python-itunes-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The SimpleDataHandler can be used to parse JSON-like documents, like test.xml.

    python library_parser.py test.xml

I can't think of a good name for the parser.  If you find it useful, feel free
to suggest a new name for it!

About

A SAX handler written in Python, suitable for parsing an iTunes Library into a JSON like structure. Currently it loads the entire document into memory, but it could be easily modified to parse only the desired sections. Warning: coded quickly, tested even quicker! Not much validation going on in the code...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages