ddx-python 0.0.0__tar.gz → 0.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. {ddx_python-0.0.0 → ddx_python-0.2.0}/Cargo.lock +1 -1
  2. {ddx_python-0.0.0 → ddx_python-0.2.0}/PKG-INFO +1 -1
  3. {ddx_python-0.0.0 → ddx_python-0.2.0}/ddx-python/Cargo.toml +1 -1
  4. {ddx_python-0.0.0 → ddx_python-0.2.0}/Cargo.toml +0 -0
  5. {ddx_python-0.0.0 → ddx_python-0.2.0}/ddx-python/README.md +0 -0
  6. {ddx_python-0.0.0 → ddx_python-0.2.0}/ddx-python/src/decimal.rs +0 -0
  7. {ddx_python-0.0.0 → ddx_python-0.2.0}/ddx-python/src/lib.rs +0 -0
  8. {ddx_python-0.0.0 → ddx_python-0.2.0}/ddx-python/tests/__init__.py +0 -0
  9. {ddx_python-0.0.0 → ddx_python-0.2.0}/ddx-python/tests/decimal/Add_000_001.csv +0 -0
  10. {ddx_python-0.0.0 → ddx_python-0.2.0}/ddx-python/tests/decimal/Add_100_100.csv +0 -0
  11. {ddx_python-0.0.0 → ddx_python-0.2.0}/ddx-python/tests/decimal/Add_111_111.csv +0 -0
  12. {ddx_python-0.0.0 → ddx_python-0.2.0}/ddx-python/tests/decimal/Div_100_100.csv +0 -0
  13. {ddx_python-0.0.0 → ddx_python-0.2.0}/ddx-python/tests/decimal/Div_101_010.csv +0 -0
  14. {ddx_python-0.0.0 → ddx_python-0.2.0}/ddx-python/tests/decimal/Div_110_000.csv +0 -0
  15. {ddx_python-0.0.0 → ddx_python-0.2.0}/ddx-python/tests/decimal/Div_111_110.csv +0 -0
  16. {ddx_python-0.0.0 → ddx_python-0.2.0}/ddx-python/tests/decimal/Div_111_111.csv +0 -0
  17. {ddx_python-0.0.0 → ddx_python-0.2.0}/ddx-python/tests/decimal/Mul_001_000.csv +0 -0
  18. {ddx_python-0.0.0 → ddx_python-0.2.0}/ddx-python/tests/decimal/Mul_010_111.csv +0 -0
  19. {ddx_python-0.0.0 → ddx_python-0.2.0}/ddx-python/tests/decimal/Mul_100_101.csv +0 -0
  20. {ddx_python-0.0.0 → ddx_python-0.2.0}/ddx-python/tests/decimal/Mul_110_001.csv +0 -0
  21. {ddx_python-0.0.0 → ddx_python-0.2.0}/ddx-python/tests/decimal/Mul_111_111.csv +0 -0
  22. {ddx_python-0.0.0 → ddx_python-0.2.0}/ddx-python/tests/decimal/Rem_101_101.csv +0 -0
  23. {ddx_python-0.0.0 → ddx_python-0.2.0}/ddx-python/tests/decimal/Rem_111_000.csv +0 -0
  24. {ddx_python-0.0.0 → ddx_python-0.2.0}/ddx-python/tests/decimal/Rem_111_110.csv +0 -0
  25. {ddx_python-0.0.0 → ddx_python-0.2.0}/ddx-python/tests/decimal/Sub_101_110.csv +0 -0
  26. {ddx_python-0.0.0 → ddx_python-0.2.0}/ddx-python/tests/decimal/Sub_110_011.csv +0 -0
  27. {ddx_python-0.0.0 → ddx_python-0.2.0}/ddx-python/tests/decimal/Sub_111_111.csv +0 -0
  28. {ddx_python-0.0.0 → ddx_python-0.2.0}/ddx-python/tests/decimal_test.py +0 -0
  29. {ddx_python-0.0.0 → ddx_python-0.2.0}/pyproject.toml +0 -0
@@ -1620,7 +1620,7 @@ dependencies = [
1620
1620
 
1621
1621
  [[package]]
1622
1622
  name = "ddx-python"
1623
- version = "0.0.0"
1623
+ version = "0.2.0"
1624
1624
  dependencies = [
1625
1625
  "pyo3",
1626
1626
  "rust_decimal",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: ddx_python
3
- Version: 0.0.0
3
+ Version: 0.2.0
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: Implementation :: PyPy
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "ddx-python"
3
- version = "0.0.0"
3
+ version = "0.2.0"
4
4
  edition = "2021"
5
5
 
6
6
  [lib]
File without changes
File without changes