slackbuilds_ponce/python/mini-amf/README
Markus Rinne fbe026ca33 python/mini-amf: Added (Action Message Format support for Python).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-04-21 07:43:00 +07:00

9 lines
488 B
Text

Mini-AMF provides Action Message Format serialization and deserialization
support for Python, compatible with the Adobe Flash Player. It supports
Python 2.7 and 3.4+.
Mini-AMF is a trimmed-down version of PyAMF. It provides only the core
serialization and deserialization primitives, and support for reading and
writing LSO objects on disk. Support for Flex-specific types, "remoting", and
integration with web frameworks has all been removed. (Adapter classes are
still supported.)