https://github.com/devcontainers-community/pip-features
๐ Top-rated globally installed pip packages for Dev Container Features
https://github.com/devcontainers-community/pip-features
Last synced: 3 months ago
JSON representation
๐ Top-rated globally installed pip packages for Dev Container Features
- Host: GitHub
- URL: https://github.com/devcontainers-community/pip-features
- Owner: devcontainers-community
- License: mit
- Created: 2023-08-17T21:05:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-22T18:16:42.000Z (almost 2 years ago)
- Last Synced: 2025-04-14T01:18:25.234Z (3 months ago)
- Language: Shell
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Community
pip Dev Container Features
๐ Top-rated globally installed pip packages for Dev Container Features
โจ Uses `pipx` \
๐ฅ Focuses on popular pip CLI tools \
๐จโ๐ฉโ๐งโ๐ฆ Community-driven maintainership[](https://github.com/devcontainers-community/npm-features/issues/new)
- **[](http://github.com/jazzbaand/pip-features/tree/main/src/bikeshed)** -
- **[](http://github.com/jazzbaand/pip-features/tree/main/src/pytest)** -[โ๏ธ See all features at containers.dev/features](https://containers.dev/features)
## Usage
```jsonc
"features": {
"ghcr.io/jazzband/pip-features/": {}
}
```๐ก Don't worry! You can also do this:
```jsonc
"updateContentCommand": "pipx install my-awesome-cli"
// โ You can postCreateComand instead if you like.
```## Development


To test a specific feature, you can use the [devcontainer CLI]:
```sh
devcontainer features test -f
```Someone with appropriate access must manually trigger the Publish features workflow to create a new release.