Contributing#

We welcome contributions! Here’s how to get started:

Development Setup#


# Clone and install in development mode git clone rmonteiro-pereira/Scraper-Lib.git cd Scraper-Lib pip install -e .[dev]

Workflow#

  1. Fork the repository

  2. Create a feature branch (git checkout -b feature/your-feature)

  3. Commit your changes (git commit -am 'Add some feature')

  4. Push to the branch (git push origin feature/your-feature)

  5. Open a Pull Request

Guidelines#

  • Follow PEP 8 style guide

  • Include unit tests for new features

  • Update documentation when adding new functionality

  • Use descriptive commit messages