Metadata-Version: 2.1
Name: gdrive-pydantic-wrapper
Version: 0.3.0
Summary: Skeleton project created by Cookiecutter PyPackage.
Home-page: https://github.com/luiscberrocal/gdrive-pydantic-wrapper
License: MIT
Author: Luis C. Berrocal
Author-email: luis.berrocal.1942@gmail.com
Requires-Python: >=3.10,<3.13
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: google-api-python-client (>=2.112.0,<3.0.0)
Requires-Dist: google-auth-httplib2 (>=0.2.0,<0.3.0)
Requires-Dist: google-auth-oauthlib (>=1.2.0,<2.0.0)
Requires-Dist: pydantic (>=2.5.3,<3.0.0)
Requires-Dist: rich (>=13.6.0,<14.0.0)
Description-Content-Type: text/markdown

# Py Google Drive


[![pypi](https://img.shields.io/pypi/v/gdrive-pydantic-wrapper.svg)](https://pypi.org/project/gdrive-pydantic-wrapper/)
[![python](https://img.shields.io/pypi/pyversions/gdrive-pydantic-wrapper.svg)](https://pypi.org/project/gdrive-pydantic-wrapper/)
[![Build Status](https://github.com/luiscberrocal/gdrive-pydantic-wrapper/actions/workflows/dev.yml/badge.svg)](https://github.com/luiscberrocal/gdrive-pydantic-wrapper/actions/workflows/dev.yml)
[![codecov](https://codecov.io/gh/luiscberrocal/gdrive-pydantic-wrapper/branch/main/graphs/badge.svg)](https://codecov.io/github/luiscberrocal/gdrive-pydantic-wrapper)



Skeleton project created by Cookiecutter PyPackage


* Documentation: <https://luiscberrocal.github.io/gdrive-pydantic-wrapper>
* GitHub: <https://github.com/luiscberrocal/gdrive-pydantic-wrapper>
* PyPI: <https://pypi.org/project/gdrive-pydantic-wrapper/>
* Free software: MIT

## Installation

```shell
poetry add gdrive_pydantic_wrapper
```
## Features

* TODO

## Credits

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter), [waynerv/cookiecutter-pypackage](https://github.com/waynerv/cookiecutter-pypackage)
and [luiscberrocal/cookiecutter-pypackage](https://github.com/luiscberrocal/cookiecutter-pypackage) project template.

