policyengine-uk 2.43.0__py3-none-any.whl → 2.43.2__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.
@@ -45,11 +45,12 @@ class winter_fuel_allowance(Variable):
45
45
  )
46
46
 
47
47
  meets_mtb_requirement = (
48
- on_mtb | ~wfp.eligibility.require_benefits | meets_income_passport
48
+ on_mtb
49
+ | (not wfp.eligibility.require_benefits)
50
+ | meets_income_passport
49
51
  )
50
- meets_spa_requirement = (
51
- household.any(is_SP_age)
52
- | ~wfp.eligibility.state_pension_age_requirement
52
+ meets_spa_requirement = household.any(is_SP_age) | (
53
+ not wfp.eligibility.state_pension_age_requirement
53
54
  )
54
55
  meets_higher_age_requirement = household.any(
55
56
  age >= wfp.eligibility.higher_age_requirement
@@ -1,22 +1,29 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: policyengine-uk
3
- Version: 2.43.0
3
+ Version: 2.43.2
4
4
  Summary: PolicyEngine tax and benefit system for the UK
5
5
  Project-URL: Homepage, https://github.com/PolicyEngine/policyengine-uk
6
6
  Project-URL: Repository, https://github.com/PolicyEngine/policyengine-uk
7
+ Project-URL: Issues, https://github.com/PolicyEngine/policyengine-uk/issues
8
+ Project-URL: Changelog, https://github.com/PolicyEngine/policyengine-uk/blob/master/CHANGELOG.md
7
9
  Author-email: PolicyEngine <nikhil@policyengine.org>
8
- Maintainer-email: Nikhil Woodruff <nikhil.woodruff@outlook.com>
9
- License: AGPL-3.0
10
+ Maintainer-email: Nikhil Woodruff <nikhil@policyengine.org>
11
+ License-Expression: AGPL-3.0
10
12
  License-File: LICENSE
11
13
  Keywords: benefit,microsimulation,social,tax
12
14
  Classifier: Development Status :: 5 - Production/Stable
13
15
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
14
16
  Classifier: Operating System :: POSIX
15
17
  Classifier: Programming Language :: Python
18
+ Classifier: Programming Language :: Python :: 3.10
19
+ Classifier: Programming Language :: Python :: 3.11
20
+ Classifier: Programming Language :: Python :: 3.12
21
+ Classifier: Programming Language :: Python :: 3.13
16
22
  Classifier: Topic :: Scientific/Engineering :: Information Analysis
17
23
  Requires-Python: >=3.10
18
- Requires-Dist: microdf-python>=1.0.0
19
- Requires-Dist: policyengine-core>=3.6.4
24
+ Requires-Dist: microdf-python>=1.0.2
25
+ Requires-Dist: policyengine-core>=3.19.3
26
+ Requires-Dist: pydantic>=2.11.7
20
27
  Provides-Extra: dev
21
28
  Requires-Dist: black; extra == 'dev'
22
29
  Requires-Dist: coverage; extra == 'dev'
@@ -855,7 +855,7 @@ policyengine_uk/variables/gov/dwp/student_payments.py,sha256=DkHigY4bNofKucCSSZD
855
855
  policyengine_uk/variables/gov/dwp/tax_credits.py,sha256=i9_4SmPY-NQMu5uUNzsWTRK3_U5QZVEc52V_gFnLuMc,584
856
856
  policyengine_uk/variables/gov/dwp/tax_credits_applicable_income.py,sha256=dWxPPtQYfdP9JjrmC5DBqOMOMMJtCvahSOkaBXUEoyg,1328
857
857
  policyengine_uk/variables/gov/dwp/tax_credits_reduction.py,sha256=H7Dtfga6Bh49hqPEdyqUYUoj5ZA_anBXk1rP1dY9twM,841
858
- policyengine_uk/variables/gov/dwp/winter_fuel_allowance.py,sha256=20nsmxZC3Hk4FZR6mcV1WDQB2knEr2H-gD3oQMRPPc8,2326
858
+ policyengine_uk/variables/gov/dwp/winter_fuel_allowance.py,sha256=S3Zr7e0YndHx_svXZNua3T9Pm2pqfqqjyojy8O_7uUI,2346
859
859
  policyengine_uk/variables/gov/dwp/winter_fuel_allowance_reported.py,sha256=kXsOG2hGYZ6uZKWtKlDgL_bgz-L8cLgSWA4x9nYw-lA,288
860
860
  policyengine_uk/variables/gov/dwp/working_tax_credit.py,sha256=I0KQwybLrpyKTc7hMGFI3c2itFap-QXHv_S3IgfJLeY,266
861
861
  policyengine_uk/variables/gov/dwp/working_tax_credit_pre_minimum.py,sha256=HJSC1BxmunGJYs3Ja8Avi_iSHlbBR6I6FRlYDhQgXyI,561
@@ -1373,10 +1373,7 @@ policyengine_uk/variables/misc/spi_imputed.py,sha256=iPVlBF_TisM0rtKvO-3-PQ2UYCe
1373
1373
  policyengine_uk/variables/misc/uc_migrated.py,sha256=zFNcUJaO8gwmbL1iY9GKgUt3G6J9yrCraqBV_5dCvlM,306
1374
1374
  policyengine_uk/variables/misc/categories/lower_middle_or_higher.py,sha256=C54tHYz2DmOyvQYCC1bF8RJwRZinhAq_e3aYC-9F5fM,157
1375
1375
  policyengine_uk/variables/misc/categories/lower_or_higher.py,sha256=81NIbLLabRr9NwjpUZDuV8IV8_mqmp5NM-CZvt55TwE,129
1376
- policyengine_uk-2.43.0.data/data/share/openfisca/openfisca-country-template/CHANGELOG.md,sha256=PQth_bhEgN2NEdwHaelS1QTnRcLNs7UQ2pU6N2vDfeU,58635
1377
- policyengine_uk-2.43.0.data/data/share/openfisca/openfisca-country-template/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
1378
- policyengine_uk-2.43.0.data/data/share/openfisca/openfisca-country-template/README.md,sha256=PCy7LRLdUDQS8U4PaeHeBVnyBZAqHv1dAVDDvEcom20,1976
1379
- policyengine_uk-2.43.0.dist-info/METADATA,sha256=E5g6_HGNjojCeqgn6FQlL1vk8HQ6d3hiKcykskekZU4,3502
1380
- policyengine_uk-2.43.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1381
- policyengine_uk-2.43.0.dist-info/licenses/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
1382
- policyengine_uk-2.43.0.dist-info/RECORD,,
1376
+ policyengine_uk-2.43.2.dist-info/METADATA,sha256=gM6cSwX8bQk0XtTzVCzRKyBHlJJ5BLVd3-RRFbzTz_k,3919
1377
+ policyengine_uk-2.43.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1378
+ policyengine_uk-2.43.2.dist-info/licenses/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
1379
+ policyengine_uk-2.43.2.dist-info/RECORD,,