pasr 0.2.1__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.
- pasr-0.2.1.dist-info/METADATA +32 -0
- pasr-0.2.1.dist-info/RECORD +3 -0
- pasr-0.2.1.dist-info/WHEEL +4 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
Metadata-Version: 2.5
|
|
2
|
+
Name: pasr
|
|
3
|
+
Version: 0.2.1
|
|
4
|
+
Summary: Install alias for pasr-mcp (Provenance-Aware Span Recall — a zero-setup context-broker MCP).
|
|
5
|
+
Project-URL: Homepage, https://github.com/Apheironn/pasr
|
|
6
|
+
Project-URL: Source, https://github.com/Apheironn/pasr
|
|
7
|
+
Author: Apheironn
|
|
8
|
+
License-Expression: Apache-2.0
|
|
9
|
+
Keywords: coding-agent,context-engineering,mcp,model-context-protocol,retrieval
|
|
10
|
+
Classifier: Intended Audience :: Developers
|
|
11
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
|
13
|
+
Classifier: Topic :: Software Development :: Libraries
|
|
14
|
+
Requires-Python: >=3.10
|
|
15
|
+
Requires-Dist: pasr-mcp>=0.2.1
|
|
16
|
+
Description-Content-Type: text/markdown
|
|
17
|
+
|
|
18
|
+
# pasr
|
|
19
|
+
|
|
20
|
+
This is an **install alias**. `pip install pasr` pulls in
|
|
21
|
+
[`pasr-mcp`](https://pypi.org/project/pasr-mcp/) — Provenance-Aware Span Recall, a
|
|
22
|
+
zero-setup context-broker MCP for coding and document agents.
|
|
23
|
+
|
|
24
|
+
The import package and the CLI are already named `pasr`:
|
|
25
|
+
|
|
26
|
+
```bash
|
|
27
|
+
pip install pasr # or: pip install pasr-mcp
|
|
28
|
+
pasr explain "how are redirects resolved and followed"
|
|
29
|
+
uvx pasr-mcp --workspace . # run the MCP server
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
Source, docs, and issues: https://github.com/Apheironn/pasr
|