.gitattributes
.gitignore
LICENSE.txt
MANIFEST.in
README.rst
dist-requirements.txt
pyproject.toml
doc/.gitignore
doc/Makefile
doc/README.txt
doc/codeexamples.rst
doc/conf.py
doc/datatypes.rst
doc/dbtest.py
doc/exceptions.rst
doc/gettingstarted.rst
doc/index.rst
doc/installationguide.rst
doc/introduction.rst
doc/legalnotice.rst
doc/make_for_windows.bat
doc/mimerpy.rst
doc/releasenotes.rst
doc/userguide.rst
doc/_static/style.css
doc/_templates/layout.html
doc/images/mimerhd.png
doc/images/mimerhd32x32.ico
doc/images/mimerhd32x32.png
scripts/ebuild.sh
scripts/ubuntuAutoRelease.sh
scripts/windowsAutoRelease.bat
src/mimerpy/__init__.py
src/mimerpy/__main__.py
src/mimerpy/_version.py
src/mimerpy/connectionPy.py
src/mimerpy/cursorPy.py
src/mimerpy/mimPyExceptionHandler.py
src/mimerpy/mimPyExceptions.py
src/mimerpy/mimerapi.py
src/mimerpy/pool.py
src/mimerpy.egg-info/PKG-INFO
src/mimerpy.egg-info/SOURCES.txt
src/mimerpy.egg-info/dependency_links.txt
src/mimerpy.egg-info/top_level.txt
tests/__init__.py
tests/db_config.py
tests/dropdb.py
tests/testConnection.py
tests/testCursor.py
tests/testMimerPool.py
tests/testMonkey.py
tests/testScrollCursor.py