j-law-python 0.0.7__cp313-cp313-win_amd64.whl

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.
@@ -0,0 +1,12 @@
1
+ """j_law_python — 日本の法令計算ライブラリ(Python バインディング)。
2
+
3
+ `j-law-c-ffi` の C FFI を `ctypes` でラップし、
4
+ datetime.date を受け取るインターフェースを提供する。
5
+
6
+ サブモジュール:
7
+ j_law_python.consumption_tax — 消費税(消費税法 第29条)
8
+ j_law_python.real_estate — 不動産(宅地建物取引業法 第46条)
9
+ j_law_python.income_tax — 所得税(所得税法 第89条)
10
+ j_law_python.stamp_tax — 印紙税(印紙税法 別表第一)
11
+ j_law_python.withholding_tax — 報酬・料金等の源泉徴収(所得税法 第204条)
12
+ """