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.22.tar.gz
(149.2 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.22-py3-none-any.whl
(137.3 kB
view details)
File details
Details for the file anyfs-0.1.22.tar.gz.
File metadata
- Download URL: anyfs-0.1.22.tar.gz
- Upload date:
- Size: 149.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62e5bc0d1eaf6e70e5f72d8c2f9e7e285295083b664b5b8b18c89ca04fff58f6
|
|
| MD5 |
f4b162932aeadd6b03434a63bf3478ec
|
|
| BLAKE2b-256 |
6c1d1fa284bb2418fbf4f783649419979e62e1a6262ad6ca0d77c15c0e0ce68d
|
File details
Details for the file anyfs-0.1.22-py3-none-any.whl.
File metadata
- Download URL: anyfs-0.1.22-py3-none-any.whl
- Upload date:
- Size: 137.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3fc1e3e969ed014846de99b120c09b0bedad280b44008b1fa34129448ca5107
|
|
| MD5 |
41cb913c11c9bce61d2504c858b454e1
|
|
| BLAKE2b-256 |
e8937a1454a7fda0b1ea3cd978af9ff683a2aa9ec0c36d79f62196063de10dd2
|