Metadata-Version: 2.4
Name: gam7
Version: 7.19.2
Summary: CLI tool to manage Google Workspace
Project-URL: Homepage, https://github.com/GAM-team/GAM
Project-URL: Issues, https://github.com/GAM-team/GAM/issues
Project-URL: Discussion, https://groups.google.com/group/google-apps-manager
Project-URL: Chat, https://git.io/gam-chat
Author-email: Jay Lee <jay0lee@gmail.com>, Ross Scroggs <Ross.Scroggs@gmail.com>
License: Apache License (2.0)
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Requires-Dist: chardet>=5.2.0
Requires-Dist: cryptography>=44.0.2
Requires-Dist: distro; sys_platform == 'linux'
Requires-Dist: filelock>=3.18.0
Requires-Dist: google-api-python-client>=2.167.0
Requires-Dist: google-auth-httplib2>=0.2.0
Requires-Dist: google-auth-oauthlib>=1.2.2
Requires-Dist: google-auth>=2.39.0
Requires-Dist: httplib2>=0.22.0
Requires-Dist: lxml>=5.4.0
Requires-Dist: passlib>=1.7.4
Requires-Dist: pathvalidate>=3.2.3
Requires-Dist: python-dateutil
Provides-Extra: yubikey
Requires-Dist: yubikey-manager>=5.6.1; extra == 'yubikey'
Description-Content-Type: text/markdown

GAM is a command line tool for Google Workspace admins to manage domain and user settings quickly and easily.

[![Build StatusM](https://github.com/GAM-team/GAM/actions/workflows/build.yml/badge.svg)](https://github.com/GAM-team/GAM/actions/workflows/build.yml)

# Quick Start

## Linux / MacOS

Open a terminal and run:

```sh
bash <(curl -s -S -L https://gam-shortn.appspot.com/gam-install)
```

this will download GAM, install it and start setup.

## Windows

Download the MSI Installer from the [GitHub Releases] page. Install the MSI and you'll be prompted to setup GAM.

# Documentation

The GAM documentation is hosted in the [GitHub Wiki]

# Mailing List / Discussion group

The GAM mailing list / discussion group is hosted on [Google Groups].  You can join the list and interact via email, or just post from the web itself.

# Chat Room

There is a public chat room hosted in Google Chat. [Instructions to join](https://github.com/GAM-team/GAM/wiki/GAM-Public-Chat-Room).

# Author

GAM is maintained by [Jay (James) Lee](mailto:jay0lee@gmail.com) and [Ross Scroggs](mailto:ross.scroggs@gmail.com). Please direct "how do I?" questions to [Google Groups].

[GAM release]: https://github.com/GAM-team/GAM/releases
[GitHub Releases]: https://github.com/GAM-team/GAM/releases
[GitHub]: https://github.com/GAM-team/GAM/tree/master
[GitHub Wiki]: https://github.com/GAM-team/GAM/wiki/
[Google Groups]: http://groups.google.com/group/google-apps-manager
