represent strings as ints and vice versa
Project description
stringint is a, BSD licensed, Python library that allows you to represent strings as ints and vice versa.
>>> from stringint import * >>> string_to_int('stringint') 2644870996275670454816921315419928710306414234893680756 >>> int_to_string(_) 'stringint' >>> bytes_to_int(b'stringint') 6852132936324890586740 >>> int_to_bytes(_) b'stringint'
Currently stringint supports Python 3.5. It’s tested on CPython 3.5 and later.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size stringint-0.1.0-py2.py3-none-any.whl (3.2 kB) | File type Wheel | Python version 3.5 | Upload date | Hashes View |
Close
Hashes for stringint-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1541816540b54f4101fb1912b021d3b081a193bccb52364b4bb087001e9d2b2a |
|
MD5 | 325268bb3cd74d25898df1d2d216c586 |
|
BLAKE2-256 | ca1c709c8429deb4e52f18f7c6c8451927b91018b4b78ebb5bcdabe04c531ab3 |