libkeepass / pykeepass

Python library to interact with keepass databases (supports KDBX3 and KDBX4)
https://pypi.org/project/pykeepass/
GNU General Public License v3.0
403 stars 96 forks source link

Add database name and description property #389

Closed janbrummer closed 2 months ago

janbrummer commented 3 months ago

@Evidlo Could you please review this one?

janbrummer commented 3 months ago

https://gitlab.gnome.org/World/secrets/-/merge_requests/878

janbrummer commented 3 months ago

@A6GibKm Time for a review?

A6GibKm commented 3 months ago

Is this missing a rebase? I think python 3.6 tests were removed one or two weeks ago.

janbrummer commented 2 months ago

Thanks. Please add a test for the setters and getters.

* get value

* set value to X

* get value and check that it matches X

* save db

* close db

* open db

* check the it is still X

Added tests

janbrummer commented 2 months ago

@Evidlo Can you please merge it?