Skip to main content

IP Subnet package

Project description

# Jamaddr Python Package

This package Created by Jamison Emilio and packaged by Todd Albiston

## Description: Python Package adds functions to convert IP address or subnet masks to bits and bit back up IP address.

`python from jamaddr import JamAddr ipbits = JamAddr.ip_to_bits("192.168.0.23") ipbits `

returns = ‘11000000101010000000000000010111’

`python from jamaddr import JamAddr bitsip = JamAddr.bits_to_ip("11000000101010000000000000010111") bitsip `

returns = ‘192.168.0.23’

#

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

jamaddr-0.3.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

jamaddr-0.3-py3-none-any.whl (2.5 kB view hashes)

Uploaded 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