followthemoney 3.6.2__py2.py3-none-any.whl → 3.6.3__py2.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.

Potentially problematic release.


This version of followthemoney might be problematic. Click here for more details.

@@ -3,7 +3,7 @@ import os
3
3
  from followthemoney.model import Model
4
4
  from followthemoney.util import set_model_locale
5
5
 
6
- __version__ = "3.6.2"
6
+ __version__ = "3.6.3"
7
7
 
8
8
 
9
9
  model_path = os.path.dirname(__file__)
@@ -1,10 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: followthemoney
3
- Version: 3.6.2
3
+ Version: 3.6.3
4
+ Summary: UNKNOWN
4
5
  Home-page: https://followthemoney.tech/
5
6
  Author: Organized Crime and Corruption Reporting Project
6
7
  Author-email: data@occrp.org
7
8
  License: MIT
9
+ Platform: UNKNOWN
8
10
  Classifier: Intended Audience :: Developers
9
11
  Classifier: Operating System :: OS Independent
10
12
  Classifier: Programming Language :: Python
@@ -125,3 +127,5 @@ or `major` arguments.
125
127
  When the schema is updated, please update the docs, ideally including the
126
128
  diagrams. For the RDF namespace and JavaScript version of the model,
127
129
  run `make generate`.
130
+
131
+
@@ -1,4 +1,4 @@
1
- followthemoney/__init__.py,sha256=3LtFiEIAlJAS2fmNN_ehlGHVsZV0kyknoS-vI0-2Bf4,360
1
+ followthemoney/__init__.py,sha256=Ru-HFx_mathtuLCnlY1uDlSe3iwytuOu6Lx4OYkzdsw,360
2
2
  followthemoney/compare.py,sha256=1GFkCfTzA8QR0CH90kvySR8hvl9hQRUerW5Xw2Ivmpg,5134
3
3
  followthemoney/exc.py,sha256=ynZs_UnTVxHR-iBfat_CpVLraYzVX5yLtVf5Ti14hl4,734
4
4
  followthemoney/graph.py,sha256=VNDKrUBkz_-DmKsr5v-Xm8VfxzabnTwkU_MFk92_TjA,10848
@@ -177,10 +177,10 @@ tests/types/test_phones.py,sha256=_GTl-0r5hok8ovUJPRqP7k9kJYMVbanjYUMLrbzFb5U,11
177
177
  tests/types/test_registry.py,sha256=IkrHjrEiIIPd4PdMFUg_jVh_gsE6CzGXIF8s3LIbnl0,296
178
178
  tests/types/test_topic.py,sha256=m35GSwTy-r77YACGDDac09nYLBIUua42Dy7z292m9EU,707
179
179
  tests/types/test_urls.py,sha256=JVmzJ0DKDBle_xLjmOHn0hgDTCpLmljrcfbOM1GSGRw,1170
180
- followthemoney-3.6.2.dist-info/LICENSE,sha256=Jln3uF70A9AQySyrP9JAW6sQTubLoKVQunvuJqISv7w,1098
181
- followthemoney-3.6.2.dist-info/METADATA,sha256=xdKAYv9cu_ddZlqh44U2eOIl172IxWDHPb22Sx0CAx4,4494
182
- followthemoney-3.6.2.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
183
- followthemoney-3.6.2.dist-info/entry_points.txt,sha256=wpgi-5-jyqCy-yw0eYZbnhBuPja_q3RJmiEl7NymXtQ,593
184
- followthemoney-3.6.2.dist-info/namespace_packages.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
185
- followthemoney-3.6.2.dist-info/top_level.txt,sha256=O33_kGPehy6-69B_k01UgMK55_JOhwqe2de7ND23b-Y,21
186
- followthemoney-3.6.2.dist-info/RECORD,,
180
+ followthemoney-3.6.3.dist-info/LICENSE,sha256=Jln3uF70A9AQySyrP9JAW6sQTubLoKVQunvuJqISv7w,1098
181
+ followthemoney-3.6.3.dist-info/METADATA,sha256=PnmKcbdLJCAp9mmFGW_WYJg78Qd9WFRu_3G6rlxPlqc,4531
182
+ followthemoney-3.6.3.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
183
+ followthemoney-3.6.3.dist-info/entry_points.txt,sha256=ONq-BcCB8Cnk_K1nvWqJPKSRm6sDW0RibLFp0gGtz-k,594
184
+ followthemoney-3.6.3.dist-info/namespace_packages.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
185
+ followthemoney-3.6.3.dist-info/top_level.txt,sha256=O33_kGPehy6-69B_k01UgMK55_JOhwqe2de7ND23b-Y,21
186
+ followthemoney-3.6.3.dist-info/RECORD,,
@@ -15,3 +15,4 @@ gexf = followthemoney.cli.exports:export_gexf
15
15
  mapping = followthemoney.cli.mapping:run_mapping
16
16
  rdf = followthemoney.cli.exports:export_rdf
17
17
  sieve = followthemoney.cli.sieve:sieve
18
+