Twixes / pypi-assistant

🔍 PyPI package information at a glance for Python dependencies – a VS Code extension
https://marketplace.visualstudio.com/items?itemName=twixes.pypi-assistant
MIT License
30 stars 5 forks source link

Feature: Click to bump package version #9

Closed elliotwutingfeng closed 7 months ago

elliotwutingfeng commented 2 years ago

What's changed:

Let me know if you spot any unhandled edge cases.


Work in progress

Twixes commented 2 years ago

Hey! Looks like this is marked as draft. Is it reviewable?

elliotwutingfeng commented 2 years ago

Hey! Looks like this is marked as draft. Is it reviewable?

Hi, not yet, I'm been busy lately. However, it appears to work fine for lines with only one version clause.

Currently [multiple version clauses on the same line](https://www.python.org/dev/peps/pep-0440/#id51) are not supported by this PR yet., this makes it a bit more complicated to implement than package.json.

Twixes commented 7 months ago

Closing as stale