summaryrefslogtreecommitdiffstats
path: root/python/mini-amf/README
diff options
context:
space:
mode:
author Markus Rinne <markus.ka.rinne@gmail.com>2018-04-18 10:41:23 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-04-21 07:43:00 +0700
commitfbe026ca33e0e7f3c2e44b1ccd87e2916d8eb5d3 (patch)
treef543b65e882889e3f7a9a01e81607f13baa38014 /python/mini-amf/README
parent6621c706af2d655d6a5d8a4065e4e97de51d1e8b (diff)
downloadslackbuilds-fbe026ca33e0e7f3c2e44b1ccd87e2916d8eb5d3.tar.gz
slackbuilds-fbe026ca33e0e7f3c2e44b1ccd87e2916d8eb5d3.tar.xz
python/mini-amf: Added (Action Message Format support for Python).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/mini-amf/README')
-rw-r--r--python/mini-amf/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/mini-amf/README b/python/mini-amf/README
new file mode 100644
index 0000000000..0a99e76399
--- /dev/null
+++ b/python/mini-amf/README
@@ -0,0 +1,9 @@
+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.)