Metadata-Version: 2.1
Name: hofund
Version: 0.0.3
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
```

## Usage

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



