aboutsummaryrefslogtreecommitdiff
path: root/trygvis/eda/cli/add_to_db.py
Commit message (Collapse)AuthorAgeFilesLines
* o SPARQL doesn't like blank nodes to generate some URLs for blank nodes from ↵Trygve Laugstøl2016-12-281-11/+22
| | | | KiCAD schematics.
* o Improving CLI output and setup.Trygve Laugstøl2016-12-281-2/+2
| | | | | o Adding 'init' command similar to git's init command. Only configurable item is the database to query. Removing the -d/--db argument to all commands as it's read from the configuration instead. o Adding support for querying a remove SPARQL endpoint.
* o Replacing open_database with with_database to make sure it is closed after ↵Trygve Laugstøl2016-12-271-11/+12
| | | | use.
* o Initial import of some tools for working with KiCAD BOM files and Digi-key.Trygve Laugstøl2016-12-271-0/+17