Robtex Python
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.
Release files for robtex-python 1.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| robtex_python-1.2.0.tar.gz | 7.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| robtex_python-1.2.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 12.7 kB
Release files / robtex_python-1.2.0.tar.gz
| Download URL | robtex_python-1.2.0.tar.gz |
|---|---|
| Size | 7.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
30f0e15c5accff3b37009a2cdb91aa4e9075c250ba22cb2efb4e2c74b858502a
|
|
BLAKE2b-256 checksum How to use checksums |
4a5926b967cd13030b787161787e0d3bf1385101df5dabf96d1b02ea97f35b58
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
|
Release files / robtex_python-1.2.0-py2.py3-none-any.whl
| Download URL | robtex_python-1.2.0-py2.py3-none-any.whl |
|---|---|
| Size | 5.5 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
81d7cfb198e65dcdb425d105549660a5a8906d4d5edef735f75880cde16b5285
|
|
BLAKE2b-256 checksum How to use checksums |
dee91323699ec2403e2744fc8b4c34503206032cc3cd9fb92ab572c9d9f1715c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
|