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
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.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file ddx_python-0.1.2-cp38-abi3-manylinux_2_24_x86_64.whl
.
File metadata
- Download URL: ddx_python-0.1.2-cp38-abi3-manylinux_2_24_x86_64.whl
- Upload date:
- Size: 186.8 kB
- Tags: CPython 3.8+, manylinux: glibc 2.24+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87e275bfc7f5c3840442478df2b95c8fa524f62a431c261eb85cff987d2f777f |
|
MD5 | 5db09849781dce38b30fbcfd82cd50f3 |
|
BLAKE2b-256 | e845073aa4d6567af2bd4c519ba4045fe5ba2ce1312e50e0e8c672c5c1b7161c |