https://github.com/kz26/dottorrent-cli
Command-line tool for creating .torrent files, powered by dottorrent
https://github.com/kz26/dottorrent-cli
bittorrent cli python python3
Last synced: about 1 year ago
JSON representation
Command-line tool for creating .torrent files, powered by dottorrent
- Host: GitHub
- URL: https://github.com/kz26/dottorrent-cli
- Owner: kz26
- License: mit
- Created: 2017-12-28T18:12:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-12T17:34:56.000Z (almost 3 years ago)
- Last Synced: 2025-04-13T08:26:25.666Z (about 1 year ago)
- Topics: bittorrent, cli, python, python3
- Language: Python
- Homepage: https://dottorrent-cli.readthedocs.io
- Size: 20.5 KB
- Stars: 31
- Watchers: 2
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
dottorrent-cli
==============
Command-line tool for creating .torrent files, powered by `dottorrent `_
Documentation
-------------
Full documentation on how to use dottorrent-cli
from the command line is available at `dottorrent-cli.readthedocs.io `_.
.. image:: https://readthedocs.org/projects/dottorrent-cli/badge/
Installation
------------
Stable releases are available on PyPI and can be installed using ``pip``.
::
pip install dottorrent-cli
To install from the latest development sources, clone the git repo and run
``pip install .``
GUI
---
Looking for a GUI? Check out `dottorrent-gui `_.
License
-------
`MIT `_