yaqwsx / PcbDraw

Convert your KiCAD board into a nicely looking 2D drawing suitable for pinout diagrams
MIT License
1.13k stars 90 forks source link

Rare YAML parser #34

Closed set-soft closed 4 years ago

set-soft commented 4 years ago

The current setup uses pyaml package, this is: Pretty YAML

This is a version of the popular PyYAML package ( PyYAML ) modified to emit prettier YAML.

But PcbDraw only parses YAML, never dumps it. So I don't see the point of using a rare dependency.

To illustrate my point, according to Debian voting system PyYAML has 26925 installations and 12527 votes. Which far more than what pyaml has: 58 installations and 4 votes.

I sugest replacing pyaml by pyyaml in setup.py

yaqwsx commented 4 years ago

You are right. The dependency was changed in d20258f