# as3lib-miniamf
This is a fork of <a href="https://pypi.org/project/Mini-AMF/">Mini-AMF</a> that aims to work properly on newer python versions (3.11+). This could theoretically go down to 3.9 but PyFloat_Unpack{4,8} and PyFloat_Pack{4,8} were changed in 3.11 so I would need to do some backporting. Miniamf made use of a lot of deprecated or removed functionality, especially in the cython modules, which means I had to rewrite a lot of stuff. If something doesn't work as expected, please let me know, I'll try to fix it as best as I can.
This package uses the same directories as miniamf. They should not be installed together.
## Change Overview
Python 2 support has been removed.
<br>The cython modules now compile properly and pass all of the tests.
<br>The cython modules are no longer optional. I tried to make them optional but I couldn't figure out how to without breaking other stuff.
<br>Use importlib instead of pkg_resources.
<br>Use datetime.fromtimestamp instead of datetime.utcfromtimestamp.
<br>cElementTree can no longer be used for xml.
<br>sol.save and sol.load actually close their files.
<br>Replaces find_module with find_spec and spread load_module out into create_module and exec_module in util.imports.ModuleFinder
Raw data
{
"_id": null,
"home_page": null,
"name": "as3lib-miniAMF",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "amf, amf0, amf3, actionscript, air, flash, flashplayer, bytearray, recordset, decoder, encoder, sharedobject, lso, sol",
"author": null,
"author_email": "ajdelguidice <ajdelguidice@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/b2/32/f3da482d604ce5912ce7792f1249f48f5d5a304ac00cc7cf04e5f5632210/as3lib_miniamf-1.tar.gz",
"platform": null,
"description": "# as3lib-miniamf\nThis is a fork of <a href=\"https://pypi.org/project/Mini-AMF/\">Mini-AMF</a> that aims to work properly on newer python versions (3.11+). This could theoretically go down to 3.9 but PyFloat_Unpack{4,8} and PyFloat_Pack{4,8} were changed in 3.11 so I would need to do some backporting. Miniamf made use of a lot of deprecated or removed functionality, especially in the cython modules, which means I had to rewrite a lot of stuff. If something doesn't work as expected, please let me know, I'll try to fix it as best as I can.\n\nThis package uses the same directories as miniamf. They should not be installed together.\n\n## Change Overview\nPython 2 support has been removed.\n<br>The cython modules now compile properly and pass all of the tests.\n<br>The cython modules are no longer optional. I tried to make them optional but I couldn't figure out how to without breaking other stuff.\n<br>Use importlib instead of pkg_resources.\n<br>Use datetime.fromtimestamp instead of datetime.utcfromtimestamp.\n<br>cElementTree can no longer be used for xml.\n<br>sol.save and sol.load actually close their files.\n<br>Replaces find_module with find_spec and spread load_module out into create_module and exec_module in util.imports.ModuleFinder\n",
"bugtrack_url": null,
"license": null,
"summary": "A fork of Mini-AMF using up to date dependencies.",
"version": "1",
"project_urls": {
"Homepage": "https://github.com/ajdelguidice/as3lib-miniAMF"
},
"split_keywords": [
"amf",
" amf0",
" amf3",
" actionscript",
" air",
" flash",
" flashplayer",
" bytearray",
" recordset",
" decoder",
" encoder",
" sharedobject",
" lso",
" sol"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "b232f3da482d604ce5912ce7792f1249f48f5d5a304ac00cc7cf04e5f5632210",
"md5": "a1779a073ec460776797f051796a9c21",
"sha256": "e6e5babbee8ce649f43ecf9916452f8e4250d42e3c0dcae00eafae23398f7425"
},
"downloads": -1,
"filename": "as3lib_miniamf-1.tar.gz",
"has_sig": false,
"md5_digest": "a1779a073ec460776797f051796a9c21",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 118432,
"upload_time": "2025-08-14T15:51:51",
"upload_time_iso_8601": "2025-08-14T15:51:51.707516Z",
"url": "https://files.pythonhosted.org/packages/b2/32/f3da482d604ce5912ce7792f1249f48f5d5a304ac00cc7cf04e5f5632210/as3lib_miniamf-1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-14 15:51:51",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ajdelguidice",
"github_project": "as3lib-miniAMF",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "as3lib-miniamf"
}