Giter Site home page Giter Site logo

Comments (4)

honzakutil avatar honzakutil commented on August 26, 2024 1

As I reported in #62, it is possible to install and use kivar cli using pip from the locally created python package.

from kivar.

markh-de avatar markh-de commented on August 26, 2024

I guess that most of the things you've mentioned are not specific to KiVar, but general Python runtime issues on Windows. If I were to use Python on Windows, I'd use WSL (but that's just my personal preference).

Please note that it's not planned to provide the CLI as part of the plugin package. Instead, it will probably be distributed independently via PyPI (pip).

As you mentioned, KiKit does it the same way. First, because KiCad Action Plugins cannot have dependencies (that's a real pity, but I understand how complicated things would get with dependency management). And second, because you don't want to force users into having to run their CLI script from within your KiCad release's plugins directory (or create a symlink to it). There may be even more reasons.

from kivar.

honzakutil avatar honzakutil commented on August 26, 2024

I found only one practical example, when I would like to use kicad-cli on windows:

  • kivar-cli list --detailed board.kicad_pcb - I really like to see a list of componnets affected by given aspect. This was inspiration fof feature request #38

All other features all accessible via gui, so there is no reason to use kivar-cli during board design process. Two main usecases for kivar-cli I can think of are:

  • automated testing of kivar itself
  • usage during automated fabrication data generation to set given assembly variant or to check, if current board state is valid

It is likely, that both usecases will use kicad on linux, maybe kicad_auto. Maybe it is not worth the effort to make kivar-cli to run on windows, perfectly.

from kivar.

markh-de avatar markh-de commented on August 26, 2024

Related to #40

from kivar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.