rust-pip icon indicating copy to clipboard operation
rust-pip copied to clipboard

Pip rewritten in Rust.

Results 37 rust-pip issues
Sort by recently updated
recently updated
newest added

### Description ### Checklist * [ ] Add tests, documentation, update the changelog, etc. * [ ] Connect all issues, and project boards, add labels, assign people to the PR...

## Add PyVer crate to project ## Based on: ![image](https://user-images.githubusercontent.com/48365544/184711244-25a7a16b-ef77-464d-9a6d-e1e90111e86e.png) [PEP-440 Docs](https://peps.python.org/pep-0440/) ### Example Usage ```rust use pyver::PackageVersion; let one = PackageVersion::new("v1.0"); let two = PackageVersion::new("2.0"); assert_eq!(true, two > one)...

documentation
new feature

Created a general template for future API documentation, tutorials, etc...

Just moved added a branch on my fork and made a pr to that. Nothing's different between this and #18

### Description Add `cargo-audit` job to the CI * https://crates.io/crates/cargo-audit ### Checklist * [x] Connect all related issues, and project boards, add labels, assign people, milestones etc. * [x] Make...

CI/CD

### Description Closes #56 ### Checklist *[ ] Add tests, documentation, update the changelog, etc. *[ ] Connect all issues, and project boards, add labels, assign people to the PR...

### Description Thoughts on keeping dependencies up to date? https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/ ### Checklist * [x] Add a [dependabot.yml](https://github.com/cnpryer/huak/blob/5684d85196b25221e6b325d576a43c1e99c90f39/.github/dependabot.yaml#L1-L6)

CI/CD

Add a markdownlint job to the Makefile.toml (cargo-make) https://github.com/markdownlint/markdownlint

documentation
CI/CD

- Added log 0.4 Crate - Added serde 1.0 Crate - Added serde_json 1.0 Crate - Created pypi.rs - Created request_package_info function - Created PypiData struct - Added request_package_info example...

documentation
new feature

Add a Ci job that would check that the CHANGELOG file has gotten updated with a given Pull Request. A simple `git diff` between the feature branch and the target...

documentation
help wanted
good first issue
CI/CD
blocked