{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/9"}],"enrichment":{"capability":"Wraps the Airtable API to let you read, insert, search, update, and delete records in Airtable bases from Python code.","skillfed_tags":["airtable-integration","crud-wrapper"],"use_cases":["Sync data between Airtable and a Python application or ETL pipeline","Automate record creation, updates, or deletions in Airtable bases from scripts or scheduled tasks","Query and filter Airtable records programmatically without manual API calls","Build a Python backend that reads from or writes to Airtable as a lightweight database","Search for records by field value and perform bulk updates on matching rows"],"what_it_does":"airtable-python-wrapper is a Python client library that abstracts away the HTTP details of talking to Airtable's REST API. It lets you perform standard database operations\u2014fetching all records or specific ones, inserting new rows, searching by field value, updating records by criteria, and deleting records\u2014without writing raw HTTP requests. The wrapper handles URL encoding, formula escaping, and error reporting, and supports filtering, sorting, and typecast options on most operations.\n\nThe library is straightforward to use: you instantiate an Airtable object with your base ID and table name, then call methods like get_all(), insert(), search(), update_by_field(), and delete_by_field(). It depends only on requests, making it lightweight to install. The package is in Beta status and supports Python 3.5 through 3.8, though the last release was in mid-2021 and the repo has not been updated since.","worth_installing":"Yes, if you need to interact with Airtable from Python and don't mind the 1844-day gap since the last release. The library is stable, has low install friction, and handles common CRUD operations cleanly. Check that it still works with your Airtable API version before relying on it in production; consider forking or seeking an actively maintained alternative if you need ongoing support."},"id":"airtable-python-wrapper","links":{"html":"https://skillfed.io/packages/airtable-python-wrapper","md":"https://skillfed.io/packages/airtable-python-wrapper.md","pypi":"https://pypi.org/project/airtable-python-wrapper/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2021-07-27","license_spdx":null,"license_treatment":"permissive","name":"airtable-python-wrapper","python_support":"supports_current","summary":"Python API Wrapper for the Airtable API"},"popularity":{"monthly_downloads":334009,"position":7496,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.15.3"}
