binary-repr

Converts integers to binary representation.


Keywords
binary-repr
License
MIT
Install
pip install binary-repr==0.1.0

Documentation

Binary Representation

Documentation Status

Converts integers to binary representation.

Yes, a Cython spinoff of numpy.binary_repr function.

Features

  • TODO * this provides binary_repr function INT/LONG -> BYTES 1/0's

    • handle fixed width
    • signed/unsigned
    • the inverse binary repr is integer_repr BYTES -> LONG * unsigned / signed * always long

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.