Metadata-Version: 2.1
Name: manjaro-torrent-find
Version: 0.1.2
Summary: Searches the OSDN Manjaro project for torrent files and downloads them.
License: GPL-3.0-or-later
Author: Chris Allison
Author-email: chris.charles.allison+mtf@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: bs4 (>=0.0.1,<0.0.2)
Requires-Dist: lxml (>=4.5.0,<5.0.0)
Requires-Dist: requests (>=2.23.0,<3.0.0)
Description-Content-Type: text/x-rst

Manjaro Torrent Find
====================

Reads the RSS feed from osdn.net/projects/manjaro/storage/!rss and parses out the
.torrent, .sig, .sha1 and .sha256 files. It then attempts to download them to the
current directory.

Installation
------------

Available from pypi, so `pip3 install manjaro-torrent-find --user` should suffice.
You'll then have a new command at `$HOME/.local/bin/mtf` so add that dir to your path.

Usage
-----

Once the local python scripts directory is on your path, just execute `mtf`.

