Metadata-Version: 2.4
Name: newbie-test
Version: 0.7.0
Summary: Alias for newb — agentic testing for Python packages.
Author-email: Yusuke Watanabe <ywata1989@gmail.com>
License-Expression: AGPL-3.0-only
Project-URL: Homepage, https://github.com/ywatanabe1989/newb
Keywords: newb,newbie-test,agentic-test,skill-verify,documentation-testing,ai-agent,llm
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: newb>=0.7.0

# newbie-test

Alias package for **[newb](https://pypi.org/project/newb/)**.

```bash
pip install newbie-test
# equivalent to:
pip install newb
```

`newb` tests your Python package through the eyes of a newbie agent: a
fresh AI agent reads only your `_skills/` (or equivalent docs) and tries
to use your package. If it succeeds — your docs work. If it fails — your
CI tells you why.

See the canonical [newb README](https://github.com/ywatanabe1989/newb)
for full documentation.
