Mouser Python API
Project description
Mouser Python API
Setup
Requirements
Mouser API Keys
Mouser provides two separate API keys:
- one for the cart and orders
- one for part searches.
Go to Mouser's API hub to request the keys.
To store the keys, two options:
- create two environmental variables
MOUSER_ORDER_API_KEY
andMOUSER_PART_API_KEY
with the respective values of each key - create a file named
mouser_api_keys.yaml
with the order API key on the first line and the part API key on a second line.
The keys will be automatically loaded for each API request.
Install
Pip
pip install mouser
Manually
- Create virtual environment and activate it
- Run
pip install -r requirements.txt
Poetry
- Install
poetry
package:pip install poetry
- Run
poetry install
Run
Pip
mouser
Manually
python mouser_cli.py
Poetry
poetry run mouser
Usage
This command line tool reflects the usage from Mouser's API structure documented here.
The first positional argument is the category of the request: cart (for MouserCart), order, history (for MouserOrderHistory) and search (for SearchAPI).
The second argument is the type of operation from the list of operations for each category.
Run mouser --help
for more information about the usage.
Examples
The examples below assume this package was installed using Pip (for more options, see above)
Part Number Search
mouser search partnumber --number XXX
Export order to CSV
mouser order get --number XXX --export
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mouser-0.1.2.tar.gz
.
File metadata
- Download URL: mouser-0.1.2.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.10.6 Linux/5.15.0-52-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d9712ad0402c3b127fb2f8f94e131ab82b8a6909031d2a192674f4fd55c5bda |
|
MD5 | efb3fb827b39d075719d76afc3ba74de |
|
BLAKE2b-256 | d354a23e33dc437c673de579c1094f6a715156ec4d135146d18bfbf2f89571cf |
Provenance
File details
Details for the file mouser-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: mouser-0.1.2-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.10.6 Linux/5.15.0-52-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 560fb2d248d98487665fb1f6e010ff23d62ed99b6e9cc06e7f7f0e8f66f06c29 |
|
MD5 | 522616b7e732a6ed332a7d62646938a1 |
|
BLAKE2b-256 | 9fffec00f326b7dce8d80cfcec0225101b000e120c3d32f90bf4dc5a35dde688 |