项目作者: pharo-contributions

项目描述 :
A Pharo implementation of beautiful Soup
高级语言: Smalltalk
项目地址: git://github.com/pharo-contributions/Soup.git
创建时间: 2019-06-29T05:01:02Z
项目社区:https://github.com/pharo-contributions/Soup

开源协议:

下载


Tests

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

Install

  1. Metacello new
  2. baseline: 'Soup';
  3. repository: 'github://pharo-contributions/Soup';
  4. load

If you want to depend on it

Add the following code to your Metacello baseline or configuration

  1. spec
  2. baseline: 'Soup'
  3. with: [ spec repository: 'github://pharo-contributions/Soup/' ]

Example Usage

Example Usage

History