pharo-contributions / Soup

A Pharo implementation of beautiful Soup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests

Soup is a simple HTML scraping library, ported from Python of Beautiful Soup.

Install

Metacello new
	baseline: 'Soup';
	repository: 'github://pharo-contributions/Soup';
	load

If you want to depend on it

Add the following code to your Metacello baseline or configuration

spec 
   baseline: 'Soup' 
   with: [ spec repository: 'github://pharo-contributions/Soup/' ]

Example Usage

Example Usage

History

About

A Pharo implementation of beautiful Soup

License:MIT License


Languages

Language:Smalltalk 100.0%