Skip to content

pharo-contributions/Soup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published