Metadata-Version: 2.4
Name: surf-scrap-hp
Version: 0.0.1
Summary: Scrape surf conditions from surf-report.com
Author: MISSONGO Aimé Blanchard, Hippolyte SODJINOU
License: MIT License
        
        Copyright (c) 2026
        
        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...
        
Project-URL: Homepage, https://github.com/Hippolyte90/surf-scrap-pack/tree/main/surf_project
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Requires-Dist: lxml
Requires-Dist: pandas
Dynamic: license-file

# surf-scrap 🌊

surf-scrap is a Python package that extracts surf conditions
from surf-report.com and saves them as a CSV file.

## Installation

```bash
pip install surf-scrap
