Metadata-Version: 2.1
Name: RipeDB
Version: 0.2
Summary: Uno strumento per effettuare query e analisi su RipeDB
Home-page: https://github.com/apt-0/RipeDB
Author: APT-0-Blog
Author-email: cryptovortex@outlook.com
Keywords: ripe ripedb
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: pandas
Requires-Dist: openpyxl

# RipeDB


RipeDB is a Python tool designed to facilitate the search and analysis of internet domain data through the RIPE API. This project allows users to obtain detailed information about domains and their IP assignments.

## Features

- Search for domain information using customizable parameters.
- Analysis of collected data and generation of reports.
- Simple and intuitive user interface.

## Prerequisites

Before you begin, make sure you have Python 3.x installed on your system. RipeDB depends on some external packages, which are listed in the requirements.txt file.

## Installation

### PIP
RipeDB can be easily installed via pip. This method is recommended for most users as it automatically manages all project dependencies.

To install RipeDB, run the following command:

```bash
pip install ripedb
```
## Usage
To start RipeDB, run the following command:
```bash
ripedb
```
Follow the on-screen instructions to enter search parameters and view the results.

## Licenza
Distributed under the MIT License. See LICENSE for more information.

## Contatti
APT-0  - cryptovortex@outlook.com

Project Link: https://github.com/tuo-username/RipeDB
