followthemoney 3.7.2__tar.gz → 3.7.4__tar.gz
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.
- {followthemoney-3.7.2/followthemoney.egg-info → followthemoney-3.7.4}/PKG-INFO +1 -1
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/__init__.py +1 -1
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/export/csv.py +1 -1
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/types/country.py +9 -1
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/types/name.py +1 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/util.py +1 -5
- {followthemoney-3.7.2 → followthemoney-3.7.4/followthemoney.egg-info}/PKG-INFO +1 -1
- {followthemoney-3.7.2 → followthemoney-3.7.4}/setup.py +1 -1
- {followthemoney-3.7.2 → followthemoney-3.7.4}/LICENSE +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/MANIFEST.in +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/README.md +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/cli/__init__.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/cli/aggregate.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/cli/cli.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/cli/exports.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/cli/mapping.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/cli/sieve.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/cli/util.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/compare.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/exc.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/export/__init__.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/export/common.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/export/excel.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/export/graph.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/export/neo4j.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/export/rdf.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/graph.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/helpers.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/mapping/__init__.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/mapping/csv.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/mapping/entity.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/mapping/property.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/mapping/query.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/mapping/source.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/mapping/sql.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/messages.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/model.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/namespace.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/offshore.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/ontology.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/property.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/proxy.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/py.typed +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/rdf.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Address.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Airplane.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Analyzable.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Article.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Assessment.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Asset.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Associate.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Audio.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/BankAccount.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Call.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/CallForTenders.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Company.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Contract.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/ContractAward.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/CourtCase.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/CourtCaseParty.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/CryptoWallet.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Debt.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Directorship.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Document.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Documentation.yml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/EconomicActivity.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Email.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Employment.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Event.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Family.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Folder.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/HyperText.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Identification.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Image.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Interest.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Interval.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/LegalEntity.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/License.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Membership.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Mention.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Message.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Note.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Occupancy.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Organization.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Ownership.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Package.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Page.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Pages.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Passport.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Payment.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Person.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/PlainText.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Position.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Post.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Project.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/ProjectParticipant.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/PublicBody.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/RealEstate.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Representation.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Sanction.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Security.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Similar.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Succession.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Table.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/TaxRoll.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Thing.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Trip.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/UnknownLink.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/UserAccount.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Value.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Vehicle.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Vessel.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Video.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema/Workbook.yaml +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/schema.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/translations/ar/LC_MESSAGES/followthemoney.mo +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/translations/ar/LC_MESSAGES/followthemoney.po +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/translations/bs/LC_MESSAGES/followthemoney.mo +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/translations/bs/LC_MESSAGES/followthemoney.po +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/translations/de/LC_MESSAGES/followthemoney.mo +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/translations/de/LC_MESSAGES/followthemoney.po +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/translations/es/LC_MESSAGES/followthemoney.mo +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/translations/es/LC_MESSAGES/followthemoney.po +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/translations/fr/LC_MESSAGES/followthemoney.mo +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/translations/fr/LC_MESSAGES/followthemoney.po +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/translations/fr/followthemoney.po +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/translations/messages.pot +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/translations/nb/LC_MESSAGES/followthemoney.mo +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/translations/nb/LC_MESSAGES/followthemoney.po +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/translations/nl/LC_MESSAGES/followthemoney.mo +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/translations/nl/LC_MESSAGES/followthemoney.po +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/translations/pt_BR/LC_MESSAGES/followthemoney.mo +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/translations/pt_BR/LC_MESSAGES/followthemoney.po +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/translations/ru/LC_MESSAGES/followthemoney.mo +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/translations/ru/LC_MESSAGES/followthemoney.po +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/translations/ru/followthemoney.po +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/translations/tr/LC_MESSAGES/followthemoney.mo +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/translations/tr/LC_MESSAGES/followthemoney.po +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/types/__init__.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/types/address.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/types/checksum.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/types/common.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/types/date.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/types/email.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/types/entity.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/types/gender.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/types/iban.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/types/identifier.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/types/ip.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/types/json.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/types/language.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/types/mimetype.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/types/number.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/types/phone.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/types/registry.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/types/string.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/types/topic.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/types/url.py +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney.egg-info/SOURCES.txt +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney.egg-info/dependency_links.txt +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney.egg-info/entry_points.txt +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney.egg-info/namespace_packages.txt +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney.egg-info/not-zip-safe +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney.egg-info/requires.txt +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney.egg-info/top_level.txt +0 -0
- {followthemoney-3.7.2 → followthemoney-3.7.4}/setup.cfg +0 -0
|
@@ -28,6 +28,7 @@ class CountryType(EnumType):
|
|
|
28
28
|
names = {
|
|
29
29
|
"zz": gettext("Global"),
|
|
30
30
|
"eu": gettext("European Union"),
|
|
31
|
+
"un": gettext("United Nations"),
|
|
31
32
|
"zr": gettext("Zaire"),
|
|
32
33
|
# Overwrite "Czechia" label:
|
|
33
34
|
"cz": gettext("Czech Republic"),
|
|
@@ -45,8 +46,9 @@ class CountryType(EnumType):
|
|
|
45
46
|
"so-som": gettext("Somaliland"),
|
|
46
47
|
"cy-trnc": gettext("Northern Cyprus"),
|
|
47
48
|
"az-nk": gettext("Nagorno-Karabakh"),
|
|
49
|
+
"iq-kr": gettext("Kurdistan"),
|
|
48
50
|
"cn-xz": gettext("Tibet"),
|
|
49
|
-
"
|
|
51
|
+
"cq": gettext("Sark"),
|
|
50
52
|
"gb-wls": gettext("Wales"),
|
|
51
53
|
"gb-sct": gettext("Scotland"),
|
|
52
54
|
"gb-nir": gettext("Northern Ireland"),
|
|
@@ -61,6 +63,12 @@ class CountryType(EnumType):
|
|
|
61
63
|
int(code)
|
|
62
64
|
except ValueError:
|
|
63
65
|
names[code] = label
|
|
66
|
+
# Remove some ISO-3611 codes that are not countries:
|
|
67
|
+
names.pop("xa", None)
|
|
68
|
+
names.pop("xb", None)
|
|
69
|
+
names.pop("qo", None)
|
|
70
|
+
names.pop("ea", None)
|
|
71
|
+
names.pop("ez", None)
|
|
64
72
|
return names
|
|
65
73
|
|
|
66
74
|
def clean_text(
|
|
@@ -18,12 +18,8 @@ DEFAULT_LOCALE = "en"
|
|
|
18
18
|
T = TypeVar("T")
|
|
19
19
|
K = TypeVar("K")
|
|
20
20
|
V = TypeVar("V")
|
|
21
|
-
try:
|
|
22
|
-
# Work-around for Python 3.8 backward compat:
|
|
23
|
-
PathLike = Union[str, os.PathLike[str]]
|
|
24
|
-
except TypeError:
|
|
25
|
-
PathLike = Union[str, os.PathLike] # type: ignore
|
|
26
21
|
|
|
22
|
+
PathLike = Union[str, os.PathLike[str]]
|
|
27
23
|
i18n_path = os.path.join(os.path.dirname(__file__), "translations")
|
|
28
24
|
state = local()
|
|
29
25
|
log = logging.getLogger(__name__)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/translations/fr/followthemoney.po
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney/translations/ru/followthemoney.po
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{followthemoney-3.7.2 → followthemoney-3.7.4}/followthemoney.egg-info/namespace_packages.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|