thegetty / crom

Python library to make creation of CIDOC CRM easier by mapping classes/predicates to python objects
Apache License 2.0
49 stars 16 forks source link

Improve extract_monetary_amount and add related tests. #107

Closed kasei closed 4 years ago

kasei commented 4 years ago

extract_monetary_amount can now take a mapping table as an argument instead of having hard-coded currency data in cromulent.extract. This will allow the pipeline code to pass in per-project currency mapping data.