openframe-adapters 1.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: openframe-adapters
|
|
3
|
+
Version: 1.0.0
|
|
4
|
+
Summary: OpenFrame Microservice Suite — adapter meta-package. Install adapters by name or group.
|
|
5
|
+
License: MIT
|
|
6
|
+
Keywords: openframe,hexagonal,microservice,postgres,mongodb,redis,kafka,vector-database
|
|
7
|
+
Requires-Python: >=3.11
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
Provides-Extra: postgres
|
|
10
|
+
Requires-Dist: openframe-adapters-db-postgres<2,>=1.0; extra == "postgres"
|
|
11
|
+
Provides-Extra: mysql
|
|
12
|
+
Requires-Dist: openframe-adapters-db-mysql<2,>=1.0; extra == "mysql"
|
|
13
|
+
Provides-Extra: redis
|
|
14
|
+
Requires-Dist: openframe-adapters-db-redis<2,>=1.0; extra == "redis"
|
|
15
|
+
Provides-Extra: dynamodb
|
|
16
|
+
Requires-Dist: openframe-adapters-db-dynamodb<2,>=1.0; extra == "dynamodb"
|
|
17
|
+
Provides-Extra: mongo
|
|
18
|
+
Requires-Dist: openframe-adapters-db-mongo<2,>=1.0; extra == "mongo"
|
|
19
|
+
Provides-Extra: cassandra
|
|
20
|
+
Requires-Dist: openframe-adapters-db-cassandra<2,>=1.0; extra == "cassandra"
|
|
21
|
+
Provides-Extra: influxdb
|
|
22
|
+
Requires-Dist: openframe-adapters-db-influxdb<2,>=1.0; extra == "influxdb"
|
|
23
|
+
Provides-Extra: milvus
|
|
24
|
+
Requires-Dist: openframe-adapters-db-milvus<2,>=1.0; extra == "milvus"
|
|
25
|
+
Provides-Extra: chromadb
|
|
26
|
+
Requires-Dist: openframe-adapters-db-chromadb<2,>=1.0; extra == "chromadb"
|
|
27
|
+
Provides-Extra: qdrant
|
|
28
|
+
Requires-Dist: openframe-adapters-db-qdrant<2,>=1.0; extra == "qdrant"
|
|
29
|
+
Provides-Extra: faiss
|
|
30
|
+
Requires-Dist: openframe-adapters-db-faiss<2,>=1.0; extra == "faiss"
|
|
31
|
+
Provides-Extra: falkordb
|
|
32
|
+
Requires-Dist: openframe-adapters-db-falkordb<2,>=1.0; extra == "falkordb"
|
|
33
|
+
Provides-Extra: kafka
|
|
34
|
+
Requires-Dist: openframe-adapters-queue-kafka<2,>=1.0; extra == "kafka"
|
|
35
|
+
Provides-Extra: nats
|
|
36
|
+
Requires-Dist: openframe-adapters-queue-nats<2,>=1.0; extra == "nats"
|
|
37
|
+
Provides-Extra: rabbitmq
|
|
38
|
+
Requires-Dist: openframe-adapters-queue-rabbitmq<2,>=1.0; extra == "rabbitmq"
|
|
39
|
+
Provides-Extra: db
|
|
40
|
+
Requires-Dist: openframe-adapters[postgres]; extra == "db"
|
|
41
|
+
Requires-Dist: openframe-adapters[mysql]; extra == "db"
|
|
42
|
+
Requires-Dist: openframe-adapters[redis]; extra == "db"
|
|
43
|
+
Requires-Dist: openframe-adapters[dynamodb]; extra == "db"
|
|
44
|
+
Requires-Dist: openframe-adapters[mongo]; extra == "db"
|
|
45
|
+
Requires-Dist: openframe-adapters[cassandra]; extra == "db"
|
|
46
|
+
Requires-Dist: openframe-adapters[influxdb]; extra == "db"
|
|
47
|
+
Provides-Extra: vector
|
|
48
|
+
Requires-Dist: openframe-adapters[milvus]; extra == "vector"
|
|
49
|
+
Requires-Dist: openframe-adapters[chromadb]; extra == "vector"
|
|
50
|
+
Requires-Dist: openframe-adapters[qdrant]; extra == "vector"
|
|
51
|
+
Requires-Dist: openframe-adapters[faiss]; extra == "vector"
|
|
52
|
+
Requires-Dist: openframe-adapters[falkordb]; extra == "vector"
|
|
53
|
+
Provides-Extra: queue
|
|
54
|
+
Requires-Dist: openframe-adapters[kafka]; extra == "queue"
|
|
55
|
+
Requires-Dist: openframe-adapters[nats]; extra == "queue"
|
|
56
|
+
Requires-Dist: openframe-adapters[rabbitmq]; extra == "queue"
|
|
57
|
+
Provides-Extra: all
|
|
58
|
+
Requires-Dist: openframe-adapters[db]; extra == "all"
|
|
59
|
+
Requires-Dist: openframe-adapters[vector]; extra == "all"
|
|
60
|
+
Requires-Dist: openframe-adapters[queue]; extra == "all"
|
|
61
|
+
Provides-Extra: rest-min
|
|
62
|
+
Requires-Dist: openframe-adapters[postgres]; extra == "rest-min"
|
|
63
|
+
Requires-Dist: openframe-adapters[redis]; extra == "rest-min"
|
|
64
|
+
Provides-Extra: rag-stack
|
|
65
|
+
Requires-Dist: openframe-adapters[milvus]; extra == "rag-stack"
|
|
66
|
+
Requires-Dist: openframe-adapters[falkordb]; extra == "rag-stack"
|
|
67
|
+
Requires-Dist: openframe-adapters[redis]; extra == "rag-stack"
|
|
68
|
+
Provides-Extra: research-min
|
|
69
|
+
Requires-Dist: openframe-adapters[mongo]; extra == "research-min"
|
|
70
|
+
Requires-Dist: openframe-adapters[redis]; extra == "research-min"
|
|
71
|
+
|
|
72
|
+
# openframe-adapters
|
|
73
|
+
|
|
74
|
+
A metadata-only package that provides named install shortcuts for the entire
|
|
75
|
+
`openframe-adapters` ecosystem. Install one adapter, a category, or everything
|
|
76
|
+
— all with a single `pip install` command.
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
## Install surface
|
|
81
|
+
|
|
82
|
+
### Individual adapters
|
|
83
|
+
|
|
84
|
+
```bash
|
|
85
|
+
# Relational
|
|
86
|
+
pip install openframe-adapters[postgres] # PostgreSQL via asyncpg
|
|
87
|
+
pip install openframe-adapters[mysql] # MySQL via aiomysql
|
|
88
|
+
|
|
89
|
+
# Key-value
|
|
90
|
+
pip install openframe-adapters[redis] # Redis via redis-py
|
|
91
|
+
pip install openframe-adapters[dynamodb] # DynamoDB via aiobotocore
|
|
92
|
+
|
|
93
|
+
# Document
|
|
94
|
+
pip install openframe-adapters[mongo] # MongoDB via Motor
|
|
95
|
+
|
|
96
|
+
# Columnar
|
|
97
|
+
pip install openframe-adapters[cassandra] # Cassandra via cassandra-driver
|
|
98
|
+
|
|
99
|
+
# Time-series
|
|
100
|
+
pip install openframe-adapters[influxdb] # InfluxDB via influxdb-client
|
|
101
|
+
|
|
102
|
+
# Vector
|
|
103
|
+
pip install openframe-adapters[milvus] # Milvus via pymilvus
|
|
104
|
+
pip install openframe-adapters[chromadb] # Chroma via chromadb
|
|
105
|
+
pip install openframe-adapters[qdrant] # Qdrant via qdrant-client
|
|
106
|
+
pip install openframe-adapters[faiss] # FAISS via faiss-cpu
|
|
107
|
+
pip install openframe-adapters[falkordb] # FalkorDB via falkordb
|
|
108
|
+
|
|
109
|
+
# Queues
|
|
110
|
+
pip install openframe-adapters[kafka] # Kafka via aiokafka
|
|
111
|
+
pip install openframe-adapters[nats] # NATS via nats-py
|
|
112
|
+
pip install openframe-adapters[rabbitmq] # RabbitMQ via aio-pika
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
### Groups — one category
|
|
116
|
+
|
|
117
|
+
```bash
|
|
118
|
+
pip install openframe-adapters[db] # all 7 DB adapters (relational + document + specialist)
|
|
119
|
+
pip install openframe-adapters[vector] # all 5 vector DB adapters
|
|
120
|
+
pip install openframe-adapters[queue] # all 3 queue adapters
|
|
121
|
+
```
|
|
122
|
+
|
|
123
|
+
### Everything
|
|
124
|
+
|
|
125
|
+
```bash
|
|
126
|
+
pip install openframe-adapters[all] # all 15 individual adapter packages
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
### Convenience combinations
|
|
130
|
+
|
|
131
|
+
```bash
|
|
132
|
+
pip install openframe-adapters[rest-min] # postgres + redis (REST API minimum)
|
|
133
|
+
pip install openframe-adapters[rag-stack] # milvus + falkordb + redis (RAG / inference)
|
|
134
|
+
pip install openframe-adapters[research-min] # mongo + redis (Research Vault Phase 1)
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
---
|
|
138
|
+
|
|
139
|
+
## Import paths
|
|
140
|
+
|
|
141
|
+
The import path is identical regardless of how you installed:
|
|
142
|
+
|
|
143
|
+
```python
|
|
144
|
+
# Whether you ran:
|
|
145
|
+
# pip install openframe-adapters[postgres]
|
|
146
|
+
# or:
|
|
147
|
+
# pip install openframe-adapters[all]
|
|
148
|
+
# the import is always the same:
|
|
149
|
+
from openframe.adapters.db.postgres import PostgresRepository
|
|
150
|
+
from openframe.adapters.db.mongo import MongoRepository
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
Each individual adapter package uses Python namespace packages under
|
|
154
|
+
`openframe.adapters.*`, so all adapters share the same top-level namespace
|
|
155
|
+
without any conflicts.
|
|
156
|
+
|
|
157
|
+
---
|
|
158
|
+
|
|
159
|
+
## Package inventory
|
|
160
|
+
|
|
161
|
+
| Extra | `pip install` | Package installed | Async driver |
|
|
162
|
+
|---|---|---|---|
|
|
163
|
+
| `postgres` | `openframe-adapters[postgres]` | `openframe-adapters-db-postgres` | `asyncpg` |
|
|
164
|
+
| `mysql` | `openframe-adapters[mysql]` | `openframe-adapters-db-mysql` | `aiomysql` |
|
|
165
|
+
| `redis` | `openframe-adapters[redis]` | `openframe-adapters-db-redis` | `redis-py` (asyncio) |
|
|
166
|
+
| `dynamodb` | `openframe-adapters[dynamodb]` | `openframe-adapters-db-dynamodb` | `aiobotocore` |
|
|
167
|
+
| `mongo` | `openframe-adapters[mongo]` | `openframe-adapters-db-mongo` | `Motor` |
|
|
168
|
+
| `cassandra` | `openframe-adapters[cassandra]` | `openframe-adapters-db-cassandra` | `cassandra-driver` |
|
|
169
|
+
| `influxdb` | `openframe-adapters[influxdb]` | `openframe-adapters-db-influxdb` | `influxdb-client` |
|
|
170
|
+
| `milvus` | `openframe-adapters[milvus]` | `openframe-adapters-db-milvus` | `pymilvus` |
|
|
171
|
+
| `chromadb` | `openframe-adapters[chromadb]` | `openframe-adapters-db-chromadb` | `chromadb` |
|
|
172
|
+
| `qdrant` | `openframe-adapters[qdrant]` | `openframe-adapters-db-qdrant` | `qdrant-client` |
|
|
173
|
+
| `faiss` | `openframe-adapters[faiss]` | `openframe-adapters-db-faiss` | `faiss-cpu` |
|
|
174
|
+
| `falkordb` | `openframe-adapters[falkordb]` | `openframe-adapters-db-falkordb` | `falkordb` |
|
|
175
|
+
| `kafka` | `openframe-adapters[kafka]` | `openframe-adapters-queue-kafka` | `aiokafka` |
|
|
176
|
+
| `nats` | `openframe-adapters[nats]` | `openframe-adapters-queue-nats` | `nats-py` |
|
|
177
|
+
| `rabbitmq` | `openframe-adapters[rabbitmq]` | `openframe-adapters-queue-rabbitmq` | `aio-pika` |
|
|
178
|
+
| `db` | `openframe-adapters[db]` | all 7 DB adapters above | — |
|
|
179
|
+
| `vector` | `openframe-adapters[vector]` | all 5 vector adapters above | — |
|
|
180
|
+
| `queue` | `openframe-adapters[queue]` | all 3 queue adapters above | — |
|
|
181
|
+
| `all` | `openframe-adapters[all]` | all 15 adapter packages | — |
|
|
182
|
+
|
|
183
|
+
---
|
|
184
|
+
|
|
185
|
+
## Core dependency
|
|
186
|
+
|
|
187
|
+
[`openframe-core`](https://pypi.org/project/openframe-core/) is installed
|
|
188
|
+
automatically as a transitive dependency — you never need to declare it
|
|
189
|
+
separately. Every individual adapter package pins `openframe-core>=1.0,<2`,
|
|
190
|
+
so installing any extra brings core in as part of the resolution.
|
|
191
|
+
|
|
192
|
+
---
|
|
193
|
+
|
|
194
|
+
## Versioning
|
|
195
|
+
|
|
196
|
+
Each adapter package is versioned independently and published to PyPI under
|
|
197
|
+
its own name (e.g. `openframe-adapters-db-postgres`). This meta-package pins
|
|
198
|
+
all of them at `>=1.0,<2`, so patch and minor releases are picked up
|
|
199
|
+
automatically the next time you run `pip install --upgrade`. Only a major
|
|
200
|
+
version bump in an individual adapter requires a meta-package update.
|
|
201
|
+
|
|
202
|
+
When a new adapter is added to the ecosystem, only this `pyproject.toml`
|
|
203
|
+
changes — one new line in `[project.optional-dependencies]` and an update to
|
|
204
|
+
the relevant group. No other file in the monorepo is touched.
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
openframe_adapters-1.0.0.dist-info/METADATA,sha256=OVHUGRreOs88_vQUfVTVUqrCMWvmkoyNJpiQ6L2Ahns,8786
|
|
2
|
+
openframe_adapters-1.0.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
3
|
+
openframe_adapters-1.0.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
4
|
+
openframe_adapters-1.0.0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|