aboutsummaryrefslogtreecommitdiff
path: root/trygvis/eda/cli/init.py
Commit message (Collapse)AuthorAgeFilesLines
* Renaming 'schematic' to 'project'.Trygve Laugstøl2017-01-071-6/+64
| | | | | | | | | | 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 Improving CLI output and setup.Trygve Laugstøl2016-12-281-0/+29
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.