Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.16 KB

File metadata and controls

43 lines (35 loc) · 1.16 KB

smallPartDb

license

Table of Contents

Background

Small python class for interfacing Part-Db based on request package. Currently tested with Part-Db Version 1.11.3

Requirements

  • Setup a user for API access in Part-Db.
  • Setup a file with name "settings.yaml" with your credentials like:
{
    token : "tcp_yourBearerToken",
    host : "localhost"
}
  • Take a look at "partDbExample.py" for usage.

Install

See requirements.txt.

Limitations

Not all functionality of Part-DB is supported yet, but the most important ones. Settings parameter max-value and min-value seems to have a problem.

Maintainers

@electronics4fun

Contributing

Feel free to dive in! Open an issue or submit PRs.

License

MIT