Metadata-Version: 2.1
Name: ptp-ipdata-extractor
Version: 0.3.0
Summary: A package to query and extract IP data with Kerberos authentication from IBI DB.
Author-email: Tali Polonsky <tali.polonsky@intel.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests-kerberos>=0.12.0
Requires-Dist: pandas>=1.1.0
Requires-Dist: requests>=2.24.0
Requires-Dist: cryptography>=3.4.0

# PTP IP Data Extractor

## Description

`ptp-ipdata-extractor` is a Python package for querying and extracting IP data with Kerberos authentication.
 It includes functions to retrieve IPs, query data, handle releases and reaching the latest data.
 this package is querying IBI DB, therefore authentication is required.

## Installation

You can install the package using pip:

```bash
pip install ptp-ipdata-extractor
 
