Metadata-Version: 2.4
Name: pyvfg
Version: 3.3.0
Author-email: Jasmine Moore <jasmine.moore@verses.ai>, Alex Kiefer <alex.kiefer@verses.ai>
Requires-Python: >=3.13
Requires-Dist: jsonpatch>=1.33
Requires-Dist: networkx~=3.4.2
Requires-Dist: numpy~=1.26.4
Requires-Dist: pydantic>=2.8.2
Requires-Dist: scipy~=1.15.1
Description-Content-Type: text/markdown

# pyvfg

Declares and defines a class `VFG` that represents a Verses Factor Graph.

Each file, `vfg_0_2_0` or `vfg_0_4_0`, represents a different version for import. This is necessary to load older
versions of the VFG into the current runtime.

This package should be kept as light as possible, as its role is to allow for common Python type usage, including
accessory functions, for all consumers, including the SDK.
