Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-22T18:16:42.000Z (over 1 year ago)
- Last Synced: 2024-11-06T05:34:22.338Z (about 2 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://img.shields.io/static/v1?style=for-the-badge&message=%F0%9F%A7%B0+Add+a+feature&color=CB3837&label=)](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
![GitHub Actions](https://img.shields.io/static/v1?style=for-the-badge&message=GitHub+Actions&color=2088FF&logo=GitHub+Actions&logoColor=FFFFFF&label=)
![Codespaces](https://img.shields.io/static/v1?style=for-the-badge&message=Codespaces&color=181717&logo=GitHub&logoColor=FFFFFF&label=)
![Devcontainers](https://img.shields.io/static/v1?style=for-the-badge&message=Devcontainers&color=2496ED&logo=Docker&logoColor=FFFFFF&label=)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.