Skip to content

A Pharo implementation of beautiful Soup

Notifications You must be signed in to change notification settings

zweidenker/Soup

 
 

Repository files navigation

Soup

Soup is a simple HTML scraping library.

Install

Metacello new
	baseline: 'Soup';
	repository: 'github://Ducasse/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://Ducasse/Soup/' ]

About

A Pharo implementation of beautiful Soup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smalltalk 94.4%
  • HTML 5.6%