pakages

GitHub packages package manager.


Keywords
software, GitHub, packages, github-packages, package-manager, spack
License
MIT-feh
Install
pip install pakages==0.0.21

Documentation

Pakages

Pakages is a framework for building community packages and containers 📦️

docs/assets/img/paks.png

⭐️ Documentation ⭐️

You can see trusted packages under the pakages organization. Trusted means that they are built, tested, and deployed from modular repositories, and can be installed into consistent container bases that Pakages provides.

important recent updates to spack have broken pakages, and I don't have the patience with spack to fix it again, so I'm pursuring developing this toward other kinds of general artifact builds. If you have ideas to save spack please open an issue. The install -> cache functionality is not consistent enough imho for this to reliably work, and (as I've learned before) maintaining anything with spack as a dependency is a really bad idea.

Goals

We want a framework that is optimized to help people build packages from source, and distribute the binaries via GitHub packages and also provide robust metadata and an organization scheme that works well for containers. We want a focus on that and then testing and automatically updating the individual packages provided. Pakages provides this functionality by wrapping spack to perform builds, and then providing tooling to release to a GitHub packages build cache, and to run base containers that will reliably hit the cache.

🚧️ under development 🚧️