Francois

Results 136 comments of Francois

I was able to run Ki-nTree with Python3.12 and both: * https://github.com/peeter123/digikey-api/pull/51 * https://github.com/peeter123/digikey-api/pull/47 So not with a single fork... and I haven't tried the Digi-Key API v4, did you?

@T0jan The new Digi-Key API response is slightly different, so Ki-nTree would need to adapt to it. I had created an instance on Digi-Key's developer website to test it out...

@T0jan Awesome thanks 👍

Btw, there was a pending PR which I finally merged. Now that `1.1.4` is out, I think we should be aiming for `1.2.0` to enable Python 3.12 and Digi-Key v4...

Hello @chl33 Thanks for the report and steps to get `1.2.0` running. I'm surprised you encountered an issue with a parameter, Ki-nTree tries to creates the missing on startup, maybe...

Hello @NightSkySK I am not very familiar with TME's API, is it supposed to return prices by default, or does it need some kind of parameter in the call to...

Hello @hurricaneJoef thanks for your work! Is your fork compatible with Python 3.10+ versions or is it exclusive to Python 3.12+ versions?

@hurricaneJoef I am not able to install without the fixes in #47, would you be able to pull those in? The error I get: ``` shell File "/home/francois/development/Ki-nTree/kintree/search/digikey_api.py", line 3,...

> Edit: For now, I am switching to @hurricaneJoef's fork. Here are some commands to do that, in case anyone else wants to: > > ``` > pip uninstall digikey-api...