python-taxes 0.2.0__py3-none-any.whl → 0.4.0__py3-none-any.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.
- {python_taxes-0.2.0.dist-info → python_taxes-0.4.0.dist-info}/METADATA +8 -4
- {python_taxes-0.2.0.dist-info → python_taxes-0.4.0.dist-info}/RECORD +4 -4
- {python_taxes-0.2.0.dist-info → python_taxes-0.4.0.dist-info}/LICENSE +0 -0
- {python_taxes-0.2.0.dist-info → python_taxes-0.4.0.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: python-taxes
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.4.0
|
4
4
|
Summary: A Python library for calculating US Social Security, Medicare, and Federal Income taxes.
|
5
5
|
License: MIT License
|
6
6
|
|
@@ -25,7 +25,7 @@ License: MIT License
|
|
25
25
|
SOFTWARE.
|
26
26
|
Author: Stacy Noland
|
27
27
|
Author-email: 46572585+stacynoland@users.noreply.github.com
|
28
|
-
Requires-Python: >=3.
|
28
|
+
Requires-Python: >=3.10,<4.0
|
29
29
|
Classifier: Development Status :: 4 - Beta
|
30
30
|
Classifier: Intended Audience :: Developers
|
31
31
|
Classifier: Intended Audience :: Information Technology
|
@@ -34,8 +34,11 @@ Classifier: Operating System :: OS Independent
|
|
34
34
|
Classifier: Programming Language :: Python
|
35
35
|
Classifier: Programming Language :: Python :: 3
|
36
36
|
Classifier: Programming Language :: Python :: 3 :: Only
|
37
|
+
Classifier: Programming Language :: Python :: 3.10
|
38
|
+
Classifier: Programming Language :: Python :: 3.11
|
37
39
|
Classifier: Programming Language :: Python :: 3.12
|
38
40
|
Classifier: Programming Language :: Python :: 3.13
|
41
|
+
Classifier: Typing :: Typed
|
39
42
|
Classifier: Topic :: Software Development :: Libraries
|
40
43
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
41
44
|
Requires-Dist: pydantic (>=2.11.3,<3.0.0)
|
@@ -44,8 +47,9 @@ Project-URL: Source, https://github.com/stacynoland/python-taxes
|
|
44
47
|
Description-Content-Type: text/markdown
|
45
48
|
|
46
49
|

|
47
|
-

|
51
|
+
[](https://github.com/stacynoland/python-taxes/releases)
|
52
|
+

|
49
53
|
[](https://github.com/stacynoland/python-taxes/actions/workflows/test.yml)
|
50
54
|

|
51
55
|
[](https://python-poetry.org/)
|
@@ -10,7 +10,7 @@ python_taxes/federal/income/tables/percentage/automated/married.py,sha256=BG6bRO
|
|
10
10
|
python_taxes/federal/income/tables/percentage/automated/single.py,sha256=DyZXPLnY3XQxMxCSLRdUR1oZuxAg7qpdHKCk1g0zt64,8765
|
11
11
|
python_taxes/federal/medicare.py,sha256=_xspuO9cWr6X5gLCgxS3IMQFWOid1PCrFTo-kmxoqmQ,2882
|
12
12
|
python_taxes/federal/social_security.py,sha256=ZTDY0hY7EK7S1ES8G6Ax7itRSD5kaPJdxRB0SJrpWaw,1892
|
13
|
-
python_taxes-0.
|
14
|
-
python_taxes-0.
|
15
|
-
python_taxes-0.
|
16
|
-
python_taxes-0.
|
13
|
+
python_taxes-0.4.0.dist-info/LICENSE,sha256=qXDZCZ5wi5heCp0R_uncT3yCAHireFaSFQjphGDMFU0,1090
|
14
|
+
python_taxes-0.4.0.dist-info/METADATA,sha256=oMHrlEhC-a42CK3MVCzdfYMC_qX8CnJ_3uPJSWWV0j8,7034
|
15
|
+
python_taxes-0.4.0.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
16
|
+
python_taxes-0.4.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|