arcp 0.2.1-4 source package in Ubuntu

Changelog

arcp (0.2.1-4) unstable; urgency=medium

  * Team upload.
  * Move package to Debian Python Team
  * Standards-Version: 4.6.0 (routine-update)
  * debhelper-compat 13 (routine-update)
  * watch file standard 4 (routine-update)

 -- Andreas Tille <email address hidden>  Sun, 02 Jan 2022 07:53:43 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Kinetic release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
arcp_0.2.1-4.dsc 1.9 KiB 1181ee813a54bd658181ce6fdbc4d0f4def3b4e52b79bc8d075f4e9d08d586e7
arcp_0.2.1.orig.tar.gz 21.5 KiB 5c17ac7972c9ef82979cc2caf2b3a87c1aefd3fefe9adb8a5dd728ada57715dd
arcp_0.2.1-4.debian.tar.xz 2.5 KiB 8afe636be51f46a14a34cdbe6c35041d8bee6b7cb30c0082568f4c9786cda5ea

Available diffs

No changes file available.

Binary packages built by this source

python3-arcp: (Archive and Package) URI parser and generator

 arcp provides functions for creating arcp_ URIs,
 which can be used for identifying or parsing hypermedia
 files packaged in an archive or package, like a ZIP file.
 .
 arcp URIs can be used to consume or reference hypermedia resources
 bundled inside a file archive or an application package, as well as
 to resolve URIs for archive resources within a programmatic framework.
 .
 This URI scheme provides mechanisms to generate a unique base URI
 to represent the root of the archive, so that relative URI references
 in a bundled resource can be resolved within the archive without having to
 extract the archive content on the local file system.
 .
 An arcp URI can be used for purposes of isolation (e.g. when consuming
 multiple archives), security constraints (avoiding “climb out” from the
 archive), or for externally identiyfing sub-resources referenced by
 hypermedia formats.
 .
 Examples:
  - ``arcp://uuid,32a423d6-52ab-47e3-a9cd-54f418a48571/doc.html``
  - ``arcp://uuid,b7749d0b-0e47-5fc4-999d-f154abe68065/pics/``
  - ``arcp://ni,sha-256;F-34D4TUeOfG0selz7REKRDo4XePkewPeQYtjL3vQs0/``
  - ``arcp://name,gallery.example.org/``
 .
 The different forms of URI authority_ in arcp URIs can be used depending
 on which uniqueness constraints to apply when addressing an archive.
 See the arcp specification
 (https://tools.ietf.org/html/draft-soilandreyes-arcp-02) for details.
 .
 Note that this library only provides mechanisms to
  *generate* and *parse* arcp URIs, and do *not* integrate with any
 particular archive or URL handling modules like
 "zipfile" or "urllib.request".