Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Adding 'digikey-download-metadata' tool that downloads everything from ↵ | Trygve Laugstøl | 2016-12-28 | 10 | -97/+130 |
| | | | | Digi-Key. Should support writing directly to database. | ||||
* | o Improving CLI output and setup. | Trygve Laugstøl | 2016-12-28 | 7 | -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øl | 2016-12-27 | 5 | -40/+47 |
| | | | | use. | ||||
* | o Adding a 'db-stats' application for summarizing the contents of the database. | Trygve Laugstøl | 2016-12-27 | 6 | -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øl | 2016-12-27 | 15 | -0/+1060 |