Fairly functional JLCPCB parts parser

This commit is contained in:
2021-09-20 21:10:38 -06:00
parent 4f55fe0782
commit ae000e449c
3 changed files with 600 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
ipykernel = "*"
[packages]
pandas = "*"
ipython = "*"
cd = "*"
[requires]
python_version = "3.9"