https://github.com/aturley/bompart
A Python library for retrieving BOM information from Octopart.
https://github.com/aturley/bompart
Last synced: 7 months ago
JSON representation
A Python library for retrieving BOM information from Octopart.
- Host: GitHub
- URL: https://github.com/aturley/bompart
- Owner: aturley
- Created: 2012-04-11T23:01:38.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-12T18:09:20.000Z (over 13 years ago)
- Last Synced: 2025-01-28T10:51:34.811Z (9 months ago)
- Language: Python
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a simple library (and test script) for using Octopart's BOM API to retrieve part information based on a Excel file.
Requirements:
+ The xlrd library (http://pypi.python.org/pypi/xlrd) for reading Excel files.