Metadata-Version: 2.1
Name: webleaf
Version: 0.1.0
Summary: HTML DOM Tree Leaf Structure Identification Package
Author-email: Matthew Thomson <m7homson@gmail.com>
License: MIT License
        
        Copyright (c) 2024 Matt Thomson
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: homepage, https://thomsn.github.io/WebLeaf/webleaf.html
Project-URL: repository, https://github.com/thomsn/WebLeaf
Project-URL: documentation, https://thomsn.github.io/WebLeaf/webleaf.html
Keywords: dom,web,webscraping,leaf,beautifulsoup,html,tree,structure,embedding
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4 ==4.12.3

# WebLeaf Package
#### HTML DOM Tree Leaf Structure Identification Package

<p align="center">
  <img src="https://github.com/thomsn/WebLeaf/raw/main/docs/logo.webp" alt="WebLeaf Logo" style="width: 50%;">
</p>

<em>"You become who you surround yourself with."</em> 

src: Someone Important

# Description
Websites are generally built as a composition of components. If you understand the structure of a given website then you
can better understand the data within it. This package helps you classify elements within the DOM tree by creating a 
set representation of an element's neighbors. This set can then be used to develop robust data scraping logic. 

-> show image of HTML and an image of the result. make it clear how it works 

# Concepts

### Leaf
