pydeflate 2.3.0.post0__py3-none-any.whl → 2.3.1__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.
@@ -72,7 +72,9 @@ def _get_deflator(deflator_source_cls, price_kind):
72
72
  data = deflator.pydeflate_data.copy()
73
73
 
74
74
  # Determine the entity column based on use_source_codes
75
- entity_col = "pydeflate_entity_code" if use_source_codes else "pydeflate_iso3"
75
+ entity_col = (
76
+ "pydeflate_entity_code" if use_source_codes else "pydeflate_iso3"
77
+ )
76
78
 
77
79
  # Filter by countries if specified
78
80
  if countries is not None:
@@ -66,7 +66,9 @@ def _get_exchange_rates(exchange_source_cls, **fixed_params):
66
66
  data = exchange.pydeflate_data.copy()
67
67
 
68
68
  # Determine the entity column based on use_source_codes
69
- entity_col = "pydeflate_entity_code" if use_source_codes else "pydeflate_iso3"
69
+ entity_col = (
70
+ "pydeflate_entity_code" if use_source_codes else "pydeflate_iso3"
71
+ )
70
72
 
71
73
  # Filter by countries if specified
72
74
  if countries is not None:
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pydeflate
3
- Version: 2.3.0.post0
3
+ Version: 2.3.1
4
4
  Summary: Package to convert current prices figures to constant prices and vice versa
5
5
  Author: Jorge Rivera
6
6
  Author-email: Jorge Rivera <Jorge.Rivera@one.org>
7
7
  License-Expression: MIT
8
8
  License-File: LICENSE
9
9
  Requires-Dist: hdx-python-country>=3.9.8
10
- Requires-Dist: imf-reader>=1.3.0
10
+ Requires-Dist: imf-reader>=1.4.1
11
11
  Requires-Dist: oda-reader>=1.3.0
12
12
  Requires-Dist: pandas>=2.0
13
13
  Requires-Dist: pandera>=0.20.0
@@ -10,12 +10,12 @@ pydeflate/core/exchange.py,sha256=br6RVgTGa7LW09XemUJZ4Koazf65zuXPQKYKGhS6ROM,85
10
10
  pydeflate/core/source.py,sha256=dZiMqVdUXD6KQ0RuzR4clb7sCPYcCMZOkg9GhhjqppI,4908
11
11
  pydeflate/deflate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
12
  pydeflate/deflate/deflators.py,sha256=qd6afJfVNHpNb12xDfS0TGHg5p4ngH5Tb_CWk6555Us,7768
13
- pydeflate/deflate/get_deflators.py,sha256=rR5lTU_rv2tEPlNEMwGXuUC3vY2fQ5k9MZMvw4T8J5I,8308
13
+ pydeflate/deflate/get_deflators.py,sha256=W1n3tF8FDu40F2D7iFeIdPAZgjMug2KU_-VgEIhGiQ4,8340
14
14
  pydeflate/deflate/legacy_deflate.py,sha256=N9tIuKzVOQtSw5QBeJG6Um86nheLG0yXgdvPVZCmrIA,3900
15
15
  pydeflate/exceptions.py,sha256=31LzEG0aOT41e6S21NvsR2Lt_pozQmVgonqLwvOcn7I,4711
16
16
  pydeflate/exchange/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
17
  pydeflate/exchange/exchangers.py,sha256=HxKM2cqDEArQplww2d-lm-EAbccSMxEovErpkgTunkk,6721
18
- pydeflate/exchange/get_rates.py,sha256=-v9QbKWNKGTtsWqSUXD0j0S2qtan6wtXhu3DQN6akSk,7775
18
+ pydeflate/exchange/get_rates.py,sha256=JhUZpvoFPEvARc-UgpDE6QomBf-DmObVn33fSrYSG1o,7807
19
19
  pydeflate/plugins.py,sha256=fZxO79v4cbbHvsYAvstIC7kk2uSPVCiurXqrS2mukqI,8872
20
20
  pydeflate/protocols.py,sha256=0jVSynQItjt-yv8HSU19RPQrfo1Vgo7Ws1CQfX5ZIaI,4694
21
21
  pydeflate/pydeflate_config.py,sha256=9r8tu-k-XhFMM2x3dQwEjk2dHj-pwdUf6pdvEowbE2I,2725
@@ -28,7 +28,7 @@ pydeflate/sources/dac.py,sha256=RkO_nFZcp8AeSJNFzdBrGqaL2kLVUeXBHTPO6PkUFy0,3824
28
28
  pydeflate/sources/imf.py,sha256=Nu8Gm4wT-FdBpTuaYUrzOC2V3BNP9srNOIuQJ9E16_0,6712
29
29
  pydeflate/sources/world_bank.py,sha256=1DzDlr0Xe0DA0OUsycjwiq-4yMasnP0TneXEK0VmcRw,7281
30
30
  pydeflate/utils.py,sha256=HRVMUuWKS1IpU8lmkvQN1jIMA5-LEFzyEd0ReZSx65k,4252
31
- pydeflate-2.3.0.post0.dist-info/licenses/LICENSE,sha256=8ymAThz7Z4JhjqL6vDwTaoq29tFytQRDkoW3rnTGstI,1075
32
- pydeflate-2.3.0.post0.dist-info/WHEEL,sha256=eh7sammvW2TypMMMGKgsM83HyA_3qQ5Lgg3ynoecH3M,79
33
- pydeflate-2.3.0.post0.dist-info/METADATA,sha256=Wu3cJAVhwFkO_SCraD9lVVm1JDdlphD4k6r3l_agTsE,20561
34
- pydeflate-2.3.0.post0.dist-info/RECORD,,
31
+ pydeflate-2.3.1.dist-info/licenses/LICENSE,sha256=8ymAThz7Z4JhjqL6vDwTaoq29tFytQRDkoW3rnTGstI,1075
32
+ pydeflate-2.3.1.dist-info/WHEEL,sha256=eh7sammvW2TypMMMGKgsM83HyA_3qQ5Lgg3ynoecH3M,79
33
+ pydeflate-2.3.1.dist-info/METADATA,sha256=J1OyZ8ySJQqn6phpBf-xiVUxBvKDv4mvTJFZ5-W2OPY,20555
34
+ pydeflate-2.3.1.dist-info/RECORD,,