Skip to main content

Simple python wrapper for the Robtex API.

Project description

https://img.shields.io/pypi/v/robtex_python.svg https://img.shields.io/travis/fhightower/robtex-python.svg https://codecov.io/gh/fhightower/robtex-python/branch/master/graph/badge.svg https://api.codacy.com/project/badge/Grade/8151c710cd704ddeb8575ee6dfbbd96e

Simple python wrapper for the Robtex API .

Installation

Stable release

To install Robtex Python, run this command in your terminal:

pip install robtex-python

This is the preferred method to install the Robtex API wrapper, as it will always install the most recent stable release.

If you don’t have pip installed, this Python installation guide can guide you through the process.

From sources

The sources for Robtex Python can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/fhightower/robtex-python

Or download the tarball:

$ curl  -OL https://github.com/fhightower/robtex-python/tarball/master

Once you have a copy of the source, you can install it with:

$ python3 setup.py install

Usage

Via Python

You can use Robtex Python in a script as follows:

import robtex_python
response = robtex_python.pdns_forward("example.com")

Via Command Line

You can use Robtex Python as a command-line tool as follows:

Usage:
    robtex_python --ip=<ip>
    robtex_python --as=<asn>
    robtex_python --pdns-forward=<hostname>
    robtex_python --pdns-reverse=<ip>
    robtex_python (-h | --help)
    robtex_python --version

Credits

This package was created with Cookiecutter and the fhightower/python-project-template project template.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

robtex_python-1.2.0.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

robtex_python-1.2.0-py2.py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page