pyairtable


Namepyairtable JSON
Version 2.3.3 PyPI version JSON
download
home_pagehttps://github.com/gtalarico/pyairtable
SummaryPython Client for the Airtable API
upload_time2024-03-22 17:52:16
maintainerNone
docs_urlNone
authorGui Talarico
requires_pythonNone
licenseMIT
keywords airtable api client pyairtable
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyAirtable (formerly airtable-python-wrapper)

![CI](https://github.com/gtalarico/pyairtable/actions/workflows/test_lint_deploy.yml/badge.svg)
[![PyPI](https://img.shields.io/pypi/v/pyairtable.svg)](https://pypi.org/project/pyairtable/)
[![PyPI Downloads](https://img.shields.io/pypi/dm/pyairtable.svg?label=downloads)](https://pypi.org/project/pyairtable/)
[![Documentation Status](https://readthedocs.org/projects/pyairtable/badge/?version=latest)](http://pyairtable.readthedocs.io/en/latest/?badge=latest)
[![codecov](https://codecov.io/gh/gtalarico/pyairtable/branch/main/graph/badge.svg?token=askmZgmMoV)](https://codecov.io/gh/gtalarico/pyairtable)

Python client for the Airtable API.

## Installing

```
pip install pyairtable
```

## Documentation

Read the full documentation on [pyairtable.readthedocs.io](https://pyairtable.readthedocs.io/en/stable/getting-started.html).

If you're still using airtable-python-wrapper and want to upgrade, read the [migration guide](https://pyairtable.readthedocs.io/en/stable/migrations.html).

## 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](https://www.contributor-covenant.org/version/2/1/code_of_conduct/). 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.

```sh
% make setup
% make test
```

### Reporting a bug

We encourage anyone to [submit an issue](https://github.com/gtalarico/pyairtable/issues/new) to let us know about bugs, as long as you've followed these steps:

1. Confirm you're on the latest version of the library and you can run the test suite locally.
2. Check [open issues](https://github.com/gtalarico/pyairtable/issues) to see if someone else has already reported it.
3. Provide as much context as possible, i.e. expected vs. actual behavior, steps to reproduce, and runtime environment.
4. 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](https://github.com/gtalarico/pyairtable/pulls) for a bug fix or a new feature. We do ask that all pull requests adhere to the following guidelines:

1. Public functions/methods have docstrings and type annotations.
2. New functionality is accompanied by clear, descriptive unit tests.
3. You can run `make test && make docs` successfully.
4. You have [signed your commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification).

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](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests#draft-pull-requests). 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!

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gtalarico/pyairtable",
    "name": "pyairtable",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "airtable, api, client, pyairtable",
    "author": "Gui Talarico",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/23/1d/8d092eebb77ee0000a042bc0e22a06b7b939f471b38a861e5a78f68d90a7/pyairtable-2.3.3.tar.gz",
    "platform": null,
    "description": "# pyAirtable (formerly airtable-python-wrapper)\n\n![CI](https://github.com/gtalarico/pyairtable/actions/workflows/test_lint_deploy.yml/badge.svg)\n[![PyPI](https://img.shields.io/pypi/v/pyairtable.svg)](https://pypi.org/project/pyairtable/)\n[![PyPI Downloads](https://img.shields.io/pypi/dm/pyairtable.svg?label=downloads)](https://pypi.org/project/pyairtable/)\n[![Documentation Status](https://readthedocs.org/projects/pyairtable/badge/?version=latest)](http://pyairtable.readthedocs.io/en/latest/?badge=latest)\n[![codecov](https://codecov.io/gh/gtalarico/pyairtable/branch/main/graph/badge.svg?token=askmZgmMoV)](https://codecov.io/gh/gtalarico/pyairtable)\n\nPython client for the Airtable API.\n\n## Installing\n\n```\npip install pyairtable\n```\n\n## Documentation\n\nRead the full documentation on [pyairtable.readthedocs.io](https://pyairtable.readthedocs.io/en/stable/getting-started.html).\n\nIf you're still using airtable-python-wrapper and want to upgrade, read the [migration guide](https://pyairtable.readthedocs.io/en/stable/migrations.html).\n\n## Contributing\n\nEveryone 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](https://www.contributor-covenant.org/version/2/1/code_of_conduct/). Be kind and empathetic, respect differing opinions, and stay focused on what is best for the community.\n\n### Getting started\n\nIf 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.\n\n```sh\n% make setup\n% make test\n```\n\n### Reporting a bug\n\nWe encourage anyone to [submit an issue](https://github.com/gtalarico/pyairtable/issues/new) to let us know about bugs, as long as you've followed these steps:\n\n1. Confirm you're on the latest version of the library and you can run the test suite locally.\n2. Check [open issues](https://github.com/gtalarico/pyairtable/issues) to see if someone else has already reported it.\n3. Provide as much context as possible, i.e. expected vs. actual behavior, steps to reproduce, and runtime environment.\n4. If possible, reproduce the problem in a small example that you can share in the issue summary.\n\nWe 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.\n\n### Submitting a patch\n\nAnyone who uses this library is welcome to [submit a pull request](https://github.com/gtalarico/pyairtable/pulls) for a bug fix or a new feature. We do ask that all pull requests adhere to the following guidelines:\n\n1. Public functions/methods have docstrings and type annotations.\n2. New functionality is accompanied by clear, descriptive unit tests.\n3. You can run `make test && make docs` successfully.\n4. You have [signed your commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification).\n\nIf 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](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests#draft-pull-requests). That will be a clear signal that you're not asking to merge your code (yet) and are just looking for discussion or feedback.\n\nThanks in advance for sharing your ideas!\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python Client for the Airtable API",
    "version": "2.3.3",
    "project_urls": {
        "Homepage": "https://github.com/gtalarico/pyairtable"
    },
    "split_keywords": [
        "airtable",
        " api",
        " client",
        " pyairtable"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "feb5f0b5c3c849b90085d83ffa2a0a6a068e4c2532522ec5bf2abccb0d3f48bd",
                "md5": "a46484c109ed84c2255ec37ec8952eb8",
                "sha256": "2fa872971e31e3e8675cb6d9606362ea8072bbb7971592826edc7010b6afa87b"
            },
            "downloads": -1,
            "filename": "pyairtable-2.3.3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a46484c109ed84c2255ec37ec8952eb8",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 68427,
            "upload_time": "2024-03-22T17:52:14",
            "upload_time_iso_8601": "2024-03-22T17:52:14.673691Z",
            "url": "https://files.pythonhosted.org/packages/fe/b5/f0b5c3c849b90085d83ffa2a0a6a068e4c2532522ec5bf2abccb0d3f48bd/pyairtable-2.3.3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "231d8d092eebb77ee0000a042bc0e22a06b7b939f471b38a861e5a78f68d90a7",
                "md5": "c7e3da498cd96ec1d1fee7124a20564e",
                "sha256": "6f52bd270d28ba6459b7cc473588e517085a737d70c68e855e6d104972e1121e"
            },
            "downloads": -1,
            "filename": "pyairtable-2.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "c7e3da498cd96ec1d1fee7124a20564e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 96411,
            "upload_time": "2024-03-22T17:52:16",
            "upload_time_iso_8601": "2024-03-22T17:52:16.474562Z",
            "url": "https://files.pythonhosted.org/packages/23/1d/8d092eebb77ee0000a042bc0e22a06b7b939f471b38a861e5a78f68d90a7/pyairtable-2.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-22 17:52:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gtalarico",
    "github_project": "pyairtable",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "pyairtable"
}
        
Elapsed time: 0.34979s