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.7.tar.gz
(119.6 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.7-py3-none-any.whl
(116.6 kB
view details)
File details
Details for the file anyfs-0.1.7.tar.gz.
File metadata
- Download URL: anyfs-0.1.7.tar.gz
- Upload date:
- Size: 119.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f446c8ef38af234bab0699eb2d5d8a207d41948ba38935f186d5199ee2cbc607
|
|
| MD5 |
29680d69ef2ab2df3eb0ae1c8f963ce9
|
|
| BLAKE2b-256 |
4f9e322c0f26adae3c57d3f68b031b2c7e0b94145cef9742525ff503158068a8
|
File details
Details for the file anyfs-0.1.7-py3-none-any.whl.
File metadata
- Download URL: anyfs-0.1.7-py3-none-any.whl
- Upload date:
- Size: 116.6 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 |
08fc7529a1613d9efddcf4f0386a9bb20d460decbe2514da36ce781ec3f5eda0
|
|
| MD5 |
c120483e0da939bb92341983c744ddda
|
|
| BLAKE2b-256 |
d45eb5d7ef9e3940867741be290434bcb3d9617bfb1853a0e8cdb0fde464081b
|