Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.13 KB

File metadata and controls

38 lines (27 loc) · 1.13 KB

Documentation

This directory contains documentation for the github-domain-scraper project.

Contents

Development Setup

To set up the development environment:

# Clone the repository
git clone https://github.com/Parth971/github-domain-scraper.git
cd github-domain-scraper

# Install in development mode with all dependencies
pip install -e .[build,dev]

Publishing

For detailed information about publishing new versions, see:

Project Structure

docs/
├── README.md           # This file
├── DEVELOPMENT.md      # Development guide
├── PUBLISHING.md       # Complete publishing guide
└── QUICK_PUBLISH.md    # Quick publishing reference