Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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