Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patrick91/python-dependencies-vscode
An extensions for managing Python dependencies.
https://github.com/patrick91/python-dependencies-vscode
pip poetry-python python
Last synced: 5 days ago
JSON representation
An extensions for managing Python dependencies.
- Host: GitHub
- URL: https://github.com/patrick91/python-dependencies-vscode
- Owner: patrick91
- License: mit
- Created: 2021-02-18T23:31:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T11:59:09.000Z (almost 2 years ago)
- Last Synced: 2024-12-17T01:22:28.469Z (9 days ago)
- Topics: pip, poetry-python, python
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=patrick91.python-dependencies-vscode
- Size: 166 KB
- Stars: 17
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Dependencies VS Code extension
An extension for managing Python dependencies. At the moment it only supports pyproject.toml and Poetry.
![2021-02-28 16 40 01](https://user-images.githubusercontent.com/667029/109424385-b2d87780-79e3-11eb-85e9-6931063f4210.gif)
## Roadmap
- [ ] Add support for updating dependencies
- [ ] Add support for requirements.txt
- [ ] Add support for requirements.in (pip-compile)
- [ ] Better support for checking if dependencies are the latest
- [ ] Security warnings
- [ ] Links to PyPI
- [ ] Highlight unsecure dependencies