Allstreamer
Allstreamer
Tryed Building with your fork, i get a warning and it fails: ``` Warning: Warning when preparing build: "pwnagotchi" last_partition_extra_size is deprecated, use target_image_size to grow your image ``` here...
Solved the merge conflicts and retargeted to develop
Fixed Formating & Linting
Should now be mergable
Had a name mixed up where i was getting info for numpy but the test was named pytorch
Not every package uses semver (see package "AWRS" which has the version 2019.8.14.1152)
I'll probably rewrite it that way but first i need to find out everything that rust-pip could need
Yeah, don't worry too much! I'm still a long ways away from being happy with the code in this pull request! Still need a way to calculate python version requirements...
```rust #[derive(Debug, Serialize, Deserialize, PartialEq)] pub struct PyPIPackageRelease { version: String, filename: String, md5_digest: String, required_python: String, size: u32, url: String, } #[derive(Debug, Serialize, Deserialize, PartialEq)] pub struct PyPIPackageData {...
> I remember finding crates that solve server for you maybe you can find something. Also please mark this PR as draft if that's the case Sadly PyPi allows arbitrary...