Metadata-Version: 2.4
Name: provenova-crawler
Version: 0.1.0
Summary: Provenova public-QPU calibration crawler: fixture/live sources, vendor normalization, ToS-gated corpus ingestion, scheduling.
Author-email: Provenova <hi@ben.gy>
License: Apache-2.0
Project-URL: Homepage, https://provenova.net
Project-URL: Documentation, https://provenova.net/docs/corpus-and-leaderboard
Project-URL: Source, https://github.com/ben-gy/quantumledger
Keywords: quantum,calibration,crawler,benchmarks
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: provenova-core<0.2,>=0.1.0
Requires-Dist: SQLAlchemy<2.1,>=2.0
Requires-Dist: APScheduler<4,>=3.10
Requires-Dist: jsonschema>=4.20
Provides-Extra: live
Requires-Dist: requests>=2.31; extra == "live"
Dynamic: license-file

# provenova-crawler

Public-QPU calibration crawler for Provenova.

Collects vendor-native calibration data (IBM `BackendProperties`, IonQ
characterization, Amazon Braket device properties), normalizes it into the open
`qlprov/calibration/1.0` schema, applies each vendor's Terms-of-Service
redistribution policy, and ingests content-hash-deduplicated snapshots into the
longitudinal corpus that powers the cross-fleet leaderboard and the public
"State of Quantum Hardware" analytics.

The default `FixtureSource` runs entirely offline from the repo `fixtures/`
tree — zero credentials, zero network. `LiveSource` is a per-provider skeleton
that would call the real vendor APIs when explicitly enabled via config.
