Metadata-Version: 2.4
Name: pytest-firestore
Version: 1.0.0
Summary: A Pytest fixture for managing Google Cloud Firestore emulator
License: MIT
License-File: LICENSE
Author: Neale Petrillo
Author-email: neale.a.petrillo@gmail.com
Requires-Python: >=3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Provides-Extra: client
Requires-Dist: filelock (>=3.0)
Requires-Dist: google-cloud-firestore (>=2.0) ; extra == "client"
Requires-Dist: pytest (>=7.0)
