Metadata-Version: 2.1
Name: GeoFenceLib
Version: 0.3.0
Summary: A Python library for geofencing with dynamic shape.
Author: Abhinav
Author-email: upstage.barrier_0x@icloud.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# GeoFenceLib

GeoFenceLib is a Python library designed for geolocation fencing with flexible and dynamic shapes, including circular, rectangular, and free-form polygons. This package allows developers to define geofences, track entry and exit events for users, and manage geofence-related data with ease.

## Features

- Supports multiple geofence shapes (circular and polygonal).
- Dynamic geofence creation and point containment checks.
- Event management system to detect entry and exit events.
- User-friendly management for creating, tracking, and managing geofences.

## Installation

Install the library using pip:

```bash
pip install GeoFenceLib
