You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In pypa/pip#11762 I added some functionality for parsing/validating/serializing RECORD files. I thought about it some more, and it seems to me like that functionality belongs in this library. Would you be open to accepting something like this?
The text was updated successfully, but these errors were encountered:
This ties into #697 , but I am not going to close this as a duplicate (yet) since we may want separate issues for each bit of wheel functionality we want to implement.
But do read that issue as it points out we are leaning towards doing a sans-I/O approach which means not doing any file I/O directly.
In pypa/pip#11762 I added some functionality for parsing/validating/serializing
RECORD
files. I thought about it some more, and it seems to me like that functionality belongs in this library. Would you be open to accepting something like this?The text was updated successfully, but these errors were encountered: