Skip to main content

Python package for dns exploration

Project description

DNS explorer

dns_explorer is toolset for checking DNS.

Developed in python code.

The README is used to introduce the modules and provide instructions on how to install the modules, any machine dependencies it may have and any other information that should be provided before the modules are installed.

dns_explorer python checker dns_explorer package checker GitHub issues open GitHub contributors

Table of Contents

Installation

Used next development environment

debian linux os

dns_explorer python3 build

Currently there are three ways to install package

  • Install process based on using pip mechanism
  • Install process based on build mechanism
  • Install process based on setup.py mechanism
  • Install process based on docker mechanism
Install using pip

dns_explorer is located at pypi.org.

You can install by using pip

# python3
pip3 install dns_explorer
Install using build

Navigate to release page download and extract release archive.

To install dns_explorer type the following

tar xvzf dns_explorer-x.y.z.tar.gz
cd dns_explorer-x.y.z/
# python3
wget https://bootstrap.pypa.io/get-pip.py
python3 get-pip.py 
python3 -m pip install --upgrade setuptools
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade build
pip3 install -r requirements.txt
python3 -m build --no-isolation --wheel
pip3 install ./dist/dns_explorer-*-py3-none-any.whl
rm -f get-pip.py
chmod 755 /usr/local/lib/python3.10/dist-packages/usr/local/bin/dns_explorer_run.py
ln -s /usr/local/lib/python3.10/dist-packages/usr/local/bin/dns_explorer_run.py /usr/local/bin/dns_explorer_run.py
Install using py setup

Navigate to release page download and extract release archive.

To install dns_explorer locate and run setup.py with arguments

tar xvzf dns_explorer-x.y.z.tar.gz
cd dns_explorer-x.y.z
# python3
pip3 install -r requirements.txt
python3 setup.py install_lib
python3 setup.py install_egg_info
Install using docker

You can use Dockerfile to create image/container.

Dependencies

dns_explorer requires next modules and libraries

Tool structure

dns_explorer is based on OOP.

Tool structure

    dns_explorer/
          ├── conf/
             ├── dns_explorer.cfg
             ├── dns_explorer.logo
             ├── dns_explorer_util.cfg
             └── subdomains.yaml
          ├── __init__.py
          ├── log/
             └── dns_explorer.log
          ├── pro/
             └── __init__.py
          ├── py.typed
          └── run/
              └── dns_explorer_run.py
    
    5 directories, 9 files

Code coverage

Name Stmts Miss Cover
dns_explorer/__init__.py 61 9 85%
dns_explorer/pro/__init__.py 96 12 88%
Total 157 21 87%

Docs

Documentation Status

More documentation and info at

Contributing

Contributing to dns_explorer

Copyright and licence

License: GPL v3 License

Copyright (C) 2024 by vroncevic.github.io/dns_explorer

dns_explorer is free software; you can redistribute it and/or modify it under the same terms as Python itself, either Python version 3.x or, at your option, any later version of Python 3 you may have available.

Lets help and support PSF.

Python Software Foundation

Donate

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

dns_explorer-1.0.3.tar.gz (22.5 kB view details)

Uploaded Source

Built Distribution

dns_explorer-1.0.3-py3-none-any.whl (22.9 kB view details)

Uploaded Python 3

File details

Details for the file dns_explorer-1.0.3.tar.gz.

File metadata

  • Download URL: dns_explorer-1.0.3.tar.gz
  • Upload date:
  • Size: 22.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for dns_explorer-1.0.3.tar.gz
Algorithm Hash digest
SHA256 0c2f9814545ce6664a41d78e92ce1bb007e4a7ce8baaf036ca6f750a9de8b48e
MD5 83a939e49c04cf19a93a8429869eaac3
BLAKE2b-256 c740480380b0ae40853b62d80a66f1535c2fb929b1d6446bdc79470a162bdc65

See more details on using hashes here.

File details

Details for the file dns_explorer-1.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for dns_explorer-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 daf66e077e55994a4c9102ff7d1e000ab2156d3b84b94ed288f15a77b7957d5f
MD5 b31be9cbd54f5c4198fda7653054487c
BLAKE2b-256 d4a35b501d3c7a576e244582c4e222b23f68d40604d6fcc9fc1883c20e4fd8ea

See more details on using hashes here.

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