Pyairtable
Python Api Client for Airtable
Install / Use
/learn @gtalarico/PyairtableREADME
pyAirtable (formerly airtable-python-wrapper)
Python client for the Airtable API.
Installing
pip install pyairtable
Documentation
Read the full documentation on pyairtable.readthedocs.io.
If you're still using airtable-python-wrapper and want to upgrade, read the migration guide.
Contributing
Everyone who has an idea or suggestion is welcome to contribute! As maintainers, we expect our community of users and contributors to adhere to the guidelines and expectations set forth in the Contributor Covenant. Be kind and empathetic, respect differing opinions, and stay focused on what is best for the community.
Getting started
If it's your first time working on this library, clone the repo, set up pre-commit hooks, and make sure you can run tests (and they pass). If that doesn't work out of the box, please check your local development environment before filing an issue.
make setup
make test
For a quick test run (~15s after the environments are created) use:
tox -e mypy && tox -e coverage
Reporting a bug
We encourage anyone to submit an issue to let us know about bugs, as long as you've followed these steps:
- Confirm you're on the latest version of the library and you can run the test suite locally.
- Check open issues to see if someone else has already reported it.
- Provide as much context as possible, i.e. expected vs. actual behavior, steps to reproduce, and runtime environment.
- If possible, reproduce the problem in a small example that you can share in the issue summary.
We ask that you never report security vulnerabilities to the GitHub issue tracker. Sensitive issues of this nature must be sent directly to the maintainers via email.
Submitting a patch
Anyone who uses this library is welcome to submit a pull request for a bug fix or a new feature. We do ask that all pull requests adhere to the following guidelines:
- Public functions/methods have docstrings and type annotations.
- New functionality is accompanied by clear, descriptive unit tests.
- The library maintains 100% test coverage.
- You can run
make test && make docssuccessfully. - No backwards-incompatible changes (unless discussed in an existing issue).
- You have signed your commits.
If you want to discuss an idea you're working on but haven't yet finished all of the above, please open a draft pull request. That will be a clear signal that you're not asking to merge your code (yet) and are just looking for discussion or feedback.
Thanks in advance for sharing your ideas!
Related Skills
gh-issues
345.9kFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
node-connect
345.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
oracle
345.9kBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
taskflow-inbox-triage
345.9kname: taskflow-inbox-triage description: Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some w
