Metadata-Version: 2.1
Name: hofund
Version: 0.0.5
Summary: allows user to search protos using stencil
Home-page: https://source.golabs.io/asgard/spikes/prototypes/hofund
Author: Ramey Girdhar
Author-email: ramey.girdhar@gojek.com
License: UNLICENSED
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Hofund - Proto Recommendor

Python based tool which recommends the common proto messages/fields that can be used as replacements for clevertap fields.

## Requirements

- python 3.10
- pip3.10

## Installation

### Using pip

To install latest version of hofund
```
pip install hofund
```

### Using brew

WIP

## Usage

To check the usage
```
hofund --help
```

Example
```
hofund --f <csv_file> --col <property_column_name> --ctx-col <context_keys_column_name>
```

Context keys should be comma seperated keys that are to be searched


