typed_soup 1.0.1 copy "typed_soup: ^1.0.1" to clipboard
typed_soup: ^1.0.1 copied to clipboard

Dart native package inspired by Beautiful Soup 4 Python library. Provides easy ways of navigating, searching, and modifying the HTML tree.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add typed_soup

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  typed_soup: ^1.0.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:typed_soup/typed_soup.dart';
0
likes
0
points
193
downloads

Publisher

verified publishermrcrbrth.my.id

Weekly Downloads

Dart native package inspired by Beautiful Soup 4 Python library. Provides easy ways of navigating, searching, and modifying the HTML tree.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

html

More

Packages that depend on typed_soup