Metadata-Version: 2.1
Name: bvlogger
Version: 1.0.7
Summary: A brief description of your project
Home-page: https://github.com/obaidshk/bvlogger
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# BVLogger

**BVLogger** is a Python library for logging and tracking API interactions. It provides functionality to log various aspects of your API interactions, including connector details and endpoint data.

## Features

- **Authentication**: Obtain JWT tokens for secure API access.
- **Connector Logging**: Track details related to API connectors.
- **Endpoint Logging**: Log interactions with specific API endpoints.

## Installation

To install BVLogger, use pip:

```bash
pip install bvlogger
