Metadata-Version: 2.4
Name: knowing
Version: 0.2.0
Summary: Content-addressed knowledge graph for software systems
License-Expression: MIT
Project-URL: Homepage, https://github.com/blackwell-systems/knowing
Project-URL: Documentation, https://blackwell-systems.github.io/knowing
Project-URL: Repository, https://github.com/blackwell-systems/knowing
Keywords: mcp,knowledge-graph,code-intelligence,content-addressed,software-relationships,ai-agents,static-analysis,opentelemetry
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# knowing

Content-addressed knowledge graph for software systems.

This is the Python wrapper package that downloads and runs the `knowing` binary.

## Install

```bash
pip install knowing
```

## Usage

```bash
knowing index ./path/to/repo
knowing context -task "refactor auth" -format gcf
knowing mcp -db knowing.db
```

## Documentation

See https://blackwell-systems.github.io/knowing for full documentation.
