{"library":"svg-path","type":"library","category":null,"description":"svg.path is a collection of objects that implement the different path commands in SVG, and a parser for SVG path definitions. It provides classes for various path segments (Line, Arc, CubicBezier, QuadraticBezier) and a `Path` object to collect them. As of version 7.0, it's actively maintained and frequently updated to reflect improvements and address edge cases in SVG path parsing.","language":"python","status":"active","version":"7.0","tags":["SVG","graphics","path","parser","geometry","vector"],"last_verified":"Thu May 21","install":[{"cmd":"pip install svg.path","imports":["from svg.path import Path","from svg.path import Line","from svg.path import Arc","from svg.path import CubicBezier","from svg.path import QuadraticBezier","from svg.path import Close","from svg.path import parse_path"]}],"homepage":null,"github":"https://github.com/regebro/svg.path","docs":null,"changelog":null,"pypi":"https://pypi.org/project/svg-path/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.6,"avg_import_s":0.02,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/svg-path/compatibility"}}