torrent_parser 1.2.0 copy "torrent_parser: ^1.2.0" to clipboard
torrent_parser: ^1.2.0 copied to clipboard

This library contains various utility to validate and parse .torrent files.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate torrent_parser
copied to clipboard

Use it

The package has the following executables:

$ tp
copied to clipboard

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add torrent_parser
copied to clipboard

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

dependencies:
  torrent_parser: ^1.2.0
copied to clipboard

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:torrent_parser/torrent_parser.dart';
copied to clipboard
3
likes
40
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.23 - 2025.04.07

This library contains various utility to validate and parse .torrent files.

Repository (GitHub)

License

MIT (license)

Dependencies

convert, crypto, json_annotation, path, torrent_bencode

More

Packages that depend on torrent_parser