baserowapi


Namebaserowapi JSON
Version 0.1.0b4 PyPI version JSON
download
home_pagehttps://github.com/jimwitte/baserowapi
SummaryAPI wrapper for Baserow
upload_time2024-08-24 17:56:30
maintainerNone
docs_urlNone
authorJames P Witte
requires_python>=3.10
licenseGPLv3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # baserowapi

Baserow API is a high-level API wrapper designed to integrate seamlessly with [Baserow](https://baserow.io), the open-source no-code database tool.

## Documentation

For comprehensive details on how to use `baserowapi`, refer to the [official documentation](https://www.jimwitte.net/baserowapi).

If you're eager to get started, jump straight to the [quick start guide](https://www.jimwitte.net/baserowapi/quickstart.html).

For feedback, suggestions, or contributions, please see the [Feedback and Contributions section](https://www.jimwitte.net/baserowapi/intro.html#feedback-and-contributions).

## Installation

To install `baserowapi`, simply use pip:

`pip install baserowapi`

## Features

* Efficient API Calls: The Baserow class offers a streamlined way to make API requests.
* Robust Data Management: Manipulate and manage Baserow tables with ease using the Table and Row classes.
* Advanced Filtering: Employ Filter objects to efficiently retrieve data from tables.

## License

This project is licensed under the GNU GENERAL PUBLIC LICENSE, version 3.

## Dependencies

* Requests
* pytz

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jimwitte/baserowapi",
    "name": "baserowapi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "James P Witte",
    "author_email": "jim@thunderingbison.com",
    "download_url": "https://files.pythonhosted.org/packages/71/a9/140ee4ab4af60a990253dd4df1448b4319f21248bb9947e8e5d23d3d368d/baserowapi-0.1.0b4.tar.gz",
    "platform": null,
    "description": "# baserowapi\n\nBaserow API is a high-level API wrapper designed to integrate seamlessly with [Baserow](https://baserow.io), the open-source no-code database tool.\n\n## Documentation\n\nFor comprehensive details on how to use `baserowapi`, refer to the [official documentation](https://www.jimwitte.net/baserowapi).\n\nIf you're eager to get started, jump straight to the [quick start guide](https://www.jimwitte.net/baserowapi/quickstart.html).\n\nFor feedback, suggestions, or contributions, please see the [Feedback and Contributions section](https://www.jimwitte.net/baserowapi/intro.html#feedback-and-contributions).\n\n## Installation\n\nTo install `baserowapi`, simply use pip:\n\n`pip install baserowapi`\n\n## Features\n\n* Efficient API Calls: The Baserow class offers a streamlined way to make API requests.\n* Robust Data Management: Manipulate and manage Baserow tables with ease using the Table and Row classes.\n* Advanced Filtering: Employ Filter objects to efficiently retrieve data from tables.\n\n## License\n\nThis project is licensed under the GNU GENERAL PUBLIC LICENSE, version 3.\n\n## Dependencies\n\n* Requests\n* pytz\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "API wrapper for Baserow",
    "version": "0.1.0b4",
    "project_urls": {
        "Homepage": "https://github.com/jimwitte/baserowapi"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1abbf41ef113e9bbc5c5741ea3d81ba88f802e82286b8622da75a1315e11cdc2",
                "md5": "e9ba49bc11d8d70438fb8723193497e2",
                "sha256": "1ba0530409560172876db412cf5283acd7f42256384c737dcaea82b1c786ddfc"
            },
            "downloads": -1,
            "filename": "baserowapi-0.1.0b4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e9ba49bc11d8d70438fb8723193497e2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 96865,
            "upload_time": "2024-08-24T17:56:29",
            "upload_time_iso_8601": "2024-08-24T17:56:29.570347Z",
            "url": "https://files.pythonhosted.org/packages/1a/bb/f41ef113e9bbc5c5741ea3d81ba88f802e82286b8622da75a1315e11cdc2/baserowapi-0.1.0b4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71a9140ee4ab4af60a990253dd4df1448b4319f21248bb9947e8e5d23d3d368d",
                "md5": "3ddfde2465b34ff4f836274d51f14ecc",
                "sha256": "552ffc772bc06caa9e93905a6c28794a4ff9e657b7fd103215abfc6b6fef54d7"
            },
            "downloads": -1,
            "filename": "baserowapi-0.1.0b4.tar.gz",
            "has_sig": false,
            "md5_digest": "3ddfde2465b34ff4f836274d51f14ecc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 56262,
            "upload_time": "2024-08-24T17:56:30",
            "upload_time_iso_8601": "2024-08-24T17:56:30.941631Z",
            "url": "https://files.pythonhosted.org/packages/71/a9/140ee4ab4af60a990253dd4df1448b4319f21248bb9947e8e5d23d3d368d/baserowapi-0.1.0b4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-24 17:56:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jimwitte",
    "github_project": "baserowapi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "baserowapi"
}
        
Elapsed time: 0.28912s