pydeflate 2.0.1__py3-none-any.whl → 2.0.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.
- pydeflate/__init__.py +1 -1
- pydeflate/core/exchange.py +0 -2
- {pydeflate-2.0.1.dist-info → pydeflate-2.0.2.dist-info}/METADATA +1 -1
- {pydeflate-2.0.1.dist-info → pydeflate-2.0.2.dist-info}/RECORD +6 -6
- {pydeflate-2.0.1.dist-info → pydeflate-2.0.2.dist-info}/LICENSE +0 -0
- {pydeflate-2.0.1.dist-info → pydeflate-2.0.2.dist-info}/WHEEL +0 -0
pydeflate/__init__.py
CHANGED
pydeflate/core/exchange.py
CHANGED
|
@@ -37,8 +37,6 @@ class Exchange:
|
|
|
37
37
|
self.exchange_data = self.exchange_rate(
|
|
38
38
|
self.source_currency, self.target_currency
|
|
39
39
|
)
|
|
40
|
-
if self.source_currency == "USA":
|
|
41
|
-
self.exchange_data["pydeflate_EXCHANGE_D"] = 1
|
|
42
40
|
|
|
43
41
|
def _get_exchange_rate(self, currency):
|
|
44
42
|
"""Helper function to fetch exchange rates for a given currency."""
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
pydeflate/.pydeflate_data/README.md,sha256=atNtUL9dD8G184YSd6juFib8TgEQBcSLogiz99APPVs,25
|
|
2
|
-
pydeflate/__init__.py,sha256=
|
|
2
|
+
pydeflate/__init__.py,sha256=ucS093TzuhZ6Gxr-GQ4KCMU6RY0vqCZjemGukpcc_kM,975
|
|
3
3
|
pydeflate/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
pydeflate/core/api.py,sha256=-MpFRtn9H99B72M_m3-dwQe9zp0gUkBJJhMaG8iDcBU,14329
|
|
5
5
|
pydeflate/core/deflator.py,sha256=Ax3dmOF3tYRZnkIfFvMMo3SOLgAJHkXSmA-OtIUZkp0,5932
|
|
6
|
-
pydeflate/core/exchange.py,sha256=
|
|
6
|
+
pydeflate/core/exchange.py,sha256=br6RVgTGa7LW09XemUJZ4Koazf65zuXPQKYKGhS6ROM,8535
|
|
7
7
|
pydeflate/core/source.py,sha256=tIN9fAPhhE-6C5Ye608qTMQblm3yva7u5p1nJwepXm4,1724
|
|
8
8
|
pydeflate/deflate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
pydeflate/deflate/deflators.py,sha256=hyLFoX46BAn5m8gTLjw-TFv3x3W6CTQmvmUvq5a_cio,7768
|
|
@@ -19,7 +19,7 @@ pydeflate/sources/dac.py,sha256=ngFiApGZ_tIQg74ogGVTIbGUA0efnF1SYwfUuqGofOQ,3791
|
|
|
19
19
|
pydeflate/sources/imf.py,sha256=10vc8xhNJvANb7RDD1WFn9oaZ8g53yUV5LxCQCz6ImM,6337
|
|
20
20
|
pydeflate/sources/world_bank.py,sha256=YxQgUUDMXlPArIfvYJTjNIAU5_I_OeUYDzc7NtTq9EA,6288
|
|
21
21
|
pydeflate/utils.py,sha256=sfocGBQook3S7gvutCFovknyCv0cV37MHPJB-EMIumQ,2321
|
|
22
|
-
pydeflate-2.0.
|
|
23
|
-
pydeflate-2.0.
|
|
24
|
-
pydeflate-2.0.
|
|
25
|
-
pydeflate-2.0.
|
|
22
|
+
pydeflate-2.0.2.dist-info/LICENSE,sha256=q5tm9mQxwSbV5Ivvjxs7MMqBgan6DM8I4r4irPvmqZM,1075
|
|
23
|
+
pydeflate-2.0.2.dist-info/METADATA,sha256=myZ1BRAU-zIm3N4uLXUslMJuyGFQNWmGmCcIqldOCf8,12582
|
|
24
|
+
pydeflate-2.0.2.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
25
|
+
pydeflate-2.0.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|