https://github.com/swellaby/vscode-python-pack
https://github.com/swellaby/vscode-python-pack
python vscode vscode-extension vscode-extension-pack vscode-python
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/swellaby/vscode-python-pack
- Owner: swellaby
- License: mit
- Created: 2019-02-27T03:49:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T21:50:27.000Z (over 2 years ago)
- Last Synced: 2024-03-17T19:03:36.866Z (almost 2 years ago)
- Topics: python, vscode, vscode-extension, vscode-extension-pack, vscode-python
- Language: JavaScript
- Size: 564 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Extension Pack
Minimalist VS Code Extension Pack for Python development.
[![Version Badge][version-badge]][ext-url]
[![Installs Badge][installs-badge]][ext-url]
[![Rating Badge][rating-badge]][ext-url]
[![License Badge][license-badge]][license-url]
[![CI Build Badge][ci-badge]][ci-pipeline-url]
[![Test Results Badge][tests-badge]][ci-pipeline-url]
## Included Extensions
* [Python][python-ext-url]
* [IntelliCode][intellicode-ext-url]
* [Python Test Adapter][python-test-adapter-ext-url]
* [Test Explorer][test-explorer-ext-url] (dependency of the Python Test Adapter extension)
Check out our [Common Extension Pack][common-ext-pack-url] that contains a couple other extensions that are useful for any type of project!
## Contributing
Have an extension request, question, or need to report a bug? Open an issue [here][open-issue-url]!
## License
MIT - see license details [here][license-url]
[license-url]: https://github.com/swellaby/vscode-python-pack/blob/master/LICENSE
[contributing-doc-url]: https://github.com/swellaby/vscode-python-pack/blob/master/.github/CONTRIBUTING.md
[license-badge]: https://img.shields.io/github/license/swellaby/vscode-python-pack.svg?style=flat-square&color=blue
[ci-badge]: https://img.shields.io/azure-devops/build/swellaby/opensource/46/master.svg?style=flat-square
[ci-pipeline-url]: https://dev.azure.com/swellaby/OpenSource/_build?definitionId=46
[tests-badge]: https://img.shields.io/azure-devops/tests/swellaby/opensource/46/master.svg?style=flat-square
[installs-badge]: https://img.shields.io/vscode-marketplace/i/swellaby.python-pack.svg?style=flat-square
[version-badge]: https://img.shields.io/vscode-marketplace/v/swellaby.python-pack.svg?style=flat-square&label=marketplace
[rating-badge]: https://img.shields.io/vscode-marketplace/r/swellaby.python-pack.svg?style=flat-square
[ext-url]: https://marketplace.visualstudio.com/items?itemName=swellaby.python-pack
[common-ext-pack-url]: https://marketplace.visualstudio.com/items?itemName=swellaby.common-pack
[open-issue-url]: https://github.com/swellaby/vscode-python-pack/issues/new/choose
[python-ext-url]: https://marketplace.visualstudio.com/items?itemName=ms-python.python
[intellicode-ext-url]:https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode
[python-test-adapter-ext-url]: https://marketplace.visualstudio.com/items?itemName=LittleFoxTeam.vscode-python-test-adapter
[test-explorer-ext-url]: https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-test-explorer