Metadata-Version: 2.1
Name: autopop
Version: 2.6
Summary: Auto Populate GDoc tables using LLMs.
Home-page: https://github.com/yourusername/yourrepository
Author: David Schwartz
Author-email: david.schwartz@devfactory.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: boto3
Requires-Dist: requests
Requires-Dist: openai
Requires-Dist: anthropic
Requires-Dist: paper-qa
Requires-Dist: langchain
Requires-Dist: importlib

## AutoPop: Auto Populate Google Doc Tables using LLMs
### Description
AutoPop is a Python package designed to automatically populate tables in Google Docs using Large Language Models (LLMs). The package leverages the power of LLMs to generate content for various aspects of a Google Doc, making it easier to create comprehensive and informative tables without manual effort.

### Features
Auto-populate tables in Google Docs with data generated by LLMs.
Supports various types of LLMs including GPT-4, Claude, etc.
Easy to use with a simple Python API.
Highly customizable to suit different use-cases.

### Installation
To install the package, run:

pip install autopop

### Dependencies
requests
selenium
openai

### Usage
TBD

### Contributing
Contributions are welcome! Please read the contributing guidelines to get started.

### License
This project is licensed under the MIT License. See LICENSE.md for details.

### Contact
For questions and support, please contact david.schwartz@devfactory.com.


