Metadata-Version: 2.4
Name: ifccsv
Version: 0.8.6
Summary: IFC import and export from CSV, XLSX, ODS, and Pandas Dataframes
Author-email: Dion Moult <dion@thinkmoult.com>
Project-URL: Homepage, http://ifcopenshell.org
Project-URL: Documentation, https://docs.ifcopenshell.org
Project-URL: Issues, https://github.com/IfcOpenShell/IfcOpenShell/issues
Keywords: IFC,CSV,XLS,XLSX,ODS,BIM
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Description-Content-Type: text/markdown
License-File: COPYING
License-File: COPYING.LESSER
Requires-Dist: ifcopenshell
Dynamic: license-file

# IfcCSV

A utility to interact with IFC data through CSV. Export and import IFC data from and to CSV, ODS, XLSX formats, and pandas DataFrames. Enables bulk editing of IFC properties and schedules using spreadsheet tools.

## Features

- **Export IFC data**: Extract element properties and attributes to spreadsheet formats
- **Import changes**: Update IFC models from modified spreadsheets
- **Multiple formats**: Support for CSV, ODS (OpenDocument Spreadsheet), XLSX (Excel), and pandas DataFrames
- **Flexible queries**: Use selectors to specify which elements and attributes to export
- **Data transformations**: Group, summarize, format, and sort results
- **Preserve existing data**: Update existing spreadsheets while preserving formatting
