Hi, nice to meet you everybody. Currently I'm wor...
# sky130
p
Hi, nice to meet you everybody. Currently I'm working on a project using Skywater130 PDK. In the documentation says it is possible to access the functions and libraries descriptions from Python, using a skywater package named "sky130-pdk". I was able to install it in Colab (pip install sky130-pdk) but when I try to import it (import sky130-pdk) Python interpret the "-" in "sky130-pdk" as a subtraction so, have you used the package? If so, how were you able to import it?