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.1.tar.gz
(117.8 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.1-py3-none-any.whl
(115.8 kB
view details)
File details
Details for the file anyfs-0.1.1.tar.gz.
File metadata
- Download URL: anyfs-0.1.1.tar.gz
- Upload date:
- Size: 117.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e65bf6dfb14d529f19edbbd869d2f6e19378e82f7870e21ff7e0086ee01e5ed
|
|
| MD5 |
cbed1c0eb999a61ef0b0bd99764801e1
|
|
| BLAKE2b-256 |
523f2aed4514b3fa4c8078b3ee19646c5f1372055995cc473ed996917534c57d
|
File details
Details for the file anyfs-0.1.1-py3-none-any.whl.
File metadata
- Download URL: anyfs-0.1.1-py3-none-any.whl
- Upload date:
- Size: 115.8 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 |
bd698649a916829ab54d6993130f43eadbf16417cd92800da9d8bb27695ff583
|
|
| MD5 |
ef86e147c481d67e251f380756724e26
|
|
| BLAKE2b-256 |
d4fb16d8cf203f7566fad7e2189ad5b3e89302598f2d1ca26715677df537bf77
|