softhauzpy 0.0.1__tar.gz → 0.0.2__tar.gz

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,15 +1,15 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: softhauzpy
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Description-Content-Type: text/markdown
5
5
 
6
6
  # SofthauzPy
7
7
  **SofthauzPy** is a comprehensive Python toolkit built for developers creating intelligent, data-driven web applications. It provides a powerful suite of web utilities including web scraping tools, crawling systems, content extraction pipelines, and search engine components that help developers build fully customizable in-house website search solutions.
8
8
 
9
- Designed for scalability and flexibility, Softhauz enables teams to collect, process, index, and search website content efficiently — all within a clean Python-first development ecosystem.
9
+ Designed for scalability and flexibility, **SofthauzPy** enables teams to collect, process, index, and search website content efficiently all within a clean Python-first development ecosystem.
10
10
 
11
- Built for developers who need scalable web data tools and intelligent search capabilities, Softhauz simplifies the process of scraping, processing, indexing, and searching website content.
12
- From lightweight crawlers to fully customizable in-house search engine functionality, Softhauz helps developers build smarter web applications without relying heavily on external search services.
11
+ Built for developers who need scalable web data tools and intelligent search capabilities, **SofthauzPy** simplifies the process of scraping, processing, indexing, and searching website content.
12
+ From lightweight crawlers to fully customizable in-house search engine functionality, **SofthauzPy** helps developers build smarter web applications without relying heavily on external search services.
13
13
 
14
14
 
15
15
  ## Key Features
@@ -1,10 +1,10 @@
1
1
  # SofthauzPy
2
2
  **SofthauzPy** is a comprehensive Python toolkit built for developers creating intelligent, data-driven web applications. It provides a powerful suite of web utilities including web scraping tools, crawling systems, content extraction pipelines, and search engine components that help developers build fully customizable in-house website search solutions.
3
3
 
4
- Designed for scalability and flexibility, Softhauz enables teams to collect, process, index, and search website content efficiently — all within a clean Python-first development ecosystem.
4
+ Designed for scalability and flexibility, **SofthauzPy** enables teams to collect, process, index, and search website content efficiently — all within a clean Python-first development ecosystem.
5
5
 
6
- Built for developers who need scalable web data tools and intelligent search capabilities, Softhauz simplifies the process of scraping, processing, indexing, and searching website content.
7
- From lightweight crawlers to fully customizable in-house search engine functionality, Softhauz helps developers build smarter web applications without relying heavily on external search services.
6
+ Built for developers who need scalable web data tools and intelligent search capabilities, **SofthauzPy** simplifies the process of scraping, processing, indexing, and searching website content.
7
+ From lightweight crawlers to fully customizable in-house search engine functionality, **SofthauzPy** helps developers build smarter web applications without relying heavily on external search services.
8
8
 
9
9
 
10
10
  ## Key Features
@@ -1,11 +1,11 @@
1
1
  from setuptools import setup, find_packages
2
2
 
3
- with open("README.md", "r") as f:
3
+ with open("README.md", "r", encoding="utf-8") as f:
4
4
  description = f.read()
5
5
 
6
6
  setup(
7
7
  name='softhauzpy',
8
- version='0.0.1',
8
+ version='0.0.2',
9
9
  packages=find_packages(),
10
10
  install_requires=[
11
11
  'requests>=2.32.3',
@@ -1,15 +1,15 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: softhauzpy
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Description-Content-Type: text/markdown
5
5
 
6
6
  # SofthauzPy
7
7
  **SofthauzPy** is a comprehensive Python toolkit built for developers creating intelligent, data-driven web applications. It provides a powerful suite of web utilities including web scraping tools, crawling systems, content extraction pipelines, and search engine components that help developers build fully customizable in-house website search solutions.
8
8
 
9
- Designed for scalability and flexibility, Softhauz enables teams to collect, process, index, and search website content efficiently — all within a clean Python-first development ecosystem.
9
+ Designed for scalability and flexibility, **SofthauzPy** enables teams to collect, process, index, and search website content efficiently all within a clean Python-first development ecosystem.
10
10
 
11
- Built for developers who need scalable web data tools and intelligent search capabilities, Softhauz simplifies the process of scraping, processing, indexing, and searching website content.
12
- From lightweight crawlers to fully customizable in-house search engine functionality, Softhauz helps developers build smarter web applications without relying heavily on external search services.
11
+ Built for developers who need scalable web data tools and intelligent search capabilities, **SofthauzPy** simplifies the process of scraping, processing, indexing, and searching website content.
12
+ From lightweight crawlers to fully customizable in-house search engine functionality, **SofthauzPy** helps developers build smarter web applications without relying heavily on external search services.
13
13
 
14
14
 
15
15
  ## Key Features
File without changes