{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/4"},{"label":"Archiving","url":"https://skillfed.io/packages/category/system-archiving"}],"enrichment":{"capability":"Reads and writes AR archive files (Unix static library format), with an interface modeled on Python's standard tarfile and zipfile libraries.","skillfed_tags":["archive-format","deb-tools"],"use_cases":["Extract files from Debian .deb packages programmatically without calling external ar or dpkg commands.","Read AR archive metadata and member files in build or deployment scripts.","Parse static library archives (.a files) on Unix systems.","Integrate AR file handling into package management or system tools."],"what_it_does":"unix_ar is a pure-Python library for reading and writing AR archive files\u2014the Unix static library format used in .deb packages and other contexts. It provides an ArFile class that mirrors the interface of Python's standard tarfile.TarFile, making it familiar to developers who have worked with tar or zip archives. The package has no runtime dependencies and installs as a simple wheel.\n\nThe main use case is extracting contents from .deb files or other AR archives without external tools. Because the package is abandoned (last updated in 2019, creator no longer maintaining), it should be treated as stable but not actively developed. It works with modern Python versions and carries no known security vulnerabilities.","worth_installing":"Yes, if you need to read or write AR archives and don't want an external dependency. The package is stable, has no runtime dependencies, carries no known vulnerabilities, and uses a permissive license. The main caveat is that it is abandoned\u2014no active maintenance\u2014so it is suitable only for stable, well-understood use cases where you are comfortable with no upstream support."},"id":"unix-ar","links":{"html":"https://skillfed.io/packages/unix-ar","md":"https://skillfed.io/packages/unix-ar.md","pypi":"https://pypi.org/project/unix-ar/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2019-06-12","license_spdx":null,"license_treatment":"permissive","name":"unix-ar","python_support":"supports_current","summary":"AR file handling"},"popularity":{"monthly_downloads":859309,"position":4879,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.2.1"}
