reprozip icon indicating copy to clipboard operation
reprozip copied to clipboard

Break out the RPZ manipulation code

Open remram44 opened this issue 7 years ago • 2 comments

Providing a library for reading and manipulating RPZ bundles would be a good idea. It would also remove the duplicated files.

Goes with #192

remram44 avatar Sep 12 '18 21:09 remram44

I plan to reorganize the PyPI packages even further for 2.0:

packages

Design notes:

  • People who just want reprozip shouldn't depend on reprounzip machinery (but code shouldn't be duplicated)
  • reprozip should support multiple operating systems, so it should be possible to install reprozip but switching out the Linux ptracer component
  • reprozip will contain significant OS-agnostic logic, to recognize distro packages and language packages
  • It should be possible to add support for other package managers as additional PyPI packages, though I envision this will mostly be built into reprozip

remram44 avatar May 10 '21 14:05 remram44

Introduced reprozip_core with d27bd1e1

remram44 avatar Jul 01 '21 15:07 remram44