Metadata-Version: 2.4
Name: pyvfp64
Version: 0.1.0.0
Summary: Windows-only Python bridge for querying Visual FoxPro data through a bundled native helper.
Author-email: Lewis Morris <lewis@arched.dev>
License-Expression: MIT
Project-URL: Homepage, https://github.com/lewis-morris/pyvfp64
Project-URL: Repository, https://github.com/lewis-morris/pyvfp64
Project-URL: Issues, https://github.com/lewis-morris/pyvfp64/issues
Keywords: visual foxpro,foxpro,vfp,dbf,sqlalchemy,pandas,windows
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pandas<3,>=2.2
Requires-Dist: SQLAlchemy<3,>=2.0
Provides-Extra: dev
Requires-Dist: build>=1.2; extra == "dev"
Requires-Dist: pytest<9,>=8; extra == "dev"
Requires-Dist: twine<6,>=5; extra == "dev"

# pyvfp64

Windows-only Python wrapper around the bundled `vfp_to_json.exe` helper for querying Visual FoxPro data and returning pandas-friendly results.

The packaged wheel includes the native helper at `pyvfp64/bin/vfp_to_json.exe`.
