Requirements
Python 2.5 or later.
Install
$ pip install decimalize
History
1.0.x
First release.
Usage
Basic Example
>>> import decimalize
>>> manager = decimalize.Decimalize('0123456789abcdef')
>>> manager.encode(255)
'ff'
>>> manager.decode('ffff')
65535
Multi Byte Example
Please specify a unicode-string if you use multibyte charset.
>>> import decimalize
>>> manager = decimalize.Decimalize(
... u'あいうえおかきくけこさしすせそたちつてとなにぬねの'
... u'はひふへほまみむめもやゆよらりるれろわをん'
... ) # 46進数
>>> print(manager.encode(500))
さる
>>> manager.decode(u'いぬ')
68
>>> # print(manager.encode(7308313824848881))
>>> # print(manager.encode(2811963241313541391200))
Release files for decimalize 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| decimalize-1.0.1.tar.gz | 2.6 kB | Details |
Release files / decimalize-1.0.1.tar.gz
| Download URL | decimalize-1.0.1.tar.gz |
|---|---|
| Size | 2.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4c023d27de316de82aa7c14d57bfb66639edf1725dd6f84e3c73c78167a62d1d
|
|
BLAKE2b-256 checksum How to use checksums |
dbfa988ba02815f55819034da02fc9dd3514f91d6eb541843c0da0f269416396
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |