Skip to main content

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)

Source distribution for decimalize 1.0.1
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

Release history Release notifications | RSS feed

This release

1.0.1 This release

1 release file

1.0.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page