Skip to main content

No project description provided

Project description

Follow the Money

ftm-build

This repository contains a pragmatic data model for the entities most commonly used in investigative reporting: people, companies, assets, payments, court cases, etc.

The purpose of this is not to model reality in an ideal data model, but rather to have a working data structure for researchers.

followthemoney also contains code used to validate and normalize many of the elements of data, and to map tabular data into the model.

Documentation

For a general introduction to followthemoney, check the high-level introduction:

Part of this package is a command-line tool that can be used to process and transform data in various ways. You can find a tutorial here:

Besides the introductions, there is also a full reference documentation for the library and the contained ontology:

There's also a number of viewers for the RDF schema definitions generated from FollowTheMoney, e.g.:

Development environment

For local development with a virtualenv:

python3 -mvenv .env
source .env/bin/activate
pip install -e ".[dev]"

Now you can run the tests with

make test

Releasing

We release a lot of version of followthemoney because even small changes to the code base require a pypi release to begin being used in aleph. To this end, here's the steps for making a release:

git pull --rebase
make build
make test
git add . && git commit -m "Updating translation files"
bumpversion patch
git push --atomic origin main $(git describe --tags --abbrev=0)

This will create a new patch release and upload a distribution of it. If the changes are more significant, you can run bumpversion with the minor or major arguments.

When the schema is updated, please update the docs, ideally including the diagrams. For the RDF namespace and JavaScript version of the model, run make generate.

Project details


Release history Release notifications | RSS feed

This version

3.5.8

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

followthemoney-3.5.8.tar.gz (404.2 kB view details)

Uploaded Source

Built Distribution

followthemoney-3.5.8-py2.py3-none-any.whl (475.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file followthemoney-3.5.8.tar.gz.

File metadata

  • Download URL: followthemoney-3.5.8.tar.gz
  • Upload date:
  • Size: 404.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for followthemoney-3.5.8.tar.gz
Algorithm Hash digest
SHA256 4aebcefd11def951f08bb9a892d53f27a48574f40c07334282eaab299ebd6073
MD5 edd81eb9638e275878980893466007ff
BLAKE2b-256 894c065ca817ae2aa12cb390daf5782a8a64d2538d999c3e83dd620d70b35d15

See more details on using hashes here.

File details

Details for the file followthemoney-3.5.8-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for followthemoney-3.5.8-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 995b10c444d601083794ca13bf24525593bf52f872156a22486e810b62d18f68
MD5 7b1cee79dae3c2ee3ff7f96595146935
BLAKE2b-256 0a48a3a24ae4ce9e3d8fbe729452d3fd62ae32dbb8a636a3952e9f3564f34ddc

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page