Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 543 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 543 Bytes

Mini RDAP Client

Author: Carlos M. Martinez

What?

This minirdapc is a small, minimal RDAP client with a simple command line interface but also designed to be used as a library/python module.

Dependencies

Ubuntu/Debian packages:

apt -y install dh-autoreconf
apt -y install python3.7-dev

All python dependencies should installed automatically by pipenv.

Why?

In many situations having a small, ready to use RDAP client that can provide answers to the most common queris can be extremely useful.

How?

TBW