API for SiliconExpert


Install
pip install seapi==0.1.1

Documentation

This is a library to simply the process to query SiliconExpert API, which is the biggest database for electronic industry including electronic components, manufacturers globally, parametric info ..etc.

Please use this library at your own risk and feel free to report issue/features to help improve this library.

Since the library is still at development stage, to install the library, you have to:

pip install --pre seapi 

For maintainers, this package is organized by setuptools:

vi setup.py  #(change version)
python setup.py sdist
twine upload dist/*

Reference: 1. Packaging and Distributing Projects 2. Pypi library