{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/3"}],"enrichment":{"capability":"Provides a unified API to read and write data in CSV, TSV, and zipped variants (CSVZ, TSVZ) formats, with extensible plugin support for additional formats.","skillfed_tags":["file-io","data-serialization","plugin-architecture"],"use_cases":["Load CSV or TSV files into Python data structures for processing without manual parsing.","Save tabular data to CSV/TSV files for distribution or archival.","Build a data pipeline that accepts multiple file formats by installing format-specific plugins.","Integrate with SQLAlchemy or Django for database import and export operations.","Extend the library with custom file format handlers for specialized data needs."],"what_it_does":"pyexcel-io is a Python library that abstracts away file format details, letting you read and write structured data through a single consistent API regardless of whether you're working with CSV, TSV, or their zipped variants. It acts as a foundation layer for handling the low-level mechanics of parsing and serializing tabular data. The library is designed to be extended via plugins\u2014additional packages add support for formats like XLS, XLSX, and ODS\u2014so you can install only the format handlers you need.\n\nYou use it when you need to load data from or save data to flat files without writing format-specific parsing code, or when you want a pluggable architecture for handling multiple file types in a single application. It integrates with SQLAlchemy and Django for database workflows. The package has been actively maintained since 2014 and supports Python 3.6 and later.","worth_installing":"Yes. The package is actively maintained, has low install friction, carries a permissive New BSD License, and fills a clear niche: providing a unified API for reading and writing common tabular formats. It's well-suited for applications that need to handle multiple file formats without tight coupling to any single format library. No known vulnerabilities."},"id":"pyexcel-io","links":{"html":"https://skillfed.io/packages/pyexcel-io","md":"https://skillfed.io/packages/pyexcel-io.md","pypi":"https://pypi.org/project/pyexcel-io/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-28","license_spdx":null,"license_treatment":"permissive","name":"pyexcel-io","python_support":"supports_current","summary":"A python library to read and write structured data in csv, zipped csvformat and to/from databases"},"popularity":{"monthly_downloads":2619491,"position":2968,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.6.8"}
