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.23.tar.gz
(149.7 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.23-py3-none-any.whl
(137.6 kB
view details)
File details
Details for the file anyfs-0.1.23.tar.gz.
File metadata
- Download URL: anyfs-0.1.23.tar.gz
- Upload date:
- Size: 149.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1f560c26827d470c2d933d6dc887225bba87dafb00a35df783fd0f9a673f876
|
|
| MD5 |
e96cd4feccb06b3e4bb8612a7b189616
|
|
| BLAKE2b-256 |
825da94e64282adf91631b4f6a0ee1aa6ed96ada2edadd3395e49cb5fd47ae55
|
File details
Details for the file anyfs-0.1.23-py3-none-any.whl.
File metadata
- Download URL: anyfs-0.1.23-py3-none-any.whl
- Upload date:
- Size: 137.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
753365fd4f95c0e171b8c451f850aaf81fee380634696fa45a7a31ed2d90b783
|
|
| MD5 |
4c1ba862d9cf3147aa68f2965e5350f7
|
|
| BLAKE2b-256 |
4cb747408c14fcdeeecf2f30ae628c57e8489723df0313bdf16692619d1601dd
|