scalpel-core: A high level web scraping library for Haskell.

[ apache, library, web ] [ Propose Tags ]

Scalpel core provides a subset of the scalpel web scraping library that is intended to have lightweight dependencies and to be free of all non-Haskell dependencies.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.5.0, 0.5.1, 0.6.0, 0.6.1, 0.6.2, 0.6.2.1, 0.6.2.2
Change log CHANGELOG.md
Dependencies base (>=4.6 && <5), bytestring, containers, data-default, fail, mtl, pointedlist, regex-base, regex-tdfa, tagsoup (>=0.12.2), text, transformers, vector [details]
License Apache-2.0
Author Will Coster
Maintainer willcoster@gmail.com
Category Web
Home page https://github.com/fimad/scalpel
Source repo head: git clone https://github.com/fimad/scalpel.git
this: git clone https://github.com/fimad/scalpel.git(tag v0.6.2.2)
Uploaded by fimad at 2023-12-08T07:06:47Z
Distributions LTSHaskell:0.6.2.2, NixOS:0.6.2.2, Stackage:0.6.2.2
Reverse Dependencies 4 direct, 3 indirect [details]
Downloads 4925 total (50 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-12-08 [all 1 reports]

Readme for scalpel-core-0.6.2.2

[back to package description]

Scalpel Core

Scalpel core provides a subset of the scalpel web scraping library that is intended to have lightweight dependencies and to be free of all non-Haskell dependencies.

Notably this package does not contain any networking support. Users who desire a batteries include solution should depend on scalpel which does include networking support instead of scalpel-core.

More thorough documentation including example code can be found in the documentation of the scalpel package.