Metadata-Version: 2.4
Name: insurance_risk_engine_x24329274
Version: 0.0.7
Summary: An insurance risk and premium calculation library.
Author-email: Sheriff Timilehin Oyadina <x24329274@student.ncirl.ie>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

#Insurancde Risk Engine

Insurance-Risk-Engine is a lightweight Python library for calculating motor insurance premiums and modelling risk changes after a claim.
It has no external dependencies and is suitable for use in any Python 3.9+ application.
This library was developed as part of a cloud-based insurance claims project, where it is used both:

in a Django web application to generate insurance quotes for users, and

inside an AWS Lambda validation pipeline to calculate post-claim premium adjustments.