8000 GitHub - twam/PartDB: Small command line tool for maintaining a JSON database of (electronic) parts
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PartDB

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.

Usage

Run

partdb -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

0