-
Notifications
You must be signed in to change notification settings - Fork 46
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
Allows for uploading a file object. #62
base: develop
Are you sure you want to change the base?
Conversation
Thanks. Will add this to the release after the one I am doing right now. |
Update: I left AUSSDA, so my funding for pyDataverse development has stopped. I want to get some basic funding to implement the most urgent updates (PRs, Bug fixes, maintenance work). If you can support this, please reach out to me. (www.stefankasberger.at). If you have feature requests, the same. Another option would be, that someone else helps with the development and / or maintenance. For this, also get in touch with me (or comment here). |
As discussed during the 2024-02-14 meeting of the pyDataverse working group, we are closing old milestones in favor of a new project board at https://github.com/orgs/gdcc/projects/1 and removing issues (like this one) from those old milestones. Please feel free to join the working group! You can find us at https://py.gdcc.io and https://dataverse.zulipchat.com/#narrow/stream/377090-python |
The upload_datafile method now allows a file object to be passed. This way, the file to be sent can be opened outside the dverse client (e.g. a temporary file object).