Skip to content

Commit 31a490c

Browse files
committed
Add leading table of features to README
And add link to workshop. And remove "aspirational" warning -- we're getting closer to production now.
1 parent 8b59b25 commit 31a490c

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Appose Python
22

3-
***WARNING: Appose is currently in incubation.
4-
Not all features described below are functional.
5-
This document has some aspirational aspects!***
3+
[![Build Status](https://github.com/apposed/appose-python/actions/workflows/build.yml/badge.svg)](https://github.com/apposed/appose-python/actions/workflows/build.yml)
4+
5+
> [!NOTE]
6+
> **QUICK START:** [Appose Workshop](https://fiji.github.io/i2k-2025-appose/)
7+
8+
| | |
9+
|---|---|
10+
| <img src="https://docs.apposed.org/en/latest/_static/icons/hammer-solid-full.svg" width="24" height="24"> | **Build environments** based on community standards ([pixi](https://pixi.sh), [mamba](https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html), [uv](https://docs.astral.sh/uv/)) |
11+
| <img src="https://docs.apposed.org/en/latest/_static/icons/code-solid-full.svg" width="24" height="24"> | **Run scripts** in those environments as worker processes |
12+
| <img src="https://docs.apposed.org/en/latest/_static/icons/microchip-solid-full.svg" width="24" height="24"> | **Share memory** between processes to avoid copying data |
13+
| |
614

715
## What is Appose?
816

0 commit comments

Comments
 (0)