Metadata-Version: 2.1
Name: bluemoss
Version: 0.1.2
Summary: bluemoss enables you to easily scrape websites.
Home-page: https://github.com/LucaTabone/bluemoss
Author: Luca Tabone
Author-email: luca@tabone.io
Maintainer: Luca Tabone
License: APACHE
Project-URL: Documentation, https://github.com/LucaTabone/bluemoss/blob/main/README.md
Project-URL: Source, https://github.com/LucaTabone/bluemoss
Project-URL: Tracker, https://github.com/LucaTabone/bluemoss/issues
Keywords: xpath,scrape,scraping,bluemoss,webscraping,web-scraping,recipe-scraping,template-scraping
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Typing :: Typed
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: Topic :: Utilities
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Internet :: WWW/HTTP :: Browsers
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.11.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: lxml
Requires-Dist: beautifulsoup4

<p align="center">
  <img src="logo.png" width="420px" align="center" alt="bluemoss logo" />
  <h1 align="center">bluemoss</h1>
  <p align="center">
    ✨ <a href="https://github.com/LucaTabone/bluemoss">GitHub</a> ✨
    <br/>
    A simple way to scrape the web.
  </p>
</p>
