The Python modules in this directory are the OWID (Open Web Id) library. They
are copied into the fiftyone_pipeline_did package at build time and are not
part of the 51Degrees source, so they keep their own licence, which is the
Apache License 2.0 in the LICENSE file beside this notice, and not the EUPL
1.2 that covers the rest of the package.

Copyright 2026 51 Degrees Mobile Experts Limited (51degrees.com)

Taken from the 51Degrees fork of the OWID project,
https://github.com/51Degrees/owid-python, at commit
740c59cacba3b822d7bf649b68b68176c6e2efd2
which follows https://github.com/SWAN-community/owid-python.

The modules are placed under the private name _owid so that installing this
package does not claim the top level name "owid", which on PyPI belongs to an
unrelated project. Import OWID from the fork itself rather than from here.
