AnyFS command line interface and Python toolkit
Project description
AnyFS
AnyFS is an agent-native persistence, publishing, fork, and collaboration layer.
This repository is a monorepo containing:
apps/cli: Typer-based CLIapps/api: FastAPI serviceapps/web: Next.js browsing UIapps/storage-gateway: Blob storage gatewaypackages/*: shared Python and TypeScript packages
Quick start
- Install Python 3.10+, Node 22+, and
pnpm. - Install Python dependencies per app/package with
uv sync. - Install JavaScript dependencies with
pnpm install. - Run the CLI with
uv run --project apps/cli anyfs --help. - Run the API with
uv run --project apps/api uvicorn anyfs_api.main:app --reload. - Run the storage gateway with
pnpm --filter @anyfs/storage-gateway dev. - Run the web app with
pnpm --filter @anyfs/web dev.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
anyfs-0.1.0.tar.gz
(116.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
anyfs-0.1.0-py3-none-any.whl
(114.2 kB
view details)
File details
Details for the file anyfs-0.1.0.tar.gz.
File metadata
- Download URL: anyfs-0.1.0.tar.gz
- Upload date:
- Size: 116.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9d5436394a3ffa3b04d58b21ea2a4628a3ce11b59d75bd3ec05b7b4916488f0
|
|
| MD5 |
862ab8a058796d0d223165e6d6893423
|
|
| BLAKE2b-256 |
f1d0f055aacb81500f815ff1e5c8a0712f022ade3f76bf051f5b06ac5b54ac43
|
File details
Details for the file anyfs-0.1.0-py3-none-any.whl.
File metadata
- Download URL: anyfs-0.1.0-py3-none-any.whl
- Upload date:
- Size: 114.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d211baf6680f7ab3fb445acbfa77236cc7deda212f465bdd8e75cf5480d4579
|
|
| MD5 |
594984f59f76c68d2193927b8383cabb
|
|
| BLAKE2b-256 |
5ed262f8c188749d116afc449ef83a43f0d7ecc5d5f70ff271294593c7482495
|