-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No "Save as" use case documentation #220
Comments
save() accepts an argument
…On Dec 14, 2020 10:11 PM, "basak" ***@***.***> wrote:
Hi,
Thank you for pykeepass!
I'd like to open a database, make some changes, then save it under a
different filename. I could copy the file first (eg. with shutil.copyfile),
but an explicit save_as() method on the PyKeePass object would be nice.
Alternatively, looking at the code, I could trivially modify the filename
attribute, but that might interfere with a solution to #219
<#219> so I avoided that.
It'd be great to have some explicit, supported, documented way of doing
this.
Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#220>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJT7YISJLX2TCUNWF3J6RTSU3OV3ANCNFSM4U3XAHXQ>
.
|
Sorry, I forgot some of the details I had in mind when I wrote up the issue, so I wasn't clear. Looking at the code, I could modify the |
Setting Writing up proper Sphinx documentation is on the todo list which should clear this up in the future. |
Great, thanks! I guess that reduces this issue to just a documentation request then. |
Hi,
Thank you for pykeepass!
I'd like to open a database, make some changes, then save it under a different filename. I could copy the file first (eg. with
shutil.copyfile
), but an explicitsave_as()
method on thePyKeePass
object would be nice. Alternatively, looking at the code, I could trivially modify thefilename
attribute, but that might interfere with a solution to #219 so I avoided that. It'd be great to have some explicit, supported, documented way of doing this.Thanks!
The text was updated successfully, but these errors were encountered: