Skip to content

Releases: asiangoldfish/Dinex

Stable release: V0.1.0-alpha

20 Nov 08:32
af5eb09
Compare
Choose a tag to compare
Pre-release

Stable release

Version: 0.1.0-alpha

First stable version. Includes the following features

  • Converting binary numbers to decimal and vice versa. It includes support to IPv4, IPv6, subnet masks and MAC addresses.
  • Can be used as a command line utility tools just like any other commands on the terminal. Simply add the file "dinex" to PATH.
  • The actual logic for handling the conversion and calculations live in the dinex_modules package. It isn't set up to be installed with pip yet, but this is easily done with a custom setup.py.