Metadata-Version: 2.1
Name: py3createtorrent
Version: 1.0.0.dev1
Summary: Create torrents via command line!
Home-page: https://github.com/rsnitsch/py3createtorrent
Author: Robert Nitsch
Author-email: mail@robertnitsch.de
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/rsnitsch/py3createtorrent/issues
Project-URL: Source, https://github.com/rsnitsch/py3createtorrent
Keywords: torrents,commandline,shell,script
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Communications :: File Sharing
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.5, <4
Description-Content-Type: text/markdown
Requires-Dist: bencode.py

py3createtorrent
================

*Create torrents via command line!*

py3createtorrent is a comprehensive shell/commandline utility for creating torrents (Linux & Windows).

Some of the features:

* you can create **huge torrents** for any amount of data
* you can add a **comment** to the torrent file
* you can create **private torrents** (disabled DHT, ...)
* you can create torrents with **multiple trackers**
* you can create **trackerless torrents** (not yet released, but already implemented in develop branch)
* you can **exclude specific files/folders**
* you can exclude files/folders based on **regular expressions**
* you can specify **custom piece sizes**
* you can specify custom creation dates

Documentation
-------------

Installation, configuration and usage are explained here:
https://py3createtorrent.readthedocs.io/en/latest/user.html


