Metadata-Version: 2.1
Name: venture
Version: 2.0.0
Summary: Rofi / Wofi based project selector
Home-page: https://github.com/seanrcollings/venture
License: MIT
Author: Sean Collings
Author-email: seanrcollings@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyYAML (>=5.4.1,<6.0.0)
Requires-Dist: arc-cli (>=2.3.0,<3.0.0)
Requires-Dist: pydantic (>=1.8.2,<2.0.0)
Requires-Dist: ujson (>=4.0.2,<5.0.0)
Description-Content-Type: text/markdown

# Venture

A Dmenu / Rofi / Wofi menu to open projects and files in your favorite editor!



### Dependancies
- Venture supports three UI providers: dmenu, rofi, and wofi. It is expected that you have the one you intend to use installed.

- Venture uses [Nerdfonts](https://www.nerdfonts.com/) for icons

## Installation

```
$ pip install venture
```

## Docs
[Here](./docs)

Note this may installing into `~/.local/bin` which is not part of the default path on some Linux systems
