Metadata-Version: 2.4
Name: sales-insights-lib
Version: 1.0.0
Summary: A custom library for sales lead scoring and alert logic.
Home-page: https://pypi.org/project/sales-insights-lib/
Author: Mohan Sai Morla
Author-email: mohansaimorla@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# sales-insights-lib

This package provides utilities for scoring sales leads and shaping follow-up
notifications. It includes:

- **evaluator_scoring_unit.py**: Calculates priority score for leads.
- **followup_alert_logic.py**: Logic for evaluating overdue follow-up reminders.
- **message_shaper_unit.py**: Formats notification messages for alerts.


