{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/14"},{"label":"Internet","url":"https://skillfed.io/packages/category/internet/4"},{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/5"},{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/3"},{"label":"Archiving","url":"https://skillfed.io/packages/category/system-archiving"},{"label":"Packaging","url":"https://skillfed.io/packages/category/system-archiving-packaging"}],"enrichment":{"capability":"Generate and parse arcp (Archive and Package) URIs, which identify resources within archives or packages using a standardized URI scheme.","skillfed_tags":["uri-scheme","archive-handling"],"use_cases":["Generate unique URIs for resources inside archives to enable relative link resolution without extraction","Parse arcp URIs to extract archive metadata (UUID, hash, path, fragment) for resource identification","Create isolated URI namespaces when consuming multiple archives to prevent naming conflicts","Enforce security boundaries so bundled resources cannot reference files outside their archive","Reference hypermedia sub-resources in application packages for external identification"],"what_it_does":"arcp is a URI generation and parsing library for the arcp scheme, which provides a way to reference resources inside archives or packages without extracting them to disk. It creates unique base URIs using different authority forms\u2014UUID, hash, or name\u2014allowing relative references within bundled hypermedia to resolve within the archive context. The library handles both creation (arcp_random, arcp_hash, arcp_location, arcp_name) and parsing (parse_arcp, is_arcp_uri) of arcp URIs.\n\nThe package has no runtime dependencies and integrates with standard library tools like urllib.parse. It is designed for scenarios where you need to isolate resources across multiple archives, enforce security constraints to prevent escaping the archive, or externally identify sub-resources in bundled formats. The library only provides URI mechanics; it does not integrate with any particular archive or URL handling modules.","worth_installing":"No. The package is abandoned (last release 2020-02-12, no commits since) and marked Alpha. While it has no dependencies and the code may work for simple arcp URI generation and parsing, there is no maintenance path for compatibility issues or security concerns. Use only if you have a specific legacy integration requirement and can maintain a local fork if needed."},"id":"arcp","links":{"html":"https://skillfed.io/packages/arcp","md":"https://skillfed.io/packages/arcp.md","pypi":"https://pypi.org/project/arcp/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2020-02-12","license_spdx":null,"license_treatment":"permissive","name":"arcp","python_support":"unspecified","summary":"arcp (Archive and Package) URI parser and generator"},"popularity":{"monthly_downloads":267963,"position":8285,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.1"}
