Metadata-Version: 2.4
Name: syvert
Version: 0.1.0
Summary: Core runtime and CLI distribution for Syvert internet-operation tasks.
Author: Syvert maintainers
License-Expression: Apache-2.0
Project-URL: Repository, https://github.com/lodcel/Syvert
Project-URL: Issues, https://github.com/lodcel/Syvert/issues
Keywords: cli,runtime,adapter-sdk,internet-operations
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Syvert

Syvert provides a Python runtime and CLI for local internet-operation task execution. The CLI distribution exposes the existing runtime contract through an installable `syvert` command without changing adapter behavior, normalized results, resource lifecycle semantics, or public operation boundaries.

## CLI

```bash
syvert --help
syvert run --help
syvert query --help
```

The first CLI product package version is `0.1.0`. Package versions are derived only from bare SemVer CLI product tags such as `0.1.0`; historical `v0.x` and `v1.x` repository or contract tags are not package-version sources.
