https://github.com/sgerrand/alpine-pkg-py-protobuf
A Python protobuf package for Alpine Linux
https://github.com/sgerrand/alpine-pkg-py-protobuf
Last synced: 3 months ago
JSON representation
A Python protobuf package for Alpine Linux
- Host: GitHub
- URL: https://github.com/sgerrand/alpine-pkg-py-protobuf
- Owner: sgerrand
- Created: 2016-04-13T09:22:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-13T10:16:26.000Z (about 9 years ago)
- Last Synced: 2024-12-29T15:45:00.471Z (5 months ago)
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alpine-pkg-py-protobuf
[](https://circleci.com/gh/sgerrand/alpine-pkg-py-protobuf)
This is the [Python protobuf][py-protobuf] package as an Alpine Linux package.
## Releases
See the [releases page][releases] for the latest download links.
## Installing
The current installation method for these packages is to pull them in using
`wget` or `curl` and install the local file with the `--allow-untrusted` option
to `apk`:```
apk --no-cache add ca-certificates
wget https://github.com/sgerrand/alpine-pkg-py-protobuf/releases/download/2.6.1-r0/py-protobuf-2.6.1-r0.apk
apk --allow-untrusted add py-protobuf-2.6.1-r0.apk
```[py-protobuf]: https://pypi.python.org/pypi/protobuf
[releases]: https://github.com/sgerrand/alpine-pkg-py-protobuf/releases/