followthemoney-store
This library provides methods to store, fetch and list entities formatted as
followthemoney data as datasets stored in a SQL backend.
Usage
Command-line usage
# Insert a bunch of FtM entities into a store:
$ cat ftm-entities.ijson | ftm store write -d my_dataset
# Re-create the entities in aggregated form:
$ ftm store iterate -d my_dataset | alephclient write-entities -f my_dataset
If you don't want to keep the balkhash dataset generated above, there's a shortcut that combines the write and iterate functions:
$ cat ftm-entities.ijson | ftm store aggregate | alephclient write-entities -f my_dataset
Python Library
from ftmstore import Dataset
dataset = Dataset("US-OFAC")
dataset.put(entity, fragment='1')
Release files for followthemoney-store 3.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| followthemoney-store-3.1.0.tar.gz | 7.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| followthemoney_store-3.1.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 16.9 kB
Release files / followthemoney-store-3.1.0.tar.gz
| Download URL | followthemoney-store-3.1.0.tar.gz |
|---|---|
| Size | 7.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4c8e05ddbec4eb729670e813f2e0d768c79229fa2bea6458de87897d51cf5908
|
|
BLAKE2b-256 checksum How to use checksums |
41a2da216ac581c6ce47ddd6e995aa90c212a2a7d96e21d4a7b49b7aa2d74fbd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.2
|
Release files / followthemoney_store-3.1.0-py2.py3-none-any.whl
| Download URL | followthemoney_store-3.1.0-py2.py3-none-any.whl |
|---|---|
| Size | 9.5 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
93a021f5c822dfcc21e85bf2291494d96f50c53dfceeb9a86418c6a99feaab82
|
|
BLAKE2b-256 checksum How to use checksums |
3b04a30b26fa3c53263f5588657f2e22ead2d0b84bf674e8feecbcccd653d336
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.2
|