Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up- Earth 616 (for now)
- Sign in to view email
- https://pradyunsg.me
Pinned
1,514 contributions in the last year
Activity overview
Contribution activity
December 2019
Created a pull request in pypa/pip that received 3 comments
Switch to a dedicated tool for vendoring pip's dependencies
This PR switches pip's vendoring process, to vendoring -- https://pypi.org/project/vendoring/.
vendoring is an independent CLI tool for generating …
+43
−348
•
3
comments
- Only allow one top-level .dist-info directory in wheels
- Add downloaded/local archive path to InstallRequirement
- Do not cleanup archive download tempdir immediately
- Remove disallow_untyped_defs=False for some modules
- Factor out pep517 wheel build function
- Remove disallow_untyped_defs=False for pip._internal.distributions, pip._internal.operations.prepare
- Better workaround for cache poisoning (see #3025)
- Add a comment showing how to call main using runpy
- Clean up trivial directory option handling
- Update warning tense: the next pip will be released after Python 2.7's EOL
- Updated %-format call to use str.format
- Added a note about # noqa comments in the Getting Started Guide
- Move Downloader construction out of RequirementPreparer
- Move operations.prepare.Downloader (and friends) to network.download.Downloader
- Replace InstallRequirement.conflicts_with with InstallRequirement.should_reinstall
- Extract InstallRequirement.install_editable into operations.install
- Remove unused return value from check_if_exists
- Cleanup operations.prepare._prepare_download
- Move wheel.Wheel to models.wheel.Wheel
Created an issue in pypa/pypi-support that received 3 comments
Account Recovery: pradyunsg
My previous phone has died a sad death, and I lost access to my 2FA application with it. I've switched to a new device, and setup my new 2FA authen…
3
comments