I released a Python package to manipulate eHex/pseudohex numbers a couple of weeks ago. I've simplified the package structure to make it easier to use:
- For the current unsimplified version, you import the package into your code with "from ehex.ehex import ehex"
- For the new simplified version, you import the package into your code with "from ehex import ehex"
The code is functionally identical, but if you download the new v1.0 package from PyPi you will need to change your import statements. I've tagged the old version in Github as a v0.1.1 release; the new version will be tagged as the v1.0 release.
On PyPi, both ehex-1.0.0 and ehex-0.1.1 are available; if you don't specify a version you get v1.0.0.
- For the current unsimplified version, you import the package into your code with "from ehex.ehex import ehex"
- For the new simplified version, you import the package into your code with "from ehex import ehex"
The code is functionally identical, but if you download the new v1.0 package from PyPi you will need to change your import statements. I've tagged the old version in Github as a v0.1.1 release; the new version will be tagged as the v1.0 release.
On PyPi, both ehex-1.0.0 and ehex-0.1.1 are available; if you don't specify a version you get v1.0.0.