Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 365 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 365 Bytes

Simple tools for consuming sitemap files

Goals:

  • Simple
  • Composable
  • Parser process a single page without recursion
  • Crawler class has "visit_one" method to allow background crawling
  • For internal use (not adding to PyPI, at this time, anyway)

TO CREATE DEVELOPMENT ENVIRONMENT

make installs development environment, pre-commit hook, runs pre-commit