Skip to content

Commit 9ddb45e

Browse files
Update README.md
added tested version
1 parent 1cd941e commit 9ddb45e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# smallPartDb
2-
32
[![license](https://img.shields.io/github/license/:user/:repo.svg)](LICENSE)
43

54
## Table of Contents
6-
75
- [Background](#background)
86
- [Requirements](#requirements)
97
- [Install](#install)
@@ -15,6 +13,7 @@
1513

1614
## Background
1715
Small python class for interfacing [Part-Db](https://github.com/Part-DB/Part-DB-server) based on request package.
16+
Currently tested with Part-Db Version 1.11.3
1817

1918
## Requirements
2019
* Setup a file with name "settings.yaml" with your credentials like:
@@ -25,6 +24,7 @@ Small python class for interfacing [Part-Db](https://github.com/Part-DB/Part-DB-
2524
}
2625
```
2726
* Setup a user for API access in Part-Db.
27+
* Take a look at "partDbExample.py" for usage.
2828

2929
## Install
3030
See ![requirements.txt](/requirements.txt).
@@ -33,9 +33,6 @@ See ![requirements.txt](/requirements.txt).
3333
Not all functionality of Part-DB is supported yet, but the most important ones.
3434
Settings parameter max-value and min-value seems to have a problem.
3535

36-
Take a look at "partDbExample.py" for usage.
37-
38-
3936
## Maintainers
4037
[@electronics4fun](https://github.com/electronics4fun)
4138

0 commit comments

Comments
 (0)