Metadata-Version: 2.4
Name: monkey.dao
Version: 2.0.0b1
Summary: Simple Data Access Object pattern implementation.
Author-email: Xavier ROY <xavier@monkey-python.org>
Project-URL: Homepage, https://dao.monkey-python.org
Project-URL: Documentation, https://dao.monkey-python.org/API
Project-URL: Repository, https://bitbucket.org/monkey-python/monkey-dao/
Project-URL: Chgangelog, https://dao.monkey-python.org/changelog/
Keywords: dao,data-access-object,persistence
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Monkey DAO

Simple Data Access Object pattern implementation

## Installation

````
    pip install monkey-dao
```` 

# Documentation
For full documentation, visit [https://dao.monkey-python.org](https://dao.monkey-python.org)

   
