Pyreaddbc is a Python library for reading DBC files (compressed DBF files used by Brazilian healthcare systems) and converting them to DBF format. Current version 1.2.0, released on 2025-04-11, with monthly releases. Requires Python >=3.9.
pip install pyreaddbcNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Convert a DBC file to DBF format. Input and output are file paths.
Replace 'read_dbc' with 'read_dbc_to_dbf'.
Use the returned path to read the DBF file with another library (e.g., dbfread or pandas).
Upgrade Python to 3.9 or higher.
Use 'from pyreaddbc import readdbc'.
Use 'from pyreaddbc.readdbc import read_dbc_to_dbf'.
Provide the full absolute path or ensure the file exists in the current working directory.
No dependency data recorded yet.