Metadata-Version: 2.4
Name: culture-lens
Version: 0.20.0
Summary: culture-lens — parallel console name for steward-cli (thin wrapper; installs steward-cli and exposes the `culture-lens` command).
Project-URL: Homepage, https://github.com/agentculture/steward
Project-URL: Issues, https://github.com/agentculture/steward/issues
Author: AgentCulture
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development
Requires-Python: >=3.12
Requires-Dist: steward-cli==0.20.0
Description-Content-Type: text/markdown

# culture-lens

`culture-lens` is a thin wrapper distribution for
[`steward-cli`](https://pypi.org/project/steward-cli/). Installing it pulls in
`steward-cli` and exposes the **`culture-lens`** console command — an alias of
`steward` (same entry point, `steward.cli:main`).

```bash
pip install culture-lens
culture-lens --version
```

It carries no code of its own; the implementation lives in the `steward` package
shipped by `steward-cli`. The two releases move in lockstep — `culture-lens`
pins the matching `steward-cli` version.

Source, issues, and docs: <https://github.com/agentculture/steward>.
