An open API service indexing awesome lists of open source software.

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

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