Releases: JayBaywatch/linktrace
Releases · JayBaywatch/linktrace
linktrace v0.2.13
Fix bug in Spider.py: URLs were only marked as visited after a crawl completed, so two concurrent parents could enqueue the same child before either task finished, and duplicate queue entries could also be dispatched in the same batch.
linktrace v0.2.12
updated classifier
linktrace 0.2.10
updated license to MIT
linktrace 0.2.9
Updated license
linktrace 0.2.8
Adds badges to readme.md
linktrace 0.2.6
minor fix: fixed broken links in readme.md
linktrace v0.2.6
minor fix: corrected links in markdown files to FQDN URLs
linktrace 0.2.5
General Cleanup
- migrated github repo url
- migrated pre-commit
linktrace v0.2.3
fixed build recipes
updated readme
What Makes linktrace Different?
- Every crawled URL becomes a rich
Documentobject - Automatic internal/external link classification
- Persistent async HTTP sessions with connection reuse
- Data-engineering friendly exports (Pandas, Polars, PyArrow)
- Simple API without framework boilerplate