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

Use it

The package has the following executables:

$ tp

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add torrent_parser

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

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';
3
likes
40
pub points
0%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

convert, crypto, json_annotation, path, torrent_bencode

More

Packages that depend on torrent_parser