ai-url-aggregator 0.1__py3-none-any.whl → 0.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,24 +1,24 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: ai_url_aggregator
3
- Version: 0.1
4
- Summary: Extracts all text results from an XPath query on a parsel Selector object.
3
+ Version: 0.2
4
+ Summary: Tool that uses Perplexity and OpenAI to search with SERP and filter for relevant URLs.
5
5
  Author-email: "Carlos A. Planchón" <carlosandresplanchonprestes@gmail.com>
6
- License: MIT License
6
+ License-Expression: MIT
7
7
  Project-URL: repository, https://github.com/carlosplanchon/ai_url_aggregator.git
8
8
  Keywords: openai,url,research,grabber
9
9
  Classifier: Intended Audience :: Developers
10
10
  Classifier: Topic :: Software Development :: Build Tools
11
- Classifier: License :: OSI Approved :: MIT License
12
11
  Classifier: Programming Language :: Python :: 3.13
12
+ Classifier: Programming Language :: Python :: 3.14
13
13
  Description-Content-Type: text/markdown
14
14
  License-File: LICENSE
15
15
  Requires-Dist: openai
16
16
  Requires-Dist: requests
17
+ Dynamic: license-file
17
18
 
18
- ```markdown
19
19
  # ai_url_aggregator
20
20
 
21
- > **Note**: *This is a small experimental library, provided as-is.
21
+ > **Note**: *This is a small experimental library, provided as-is.*
22
22
 
23
23
  **ai_url_aggregator** is a Python tool that leverages **Perplexity** and **OpenAI** to search the internet for relevant URLs, filter and deduplicate them, check their availability, and then select the most important ones based on GPT analysis.
24
24
 
@@ -36,6 +36,8 @@ Requires-Dist: requests
36
36
  4. **Relevance Ranking**
37
37
  - Uses an OpenAI model to select the most important websites from the deduplicated list of online URLs.
38
38
 
39
+ ### DeepWiki Docs: [https://deepwiki.com/carlosplanchon/ai_url_aggregator](https://deepwiki.com/carlosplanchon/ai_url_aggregator)
40
+
39
41
  ---
40
42
 
41
43
  ## Installation
@@ -43,7 +45,7 @@ Requires-Dist: requests
43
45
  ### 1. Install via PyPI
44
46
 
45
47
  ```bash
46
- pip install ai_url_aggregator
48
+ uv add ai_url_aggregator
47
49
  ```
48
50
 
49
51
  ### 2. Set Environment Variables
@@ -62,7 +64,7 @@ Replace `"PERPLEXITY_API_KEY"` and `"OPENAI_API_KEY"` with your actual API keys.
62
64
  1. **Clone or Download** this repository.
63
65
  2. **Install Dependencies**:
64
66
  ```bash
65
- pip install -r requirements.txt
67
+ uv sync
66
68
  ```
67
69
  This ensures all required libraries (like `openai`, `requests`, etc.) are installed.
68
70
 
@@ -126,6 +128,16 @@ print("--- Most Important Websites ---")
126
128
  prettyprinter.cpprint(most_important_websites)
127
129
  ```
128
130
 
131
+ Result (Main real state agencies in Uruguay):
132
+ ```python
133
+ [
134
+ 'https://www.infocasas.com.uy',
135
+ 'https://www.casasweb.com.uy',
136
+ 'https://www.mercadolibre.com.uy/inmuebles',
137
+ 'https://www.uruguayinmobiliarias.com'
138
+ ]
139
+ ```
140
+
129
141
  ---
130
142
 
131
143
  ## License
@@ -0,0 +1,6 @@
1
+ ai_url_aggregator/__init__.py,sha256=zWlr9dmGVcDR4vUEasc3TkSa9c_-xxnDiqkWyW3_9Uc,5264
2
+ ai_url_aggregator-0.2.dist-info/licenses/LICENSE,sha256=ng5atLTidZ1vzNYQp0LINoRma4D9cyw9ltbKTI8rvtE,1076
3
+ ai_url_aggregator-0.2.dist-info/METADATA,sha256=9z7tn2B_vmdgParaXc6fWz6iC_FIzMI961ZIex03FI0,4676
4
+ ai_url_aggregator-0.2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
5
+ ai_url_aggregator-0.2.dist-info/top_level.txt,sha256=2e84HTivOatdO4XAN65m_e0-OMNMvzCeOOl71xkPczw,18
6
+ ai_url_aggregator-0.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,6 +0,0 @@
1
- ai_url_aggregator/__init__.py,sha256=zWlr9dmGVcDR4vUEasc3TkSa9c_-xxnDiqkWyW3_9Uc,5264
2
- ai_url_aggregator-0.1.dist-info/LICENSE,sha256=ng5atLTidZ1vzNYQp0LINoRma4D9cyw9ltbKTI8rvtE,1076
3
- ai_url_aggregator-0.1.dist-info/METADATA,sha256=TBneHq_CUjrPPa9VGmcbZnbETYobrgnjnaRF6a_cEso,4320
4
- ai_url_aggregator-0.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
5
- ai_url_aggregator-0.1.dist-info/top_level.txt,sha256=2e84HTivOatdO4XAN65m_e0-OMNMvzCeOOl71xkPczw,18
6
- ai_url_aggregator-0.1.dist-info/RECORD,,