python-mock-firestore icon indicating copy to clipboard operation
python-mock-firestore copied to clipboard

update the github project with the latest version

Open loweryjk opened this issue 2 years ago • 2 comments

I needed async support and spent a whole day implementing it. Just before I went to submit a merge request I found the MyPy page with a newer version containing an async implementation. So sad. :(

loweryjk avatar May 03 '23 01:05 loweryjk

@loweryjk Same here... we've been waiting for over a year, but @mdowds activity seems to have stopped completely on GitHub since Q1 2022.

You could try adding @anna-hope's fork directly as a python package by using the git URL (see second link): https://github.com/anna-hope/python-mock-firestore

https://matiascodesal.com/blog/how-use-git-repository-pip-dependency/

Or use the python package by @nicoekkart: https://pypi.org/project/mock-firestore-async/

benvdh-incentro avatar May 21 '23 19:05 benvdh-incentro

Yes, feel free to use my published version. Didn't include a reference there, but it is simply @anna-hope 's code with some small fixes on top of it.

nicoekkart avatar May 22 '23 12:05 nicoekkart