vaphes / pocketbase

PocketBase client SDK for python
https://pypi.org/project/pocketbase/
MIT License
332 stars 38 forks source link

update to pocketbase version 0.8.0-rc1 #3

Closed perfalle closed 1 year ago

perfalle commented 1 year ago

I have tested email/password login, retrieving and updating items, but nothing more.

perfalle commented 1 year ago

I had some trouble running flake the right way, but I fixed some errors. There are still some errors showing up, but they are also where I did not change the code, so maybe my flake8 config is still wrong.

These types of errors still remain: F401 ... imported but unused E501 line too long (... > 79 characters) E722 do not use bare 'except'

vaphes commented 1 year ago

I had some trouble running flake the right way, but I fixed some errors. There are still some errors showing up, but they are also where I did not change the code, so maybe my flake8 config is still wrong.

These types of errors still remain: F401 ... imported but unused E501 line too long (... > 79 characters) E722 do not use bare 'except'

Hey hey hey, thanks again for the update. As I started this project on a holiday, now I've got very little time to manage it so I added you as a collaborator.

As for the rc1 update: I've created a new branch for it so, if you can, please fork from there so we can work on the update without breaking the main branch.

See ya.