-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for TME #76
Comments
This site understand the manufacture part number? (that identify a IC model + packge + work temperature ..., for example) I did not know this distributor. |
Yes it is. Here is an example |
Hi, I've recently started working on this feature, because I need TME as well:) It seems to be quite straightforward (copy existing distributor implementation and go through TME's HTML structure). Have you already started? It would be a pity to duplicate the effort. |
No, I didn't started. Ok, so how do you suggest to collaborate? I also noticed that TME delivers API. I looked on it and it seems to be an access to their database. Please look at this https://developers.tme.eu . Maybe it would be simpler to use it. |
Dear @adamheinrich, |
@maciekKuba I've just pushed my code from last week to https://github.com/adamheinrich/KiCost/tree/distributor-tme-dev. It seems to work, but it needs to be properly tested (and there are some TODO notes such as handling of all possible errors). It would be nice to test it against some real-world BOMs with large portion of partnumbers available at TME. Also, I made the code dependent on the The API requires registration and API key, which might be unwanted for this kind of application (each user would have to obtain her own API key as the key shall not be shared according to the documentation). @hildogjr I'm affraid that this should be done by someone with deeper knowledge of both Python and KiCost internals... |
@maciekKuba , yes, I total agree, Because this I preferred propose in the forum and not in my pull request. I jut think that if they standardize all, make more easy to us add new module (if you see the |
Closed! |
I would like to add support for tme.eu distributor. I don't have much experience with python but I'm ready to learn. With some tips I hope I will manage developing it.
The text was updated successfully, but these errors were encountered: