PyFileMaker is a set of Python modules that makes it easy to access and modify data stored in a FileMaker Pro database.
| Tags | Software Development Libraries Python Modules Database |
|---|---|
| Licenses | GPL |
| Implementation | Python |
Recent releases


Release Notes: This release adds 'self' into the parameters in the clearParams functions. Without it, those functions could not be called.


Release Notes: A bug where the doAction function would not reset the database and sort parameters was fixed. The clearDBParams function was added. The clearSortParams function was added.


Release Notes: Newlines in field values are now preserved.


Release Notes: Support for basic HTTP authentication and password protected databases was added. The setPassword function can be used for this purpose. A bug where findall would only return 25 records was fixed.


Release Notes: Support for Macintosh OS X was improved. Images are now supported. Speed was improved by switching from urllib to httplib.