summaryrefslogtreecommitdiff
path: root/misc/pylib/robofab/misc/__init__.py
blob: 5ed66a4e492b205aa63f347c4fb872f683f21fd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
"""

    arrayTools and bezierTools, originally from fontTools and using Numpy,
    now in a pure python implementation. This should ease the Numpy dependency
    for normal UFO input/output and basic scripting tasks.
    
    comparison test and speedtest provided.

"""