Skip to content

Commit

Permalink
doc: Add new community based package
Browse files Browse the repository at this point in the history
Add short description + link to gspread-model package.

Signed-off-by: Alexandre Lavigne <[email protected]>
  • Loading branch information
lavigne958 committed Aug 19, 2024
1 parent 7dd406a commit 2624bc4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,3 @@ Using ``Authlib`` instead of ``google-auth``. Similar to `google.auth.transport.

# Fetch a cell range
cell_list = wks.range('A1:B7')




Object Relational Mappers (ORMs)
---------------------

gspread-models
~~~~~~~~~~~~~~~~~~~

The `gspread-models <https://github.com/s2t2/gspread-models-py>` package provides a straightforward and intuitive model-based query interface, making it easy to interact with Google Sheets as if it were more like a database.
7 changes: 7 additions & 0 deletions docs/community.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@ You can find the bellow libraries to use gsrpead with pandas:
* `gspread-dataframe <https://github.com/robin900/gspread-dataframe>`_

.. _gspread-orm-label:

Object Relational Mappers (ORMs)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The `gspread-models <https://github.com/s2t2/gspread-models-py>` package provides a straightforward and intuitive model-based
query interface, making it easy to interact with Google Sheets as if it were more like a database.

0 comments on commit 2624bc4

Please sign in to comment.