hexathon

Common and uncommon hex string operations for python3
git clone git://git.defalsify.org/python-hexathon.git
Log | Files | Refs | LICENSE

setup.py (130B)


      1 from setuptools import setup
      2 
      3 setup(
      4         packages=[
      5             'hexathon',
      6             ],
      7         license='WTFPL',
      8         )