Skip to content
/ PartDB Public

Small command line tool for maintaining a JSON database of (electronic) parts

License

Notifications You must be signed in to change notification settings

twam/PartDB

Repository files navigation

PartDB

Travis Coveralls GitHub license

PartDB is a tool written in Python to maintain a small database in the style of a JSON file of your (electronic) parts. It is meant to be simple and not optimized for huge amounts of data. Requires Python 3.5 or newer.

Usage

Run

./PartDB.py -h

to get some help on usage.

Database

The database consists of a single JSON file.

The following keys are used for the primary dictionary:

Key name Type Description
manufacturerPartNumber string
manufacturerName string
description string
quantity integer
distributor dict
datasheetURL string
timestampCreated float
timestampLastModified float

The following keys are used for the distributor dictionary:

Key name Type Description
distributorName string
distributorPartNumber string

About

Small command line tool for maintaining a JSON database of (electronic) parts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages