Metadata-Version: 2.4
Name: vedro
Version: 1.14.3
Summary: Pragmatic Testing Framework
Home-page: https://github.com/vedro-universe/vedro
Author: Nikita Tsvetkov
Author-email: tsv1@fastmail.com
License: Apache-2.0
Project-URL: Docs, https://vedro.io/
Project-URL: GitHub, https://github.com/vedro-universe/vedro
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cabina<2.0,>=0.7
Requires-Dist: filelock<4.0,>=3.5
Requires-Dist: niltype<2.0,>=0.3
Requires-Dist: pyparsing<4.0,>=3.0
Requires-Dist: rich<14.0,>=11.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Vedro

[![Codecov](https://img.shields.io/codecov/c/github/vedro-universe/vedro/main.svg?style=flat-square)](https://codecov.io/gh/vedro-universe/vedro)
[![PyPI](https://img.shields.io/pypi/v/vedro.svg?style=flat-square)](https://pypi.python.org/pypi/vedro/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/vedro?style=flat-square)](https://pypi.python.org/pypi/vedro/)
[![Python Version](https://img.shields.io/pypi/pyversions/vedro.svg?style=flat-square)](https://pypi.python.org/pypi/vedro/)

**Pragmatic, general‑purpose testing framework for Python**, designed with readability, speed, and a delightful developer experience in mind. Vedro pairs a clear, scenario‑style syntax with a lightweight, pluggable core, allowing you to simplify or customize your workflow exactly as needed.

## Installation

<details open>
<summary>pip</summary>
<p>

```shell
$ pip install vedro
```

</p>
</details>

<details>
<summary>uv</summary>
<p>

```shell
$ uv add vedro
```

</p>
</details>

<details>
<summary>poetry</summary>
<p>

```shell
$ poetry add vedro
```

</p>
</details>

## Documentation

Looking for quick‑start guides, tutorials, and plugins? Visit the official docs: [vedro.io](https://vedro.io).
