Skip to main content

Python Object Wrapper for FileMaker Server XML Interface

Project description

PyFileMaker - Integrating FileMaker and Python

Old project urls:


TABLE OF CONTENTS

  1. What is pyfilemaker2 ?
  2. Requirements
  3. How to install pyfilemaker2
  4. Documentation
  5. Changes

1. WHAT IS pyfilemaker2?

pyfilemaker2 is based, but largely rewritten, from PyFileMaker (https://github.com/aeguana/PyFileMaker) whose description is still valid:

PyFileMaker is a set of Python modules that makes it easy to access and modify
data stored in a FileMaker Pro/Server database. You can use it to query a FileMaker
database, but you can also use it to add data to a FileMaker database, you
can even use it to delete records and execute FileMaker scripts.

pyfilemaker2 implements the following additional features:

  • FM server responses can be streamed and parsed 'on the fly' during the streaming.
  • FM server responses can be automatically paginated as large dataset (>20k records) tend to trigger FMS and/or network timeouts.
  • meant to be thread safe, though I can't claim to be an expert on the subject...
  • More consistent and finer control on the way data types are cast when reading or writting FM records (in particular dates, datetimes and float objects)
  • python 3 compatible
  • improved test battery

2. REQUIREMENTS

At the time of the development (2018), pyfilemaker2 is using:

requests>=2.19.1
lxml>=4.2.5

The test suite also requires

mock
pytz

The code has been developped on Max OSX 10.13 and is used in production on debian jessie. Other plateforms have not been tested.

You will also need a FileMaker server with the XML enabled of course.


3. HOW TO INSTALL PYFILEMAKER2

You can install from pypi using pip

$ pip install pyfilemaker2

4. DOC

Their is no external doc but the function in the FmServer class have extensive docstring. Starts in particular with the server.py file. Moreover an FmServer object is likely the unique thing one will need to import from this package.

5. CHANGES

0.2.0:

  • No longer support python2.7 as the future library was removed

0.1.14:

  • Minor change in FmServer.get_file to allow downloading of badly formatted filenames.

0.1.13:

  • changed the BackCast function so that query parameters may be bytestring

0.1.12:

  • improving this readme

  • bug fix in the FmServer.fetched_records_number function

0.1.11: enforcing stream=True by default as FMS now requires it.

0.1.10: bug fix with the stream argument.

0.1.9:

  • adding timezone support as FM datetime object are naive datetime

  • changed the way the options are passed to FmServer object so that a subclass with default parameters can be used.

0.1.6: bug fixes in do_find_query

Version 0.1

  • First release of the code

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyfilemaker2-0.2.0.tar.gz (24.9 kB view hashes)

Uploaded Source

Built Distribution

pyfilemaker2-0.2.0-py3-none-any.whl (27.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page