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

Moved parsing/extraction and modeling code into cromulent.extract #65

Closed kasei closed 5 years ago

kasei commented 5 years ago

Copy-paste from pipeline. extract_physical_dimensions is the primary entry-point for the dimension parsing.

kasei commented 5 years ago

I notice the use of f'' strings is causing CI to fail on pythons <3.6.