Metadata-Version: 2.1
Name: pydantic-db-backend
Version: 0.3.2
Summary: 
Author: Marco Bartel
Author-email: bsimpson888@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: couchdb
Provides-Extra: mongodb
Requires-Dist: couchdb (>=1.2,<2.0) ; extra == "couchdb"
Requires-Dist: iso8601 (>=1.1.0,<2.0.0)
Requires-Dist: pydantic (>=1.10.7,<2.0.0)
Requires-Dist: pydash (>=7.0.3,<8.0.0)
Requires-Dist: pymongo (>=3.13.0,<4.0.0) ; extra == "mongodb"
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: webexception (>=1.0.1,<2.0.0)
Description-Content-Type: text/markdown

# Testing

### CouchDB

http://localhost:5984/_utils/#

- user: admin
- passwd: pytest

