Metadata-Version: 1.1
Name: dottorrent
Version: 1.2.2
Summary: High-level Python 3 library and CLI tool for creating .torrent files
Home-page: https://github.com/kz26/dottorrent
Author: Kevin Zhang
Author-email: kevin@kevinzhang.me
License: UNKNOWN
Description: dottorrent
        ==========
        
        High-level Python 3 library and CLI tool for creating .torrent files
        
        Documentation
        -------------
        
        Full documentation on how to use the dottorrent as a Python library and
        from the command line is available at `dottorrent.readthedocs.io <http://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
        
        License
        -------
        
        `MIT <https://opensource.org/licenses/MIT>`_
Keywords: bittorrent torrent bencode
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
