Metadata-Version: 2.4
Name: faquilizer
Version: 0.1.2
Summary: A Jupyter Notebook template for processing lists of URLs with AI.
Author-email: Mike Levin <pipulate@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/miklevin/pipulate
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pipulate>=1.2.3
Requires-Dist: google-generativeai
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Requires-Dist: pandas
Requires-Dist: openpyxl

# Faquilizer

A simple, `pip install`-able package that provides a Jupyter Notebook template for processing lists of URLs with AI.

## Usage

1.  In a new notebook (like Google Colab):
    ```python
    !pip install faquilizer
    ```
2.  In the next cell, run:
    ```python
    import faquilizer
    ```
3.  Copy the template output and paste it into a new cell to get started.
