Publish data sets, models, and other Python objects, making it easy to share them across projects and with your colleagues. Current version is 0.9.1, with a steady release cadence.
pip install pinsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Quickstart: create a local board, pin a DataFrame, and read it back.
Use `from pins import board; b = board.LocalBoard(...)` and `b.pin_write(obj, name)` instead.
Ensure you call `board_instance.pin_write(...)` not `pin_write(...)`.
Replace `pin_get()` with `pin_read()`.
Run `from pins import board` (not `from pins.board import board`).
Use `from pins import board; board.Board(...)` or `from pins import Board` (top-level).
No dependency data recorded yet.