Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kz26/dottorrent

High-level Python 3 library for creating .torrent files
https://github.com/kz26/dottorrent

bittorrent library python python3

Last synced: about 2 months ago
JSON representation

High-level Python 3 library for creating .torrent files

Awesome Lists containing this project

README

        

dottorrent
==========

High-level Python 3 library for creating .torrent files

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

Full documentation on how to use dottorrent
is available at `dottorrent.readthedocs.io `_.

.. image:: https://readthedocs.org/projects/dottorrent/badge/

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

Stable releases are available on PyPI and can be installed using ``pip``.
::

pip install dottorrent

To install from the latest development sources, clone the git repo and run
``pip install .``

CLI and GUI
-----------

Looking for a command-line interface? Check out `dottorrent-cli `_.

Looking for a GUI? Check out `dottorrent-gui `_.

License
-------

`MIT `_