https://github.com/notpeter/python-palmdb
https://github.com/notpeter/python-palmdb
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/notpeter/python-palmdb
- Owner: notpeter
- License: other
- Created: 2022-09-04T17:26:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T21:22:38.000Z (almost 4 years ago)
- Last Synced: 2024-12-25T17:08:18.572Z (over 1 year ago)
- Language: Python
- Size: 709 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
This module allows access to Palm OS(tm) database files on the desktop
in pure Python. It is as simple as possible without (hopefully) being
too simple. As much as possible Python idioms have been used to make
it easier to use and more versatile.
This code is based on code from the Pyrite Project, available I believe
from SourceForge. However the code has been modified so extensively it's
hardly recognizable. But without the Pyrite code, PalmDB would not be here
today.