acefile


Nameacefile JSON
Version 0.6.13 PyPI version JSON
download
home_pagehttps://www.roe.ch/acefile
SummaryRead/test/extract ACE 1.0 and 2.0 archives in pure python.
upload_time2024-11-09 10:48:09
maintainerNone
docs_urlNone
authorDaniel Roethlisberger
requires_pythonNone
licenseBSD
keywords ace unace compression decompression archive
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This single-file, pure python 3, no-dependencies implementation is intended
to be used as a library, but also provides a stand-alone unace utility.
As mostly pure-python implementation, it is significantly slower than
native implementations, but more robust against vulnerabilities.

This implementation supports up to version 2.0 of the ACE archive format,
including the EXE, DELTA, PIC and SOUND modes of ACE 2.0, password protected
archives and multi-volume archives.  It does not support writing to archives.
It is an implementation from scratch, based on the 1998 document titled
"Technical information of the archiver ACE v1.2" by Marcel Lemke, using
unace 2.5 and WinAce 2.69 by Marcel Lemke as reference implementations.

For more information, API documentation, source code, packages and release
notifications, refer to:

- https://www.roe.ch/acefile
- https://apidoc.roe.ch/acefile
- https://github.com/droe/acefile
- https://pypi.python.org/pypi/acefile
- https://infosec.exchange/@droe

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.roe.ch/acefile",
    "name": "acefile",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "ace, unace, compression, decompression, archive",
    "author": "Daniel Roethlisberger",
    "author_email": "daniel@roe.ch",
    "download_url": "https://files.pythonhosted.org/packages/d3/11/5b15d0385490a744f03e314a77faf31b871f30eff4919121474d434f96f1/acefile-0.6.13.tar.gz",
    "platform": "all",
    "description": "This single-file, pure python 3, no-dependencies implementation is intended\nto be used as a library, but also provides a stand-alone unace utility.\nAs mostly pure-python implementation, it is significantly slower than\nnative implementations, but more robust against vulnerabilities.\n\nThis implementation supports up to version 2.0 of the ACE archive format,\nincluding the EXE, DELTA, PIC and SOUND modes of ACE 2.0, password protected\narchives and multi-volume archives.  It does not support writing to archives.\nIt is an implementation from scratch, based on the 1998 document titled\n\"Technical information of the archiver ACE v1.2\" by Marcel Lemke, using\nunace 2.5 and WinAce 2.69 by Marcel Lemke as reference implementations.\n\nFor more information, API documentation, source code, packages and release\nnotifications, refer to:\n\n- https://www.roe.ch/acefile\n- https://apidoc.roe.ch/acefile\n- https://github.com/droe/acefile\n- https://pypi.python.org/pypi/acefile\n- https://infosec.exchange/@droe\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Read/test/extract ACE 1.0 and 2.0 archives in pure python.",
    "version": "0.6.13",
    "project_urls": {
        "Homepage": "https://www.roe.ch/acefile"
    },
    "split_keywords": [
        "ace",
        " unace",
        " compression",
        " decompression",
        " archive"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3115b15d0385490a744f03e314a77faf31b871f30eff4919121474d434f96f1",
                "md5": "af67d20d15262ed28d5ffc864c26b02e",
                "sha256": "42274f3d412728682fc1b2c8448b464ae315282f5023b5a765cd61218c1c9039"
            },
            "downloads": -1,
            "filename": "acefile-0.6.13.tar.gz",
            "has_sig": false,
            "md5_digest": "af67d20d15262ed28d5ffc864c26b02e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 54595,
            "upload_time": "2024-11-09T10:48:09",
            "upload_time_iso_8601": "2024-11-09T10:48:09.438087Z",
            "url": "https://files.pythonhosted.org/packages/d3/11/5b15d0385490a744f03e314a77faf31b871f30eff4919121474d434f96f1/acefile-0.6.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-09 10:48:09",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "acefile"
}
        
Elapsed time: 0.40509s