Metadata-Version: 2.1
Name: tygle
Version: 0.1.2
Summary: Typed Google or simply tygle.
Home-page: https://github.com/typed-google/tygle
Author: shmookoff
Author-email: shmookoff@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Provides-Extra: drive
Provides-Extra: sheets
Requires-Dist: aiogoogle (==4.0.0)
Requires-Dist: pydantic (>=1.9.0,<2.0.0)
Requires-Dist: tygle-drive (>=0.1.0,<0.2.0); extra == "drive"
Requires-Dist: tygle-sheets (>=0.1.0,<0.2.0); extra == "sheets"
Project-URL: Repository, https://github.com/typed-google/tygle
Description-Content-Type: text/markdown

# **tygle**

**Ty**ped Goo**gle** or simply *~~tiger~~* tygle.  
Created using [Aiogoogle](https://github.com/omarryhan/aiogoogle) for interaction with Google APIs and [pydantic](https://github.com/samuelcolvin/pydantic) for typing.

## Work In Progress
🛑 This is a WIP package. Expect bugs and changes.

## Installation
In order to install the package, install tygle itself and the APIs you need.  
For example: `pip install tygle[sheets]`

## Supported APIs
Currently, tygle only supports following APIs:  
1. [Sheets](https://github.com/typed-google/tygle-sheets) – `tygle[sheets]`
2. [Drive](https://github.com/typed-google/tygle-drive) – `tygle[drive]`
