Metadata-Version: 2.4
Name: arc-temporal
Version: 0.2.0
Summary: Python bindings for Arc, a low-level temporal state engine
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Provides-Extra: test
Requires-Dist: pytest>=8; extra == "test"
Requires-Dist: pytest-timeout>=2.3; extra == "test"
Description-Content-Type: text/markdown

# arc-temporal

Python bindings for [Arc](https://github.com/folterung/arc), a low-level
temporal state engine.

The distribution is `arc-temporal`; the import name is `arc`.

```python
import arc
print(arc.__version__)
```

Built from Arc's own CMake, so the extension and the library it binds are always
the same version. Requires a C++23 toolchain to build from source.
