Metadata-Version: 2.4
Name: linkfile-core
Version: 0.1.2
Summary: Shared LinkFile core primitives for config, storage backends, crypto, local index, and local-server.
Requires-Python: >=3.11
Requires-Dist: cryptography>=44.0.0
Requires-Dist: platformdirs>=4.3.0
Requires-Dist: pydantic>=2.10.0
Description-Content-Type: text/markdown

# linkfile-core

Shared Python code used by the CLI, API, and SDK.

The package owns storage backend contracts, configuration paths, crypto helpers, local index models, and local-server primitives. v0.1 should keep offline CLI behavior here so the CLI and SDK do not diverge.
