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]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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 && <4.13), bytestring, containers, data-default, fail, regex-base, regex-tdfa, tagsoup (>=0.12.2), text, vector [details]
License Apache-2.0
Author Will Coster
Maintainer willcoster@gmail.com
Revised Revision 1 made by sjakobi at 2022-06-05T20:23:16Z
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.5.1)
Uploaded by fimad at 2017-04-25T03:14:29Z
Distributions LTSHaskell:0.6.2.2, NixOS:0.6.2.2, Stackage:0.6.2.2
Reverse Dependencies 4 direct, 3 indirect [details]
Downloads 4914 total (52 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-04-25 [all 1 reports]

Readme for scalpel-core-0.5.1

[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.