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.dev3.tar.gz
(118.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.0.dev3-py3-none-any.whl
(116.3 kB
view details)
File details
Details for the file anyfs-0.1.0.dev3.tar.gz.
File metadata
- Download URL: anyfs-0.1.0.dev3.tar.gz
- Upload date:
- Size: 118.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 |
a2dbbbacee662e5651c513ba10c2c45b74145367bc7839743afc0577e9ed5a0a
|
|
| MD5 |
5ff9e27db08595fe21716df0109c0f34
|
|
| BLAKE2b-256 |
835b80861b4e079e8f33410d41f8198a25157239c6ab54ed88700a392cdca4b1
|
File details
Details for the file anyfs-0.1.0.dev3-py3-none-any.whl.
File metadata
- Download URL: anyfs-0.1.0.dev3-py3-none-any.whl
- Upload date:
- Size: 116.3 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 |
7aab7b09aeff83a8238be9c183ee776ec6819854a3c56295598577ec54b4bb0c
|
|
| MD5 |
edc2837f76fa8f479dd1928504577144
|
|
| BLAKE2b-256 |
dc72ad097a1192a449da79308c582765e255364a43ceeb84262fcbbaaf126886
|