Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More OWL stuff.HEADmaster | Trygve Laugstøl | 2017-01-09 | 8 | -32/+147 |
| | |||||
* | kicad.owl: making the model look more like kicad's own model. | Trygve Laugstøl | 2017-01-08 | 3 | -72/+82 |
| | |||||
* | Starting on a KiCAD ontology. | Trygve Laugstøl | 2017-01-08 | 9 | -79/+228 |
| | | | | o Supporting many version of a single project. | ||||
* | Renaming 'schematic' to 'project'. | Trygve Laugstøl | 2017-01-07 | 10 | -269/+352 |
| | | | | | | | | | | Renaming 'kicad-bom-to-ttl' to 'kicad-import-project'. Renaming 'digikey-download-for-schematic' to 'digikey-download-for-project'. Splitting out the Export xml file code into its own module. init: putting project.url and project.file in config.ini. init: putting db.update-url in config.ini if given on the command line. kicad-import-project: by default, assume that the user want to update local database, optionally write the ttl file to disk. cli.write_graph: create any missing parent directories. | ||||
* | o More readme. | Trygve Laugstøl | 2017-01-05 | 1 | -3/+10 |
| | |||||
* | o Adding footprint check to make-bom. | Trygve Laugstøl | 2017-01-05 | 1 | -2/+46 |
| | |||||
* | o Adding kicad:footprint when converting BOM to TTL. | Trygve Laugstøl | 2017-01-05 | 2 | -28/+37 |
| | |||||
* | o Adding --force flag to digikey-download-for-schematic. | Trygve Laugstøl | 2017-01-05 | 5 | -26/+36 |
| | | | | o Unbreaking download_product(). | ||||
* | o More readme. | Trygve Laugstøl | 2017-01-05 | 1 | -0/+7 |
| | |||||
* | o Better check for db.update_url. | Trygve Laugstøl | 2017-01-05 | 1 | -7/+2 |
| | |||||
* | o Don't to Graph.commit() unless this is an updateable SPARQL store. | Trygve Laugstøl | 2017-01-02 | 4 | -7/+11 |
| | |||||
* | o Modernized digikey-download-for-schematic so that it works against the ↵ | Trygve Laugstøl | 2016-12-28 | 1 | -57/+10 |
| | | | | remote SPARQL endpoint. | ||||
* | o SPARQL doesn't like blank nodes to generate some URLs for blank nodes from ↵ | Trygve Laugstøl | 2016-12-28 | 3 | -26/+57 |
| | | | | KiCAD schematics. | ||||
* | o Adding 'digikey-download-metadata' tool that downloads everything from ↵ | Trygve Laugstøl | 2016-12-28 | 12 | -99/+155 |
| | | | | Digi-Key. Should support writing directly to database. | ||||
* | o Improving CLI output and setup. | Trygve Laugstøl | 2016-12-28 | 9 | -66/+196 |
| | | | | | 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 | 7 | -36/+197 |
| | | | | 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 | 22 | -0/+1232 |