https://github.com/fluepke/jlcsmt_parts
Parts Library from JLCB SMT
https://github.com/fluepke/jlcsmt_parts
Last synced: 8 months ago
JSON representation
Parts Library from JLCB SMT
- Host: GitHub
- URL: https://github.com/fluepke/jlcsmt_parts
- Owner: Fluepke
- Created: 2019-10-12T14:50:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T15:04:31.000Z (about 6 years ago)
- Last Synced: 2025-02-02T01:33:41.069Z (10 months ago)
- Language: Python
- Size: 2.51 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JLCSMT parts library
This repository contains a script `fetch_parts.py` to fetch all parts that [JLC SMT](https://jlcpcb.com/smt-assembly) offers.
Usage: `fetch_parts.py [keyword]`
Use `fetch_parts.py ''` to fetch all the parts.
Progress is print to **stderr**.
Use `| jq 'map(select(.componentLibraryType == "base"))'` to filter for the basic parts.
* `jlcsmt_parts.json` contains (probably) all the parts. **Count: 32860**
* `jlcsmt_basic_parts.json` contains (probably) all the basic parts. **Count: 672**