Skip to content

Oracking/littlesoup_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Little Soup Project

About

This project is aimed at creating a light-weight clone of the Beautiful Soup library. The littlesoup package parses html similar to Beautiful Soup's 'html.parser' with the added benefit of being smaller and faster.

However, this package is experimental; therefore, it is not advised to use it in big projects. Nevertheless, you can feel free to integrate it into any small project of yours. Any feedback will be greatly appreciated.

Using package

To use the package, simply clone this repository and copy the littlesoup package/folder into your project folder. To read the documentation on how to use it, go here: Documentation

How to build your own Little Soup

If you are interested in building this parser yourself, you can check out this tutorial which will guide you through building your own Little Soup: https://medium.com/@elarrick1/little-soup-lets-build-our-own-version-of-beautiful-soup-part-i-34dd8b488b75

About

A python library for parsing html

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages