A pure-Python library for reading Microsoft Access database files (*.mdb, *.accdb) without requiring the Microsoft Access ODBC driver or any external dependencies. Version 0.0.6, released 2024-07-15, maintained irregularly.
pip install access-parserVerified import paths — ran on the pinned version, not inferred.
Open an Access database and iterate over table rows.
Add your own logging configuration (e.g., logging.basicConfig()) if you need to see library logs.
Ensure the file is a valid, unencrypted Access database.
Upgrade to Python 3.8+ if encountering compatibility issues.
Update to access-parser>=0.0.6.
Run: pip install access-parser
Use: from access_parser import AccessParser
Verify the file is a valid .mdb or .accdb and is not password-protected.
No dependency data recorded yet.