Metadata-Version: 2.4
Name: openartifacts
Version: 0.0.1
Summary: Official PyPI compatibility launcher for the OpenArtifacts npm CLI
Author: Brevilabs
License-Expression: MIT
Project-URL: Homepage, https://github.com/Brevilabs/OpenArtifacts
Project-URL: Repository, https://github.com/Brevilabs/OpenArtifacts.git
Keywords: agents,artifacts,cli,publishing
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# OpenArtifacts on PyPI

This is the official PyPI namespace for OpenArtifacts. It contains a small,
functional compatibility launcher for the canonical npm CLI; it is not a
Python SDK and its version does not track the npm package.

```bash
pipx install openartifacts
openartifacts --help
```

The launcher requires Node.js 20+ with npm and forwards commands to
`npx --yes openartifacts@latest`.

Hermes Agent does not need this package. Install the canonical OpenArtifacts
skill through Hermes's native skill manager instead.
