@@ -22,7 +22,7 @@ pip install arcadedb-embedded-headless
2222pip install arcadedb-embedded-minimal
2323
2424# Full - Adds Gremlin + GraphQL support
25- pip install arcadedb-embedded-full
25+ pip install arcadedb-embedded
2626```
2727
2828All distributions are imported the same way:
@@ -83,7 +83,7 @@ JPype. The difference is which Java JARs are included:
8383| ------------ | ---------------------------- | ------ | ------------------------------------------------------- | --------- |
8484| ** Headless** | ` arcadedb-embedded-headless ` | ~ 94MB | SQL, Cypher, PostgreSQL wire, HTTP server | ❌ No |
8585| ** Minimal** | ` arcadedb-embedded-minimal ` | ~ 97MB | Everything in Headless + Studio UI | ✅ Yes |
86- | ** Full** | ` arcadedb-embedded-full ` | ~ 158MB | Everything in Minimal + Gremlin, GraphQL, MongoDB/Redis | ✅ Yes |
86+ | ** Full** | ` arcadedb-embedded ` | ~ 158MB | Everything in Minimal + Gremlin, GraphQL, MongoDB/Redis | ✅ Yes |
8787
8888### All Distributions Use Same Import
8989
@@ -378,7 +378,7 @@ pip install arcadedb-embedded-headless[vector]
378378
379379# Or for other distributions
380380pip install arcadedb-embedded-minimal[vector]
381- pip install arcadedb-embedded-full [vector]
381+ pip install arcadedb-embedded[vector]
382382
383383# Install with development tools (pytest, mypy, black, etc.)
384384pip install arcadedb-embedded-headless[dev]
@@ -1257,7 +1257,7 @@ distributions to PyPI:
12571257# Future: One-command installation
12581258pip install arcadedb-embedded-headless
12591259pip install arcadedb-embedded-minimal
1260- pip install arcadedb-embedded-full
1260+ pip install arcadedb-embedded
12611261```
12621262
12631263This will make the package accessible to the wider Python community and eliminate the
0 commit comments