pyfieldml
Copyright 2026 The pyfieldml contributors

This product includes software developed by the pyfieldml contributors
(https://github.com/kchemorion/pyfieldml).

pyfieldml is an independent Python reimplementation of FieldML 0.5. It is
inspired by and validated in CI against the original C++ FieldML-API:

    https://github.com/kchemorion/FieldML-API

The original FieldML-API (tri-licensed under MPL 1.1 / GPL 2.0 / LGPL 2.1)
was developed by:

    - Caton Little (initial author)
    - Alan Wu
    - Richard Christie
    - Andrew Miller
    - Auckland Uniservices Ltd (initial developer)
    - The Auckland Bioengineering Institute, University of Auckland

The FieldML specification and standard library are maintained by the
Physiome Project (https://physiomeproject.org/).

pyfieldml does not incorporate source code from the original FieldML-API.
This NOTICE acknowledges the foundational work that made pyfieldml possible.


Bundled third-party datasets
----------------------------

The following datasets are bundled in src/pyfieldml/datasets/_bundled/ under
their respective licenses, distinct from the Apache 2.0 license of pyfieldml:

- bunny_stanford.fieldml: derived from the Stanford Bunny, originally scanned
  by Greg Turk and Marc Levoy at Stanford University (1994). Available from
  the Stanford 3D Scanning Repository (https://graphics.stanford.edu/data/3Dscanrep/).
  The original README states: "These models may be used for any purpose."
  Effectively public domain.

- femur_bodyparts3d.fieldml: derived from BodyParts3D
  (https://lifesciencedb.jp/bp3d/), maintained by the Database Center for Life
  Science (DBCLS), Japan. Original data (c) The Database Center for Life
  Science, licensed under the Creative Commons Attribution-Share Alike 2.1
  Japan License (https://creativecommons.org/licenses/by-sa/2.1/jp/). The
  bundled FieldML conversion preserves this license; downstream redistributors
  must comply with CC-BY-SA 2.1 JP terms for this file specifically.
