Crate sppd_cli

Crate sppd_cli 

Source
Expand description

sppd-cli library

This crate provides the core functionality for the sppd-cli binary.

§Modules

  • downloader - Fetches ZIP file links and downloads archives from Spanish procurement data sources
  • extractor - Extracts ZIP files containing XML/Atom feeds
  • parser - Parses XML/Atom files and converts them to Parquet format
  • cli - Command-line interface for orchestrating the download and processing workflow
  • models - Data structures representing procurement entries and types
  • errors - Error types used throughout the application
  • config - Configuration types and helpers for pipeline defaults and TOML loading

Modules§

cli
config
downloader
errors
extractor
models
parser