Skip to content

v0.1.0

Latest

Choose a tag to compare

@jkomalley jkomalley released this 24 Mar 19:09
· 7 commits to main since this release

Features

  • Initial release of convbase
  • Commands
    • hextodec [--help] [--version] value
    • hextooct [--help] [--version] value
    • hextobin [--help] [--version] value
    • dectohex [--help] [--version] value
    • dectooct [--help] [--version] value
    • dectobin [--help] [--version] value
    • octtohex [--help] [--version] value
    • octtodec [--help] [--version] value
    • octtobin [--help] [--version] value
    • bintohex [--help] [--version] value
    • bintodec [--help] [--version] value
    • bintooct [--help] [--version] value

Installation

pipx (recommended)

pipx install convbase

pip

pip install convbase

What's Changed

New Contributors

Full Changelog: https://github.com/jkomalley/convbase/commits/v0.1.0