conda / rattler

Rust crates to work with the Conda ecosystem.
BSD 3-Clause "New" or "Revised" License
261 stars 55 forks source link

Add setters to PrefixRecord and add methods to write back a PrefixRecord to JSON #631

Open iamthebot opened 5 months ago

iamthebot commented 5 months ago

Currently, in py-rattler a PrefixRecord is essentially read-only. However, to facilitate use cases where we want to manipulate a record (and optionally write it back) we'd also want setters.

baszalmstra commented 5 months ago

Id be happy to accept contributions. 😄

iamthebot commented 5 months ago

@baszalmstra looks like #663 is now in progress for this.

jaimergp commented 4 months ago

Also interested in this. Right now I have to dump to a temporary JSON just to instantiate new rattler.PrefixRecord objects from Python.

iamthebot commented 4 months ago

@Wackyator need help finalizing #663 ?

baszalmstra commented 4 months ago

I spoke with @Wackyator and I think its fine to take it over!