diff options
Diffstat (limited to 'python/mini-amf/slack-desc')
-rw-r--r-- | python/mini-amf/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/mini-amf/slack-desc b/python/mini-amf/slack-desc new file mode 100644 index 0000000000000..9a4095f1cd8d6 --- /dev/null +++ b/python/mini-amf/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +mini-amf: mini-amf (Action Message Format support for Python) +mini-amf: +mini-amf: Mini-AMF provides Action Message Format serialization and +mini-amf: deserialization support for Python, compatible with the Adobe Flash +mini-amf: Player. It supports Python 2.7 and 3.4+. +mini-amf: +mini-amf: Mini-AMF is a trimmed-down version of PyAMF. It provides only the +mini-amf: core serialization and deserialization primitives, and support for +mini-amf: reading and writing LSO objects on disk. Support for Flex-specific +mini-amf: types, "remoting", and integration with web frameworks has all been +mini-amf: removed. (Adapter classes are still supported.) |