This directory contains documentation for the github-domain-scraper project.
- DEVELOPMENT.md - Development setup, dependencies, and workflow
- PUBLISHING.md - Complete guide for publishing new versions to PyPI
- QUICK_PUBLISH.md - Quick reference for the publishing process
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]For detailed information about publishing new versions, see:
- Complete Publishing Guide - Step-by-step instructions with explanations
- Quick Publishing Reference - Fast commands for experienced users
docs/
├── README.md # This file
├── DEVELOPMENT.md # Development guide
├── PUBLISHING.md # Complete publishing guide
└── QUICK_PUBLISH.md # Quick publishing reference