Small python class for interfacing Part-Db based on request package. Currently tested with Part-Db Version 1.11.3
- 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.
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.
Feel free to dive in! Open an issue or submit PRs.