alt/repo
alternative-repository
Open source

AltRepo packages

Small, focused utilities we build and keep maintained, shipped to wherever you work. Each one does a single job and stays easy to drop into a project. Pick your ecosystem, copy the install line, and go.

altrepo-hash

PythonNodeBrowser

The same hashing utility across three runtimes. A matching API and matching output, so a hash you compute in Python lines up with the one from Node or the browser. No surprises when the same value has to travel between services.

$ pip install altrepo-hash
$ npm i @altrepo/hash

altrepo-json

Python

A small JSON helper for Python, built to stay light and predictable. Install it from PyPI or read the source on GitHub.

$ pip install altrepo-json

@altrepo/env

Node

A lightweight environment-variable helper for Node, kept simple and dependency-free. Install it from npm or read the source on GitHub.

$ npm i @altrepo/env