Metadata-Version: 2.4
Name: node-mantis
Version: 0.1.0a1
Summary: NodeMantis Python SDK and source-free install smoke CLI
Author: NodeMantis
License-Expression: LicenseRef-NodeMantis-Proprietary
Project-URL: Homepage, https://github.com/Node-Mantis/CleanSlate#readme
Project-URL: Repository, https://github.com/Node-Mantis/CleanSlate
Project-URL: Issues, https://github.com/Node-Mantis/CleanSlate/issues
Keywords: browser,automation,playwright,node-mantis,nodemantis
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Provides-Extra: browser
Requires-Dist: playwright>=1.59.1; extra == "browser"
Dynamic: license-file

# NodeMantis Python

Alpha Python SDK and source-free smoke CLI for NodeMantis.

Customer install:

```bash
pip install node-mantis
pip install "node-mantis[browser]"
python -m nodemantis configure --api-key "$NODEMANTIS_API_KEY"
python -m nodemantis smoke
```

`node-mantis[browser]` installs Playwright for SDK-managed browser checks and
smoke tests.

Supported alpha platforms: Linux x64, Windows x64, macOS x64, and macOS arm64.

This package is proprietary alpha software. Use is governed by `LICENSE.txt`
and applicable NodeMantis terms.
