Skip to main content

No project description provided

Project description

DDX-Python

Rust bindings and utils for use in Python

decimal

Python bindings for rust_decimal. Supports comparison, addition, subtraction, multiplication, division, and remainder. Constructor only supports str.

Usage:

$ python
>>> from ddx_python.decimal import Decimal
>>> d1 = Decimal("8631989.747461568422879160")
>>> d2 = Decimal("12354.867325583148587639999525")
>>> d3 = Decimal("8644344.6147871515714668000000")
>>> d1+d2 == d3
True
>>> d1+d2
Decimal('8644344.614787151571466800000')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

ddx_python-0.2.1-cp310-cp310-macosx_10_12_x86_64.whl (767.0 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

File details

Details for the file ddx_python-0.2.1-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ddx_python-0.2.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 713f82a3ad697982075fbcefea66e50880dd2f2fe57794ebb47febae4812e5ce
MD5 825b8ae2304199c0fe2d1b5910016a60
BLAKE2b-256 4f2ee384dcc6f366b5e3bb00cd783b501b9875ebf435b02b3a3f8fe772fa0a5e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page