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.15.tar.gz
(145.1 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.15-py3-none-any.whl
(134.1 kB
view details)
File details
Details for the file anyfs-0.1.15.tar.gz.
File metadata
- Download URL: anyfs-0.1.15.tar.gz
- Upload date:
- Size: 145.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e95610ddafa13aa3984b13558ba8b1f817cb8f6a4446c153f35fc5fdd2b6bb48
|
|
| MD5 |
166ceef0a1803b9382a747a9777dff5a
|
|
| BLAKE2b-256 |
d2ebcc4363753a0ec3f807b56c8a4de0986e2840a644f0080458020040be2b3d
|
File details
Details for the file anyfs-0.1.15-py3-none-any.whl.
File metadata
- Download URL: anyfs-0.1.15-py3-none-any.whl
- Upload date:
- Size: 134.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9bebd89452641b7e6ef100d59b5c1981fcb94f5a966778757fb5134347799051
|
|
| MD5 |
8847abbb634a05e0176e3098080c26d8
|
|
| BLAKE2b-256 |
864bb66dd58b1592a4ffb05c71bdc5f46084ed7a16e3e38c33a3b7b341f3e539
|