aboutsummaryrefslogtreecommitdiff
path: root/trygvis/eda/cli/make_bom.py
Commit message (Collapse)AuthorAgeFilesLines
* kicad.owl: making the model look more like kicad's own model.Trygve Laugstøl2017-01-081-46/+62
|
* Starting on a KiCAD ontology.Trygve Laugstøl2017-01-081-19/+65
| | | | o Supporting many version of a single project.
* Renaming 'schematic' to 'project'.Trygve Laugstøl2017-01-071-13/+13
| | | | | | | | | | 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 Adding footprint check to make-bom.Trygve Laugstøl2017-01-051-2/+46
|
* o Adding --force flag to digikey-download-for-schematic.Trygve Laugstøl2017-01-051-1/+1
| | | | o Unbreaking download_product().
* 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-5/+7
| | | | use.
* o Adding a 'db-stats' application for summarizing the contents of the database.Trygve Laugstøl2016-12-271-18/+102
| | | | 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-271-0/+21