Skip to content

electronics4fun/smallPartDb

Repository files navigation

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

About

small python class for interfacing partDb

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages