Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1227 > unrolled thread

Yet Another SWF Parser

Started byFacundo Batista <facundobatista@gmail.com>
First post2014-02-20 23:07 -0300
Last post2014-02-20 23:07 -0300
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  Yet Another SWF Parser Facundo Batista <facundobatista@gmail.com> - 2014-02-20 23:07 -0300

#1227 — Yet Another SWF Parser

FromFacundo Batista <facundobatista@gmail.com>
Date2014-02-20 23:07 -0300
SubjectYet Another SWF Parser
Message-ID<mailman.7217.1392970541.18130.python-announce-list@python.org>
I'm very proud to present Yet Another SWF Parser: "yaswfp", you can
pronounce whatever you like :)

    https://github.com/facundobatista/yaswfp


You can use it as command line program or as a module, for example
(slightly truncated for readability):

>>> swf = swfparser.parsefile(<yourSWFfile>)
>>> swf.header
Header(name=Header, FileLength=4228, ...)
>>> len(swf.tags)
365
>>> swf.tags[3]
PlaceObject2(name=PlaceObject2, CharacterId=1, ...)


Any doubt, question, suggestion, or whatever, feel free to open an
issue in github, mail me, or find me in IRC (I'm facundobatista in
Freenode).

Regards,

-- 
.    Facundo

Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/
Twitter: @facundobatista

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web