sauce

SAUCE record parser
Download

sauce Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Price:
  • FREE
  • Publisher Name:
  • Wijnand Modderman-Lenstra
  • Publisher web site:
  • http://pyth0n.org

sauce Tags


sauce Description

sauce is a Python parser for SAUCE (Standard Architecture for Universal Comment Extensions) invented by Rad Man and Tasmaniac from ACid.SAUCE is a block of metadata which can be appended to some art works made by the scene.UsageLoad the interface:>>> from sauce import SAUCEExtract metadata of an ANSI file:>>> piece = SAUCE('artwork.ans')>>> print piece.group'ACiD'Modify metadata of an ANSI file:>>> import datetime>>> piece = SAUCE('artwork.ans')>>> piece.date = datetime.datetime.now()>>> piece.write('artwork.new')Product's homepage


sauce Related Software