aboutsummaryrefslogtreecommitdiff
path: root/trygvis
Commit message (Collapse)AuthorAgeFilesLines
* o Adding --force flag to digikey-download-for-schematic.Trygve Laugstøl2017-01-055-26/+36
| | | | o Unbreaking download_product().
* o Better check for db.update_url.Trygve Laugstøl2017-01-051-7/+2
|
* o Don't to Graph.commit() unless this is an updateable SPARQL store.Trygve Laugstøl2017-01-024-7/+11
|
* o Modernized digikey-download-for-schematic so that it works against the ↵Trygve Laugstøl2016-12-281-57/+10
| | | | remote SPARQL endpoint.
* o SPARQL doesn't like blank nodes to generate some URLs for blank nodes from ↵Trygve Laugstøl2016-12-283-26/+57
| | | | KiCAD schematics.
* o Adding 'digikey-download-metadata' tool that downloads everything from ↵Trygve Laugstøl2016-12-2810-97/+130
| | | | Digi-Key. Should support writing directly to database.
* o Improving CLI output and setup.Trygve Laugstøl2016-12-287-66/+194
| | | | | 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-275-40/+47
| | | | use.
* o Adding a 'db-stats' application for summarizing the contents of the database.Trygve Laugstøl2016-12-276-34/+184
| | | | o Starting on make-bom. Extremely slow when using rdflib (~8 minutes), jena is very fast (~50 ms).
* o Initial import of some tools for working with KiCAD BOM files and Digi-key.Trygve Laugstøl2016-12-2715-0/+1060