├── LICENSE ├── README.md ├── generate_db.py ├── identify.py ├── library_identification.py ├── prime_helpers.py ├── r2_cfg_wrapper.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Keysight/Library-Identification/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Keysight/Library-Identification/HEAD/README.md -------------------------------------------------------------------------------- /generate_db.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Keysight/Library-Identification/HEAD/generate_db.py -------------------------------------------------------------------------------- /identify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Keysight/Library-Identification/HEAD/identify.py -------------------------------------------------------------------------------- /library_identification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Keysight/Library-Identification/HEAD/library_identification.py -------------------------------------------------------------------------------- /prime_helpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Keysight/Library-Identification/HEAD/prime_helpers.py -------------------------------------------------------------------------------- /r2_cfg_wrapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Keysight/Library-Identification/HEAD/r2_cfg_wrapper.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Keysight/Library-Identification/HEAD/requirements.txt --------------------------------------------------------------------------------