https://github.com/vedro-universe/vedro-interactive
Interactive mode for Vedro framework
https://github.com/vedro-universe/vedro-interactive
vedro vedro-plugin
Last synced: 10 months ago
JSON representation
Interactive mode for Vedro framework
- Host: GitHub
- URL: https://github.com/vedro-universe/vedro-interactive
- Owner: vedro-universe
- License: apache-2.0
- Created: 2022-05-02T07:48:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T08:53:57.000Z (over 3 years ago)
- Last Synced: 2025-07-29T15:52:24.179Z (10 months ago)
- Topics: vedro, vedro-plugin
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vedro Interactive
[](https://codecov.io/gh/nikitanovosibirsk/vedro-interactive)
[](https://pypi.python.org/pypi/vedro-interactive/)
[](https://pypi.python.org/pypi/vedro-interactive/)
[](https://pypi.python.org/pypi/vedro-interactive/)
## Installation
### 1. Install package
```shell
$ pip3 install vedro-interactive
```
### 2. Enable plugin
```python
# ./vedro.cfg.py
import vedro
import vedro_interactive
class Config(vedro.Config):
class Plugins(vedro.Config.Plugins):
class Interactive(vedro_interactive.Interactive):
enabled = True
```
## Usage
### Run tests
```shell
$ vedro run -r silent -I
```