Metadata-Version: 2.4
Name: stratafs
Version: 0.2.0
Summary: StrataFS - A semantic filesystem for AI agents
Author: StrataFS Contributors
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: System :: Filesystems
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# StrataFS Python Wrapper

This package provides a Python wrapper for the StrataFS native binary.

## Installation

```bash
pip install stratafs
```

## Usage

After installation, the `stratafs` command is available:

```bash
stratafs --version
stratafs config init
stratafs serve
```

The native binary is automatically downloaded from GitHub releases on first use.
