Motivation
pynurbs is a python object-oriented library with the purpuse of
Easy-use
Highly reliable
Use of custom types
The third point is the main motivation since there are no other libraries which allows use of custom objects like explained here: Custom objects
For example, the compmec-shape library uses the custom object Point2D and fractions to get exact point position.