Metadata-Version: 1.0
Name: pybencoder
Version: 1.0
Summary: Module to work with bencoded strings.
Home-page: https://github.com/cristianav/PyBencoder
Author: Cristian Năvălici
Author-email: ncristian@lemonsoftware.eu
License: LGPL
Download-URL: https://github.com/cristianav/PyBencoder/zipball/master
Description: PyBencoder - your bencoded strings module
        -------------------------------------------
        
        What is a Bencoded String?
        
        Bencode (pronounced like B encode) is the encoding used by the peer-to-peer file sharing system BitTorrent
        for storing and transmitting loosely structured data.
        
        For more info on bencoding check out `this <http://en.wikipedia.org/wiki/Bencode/>`_.
        
        It provides:
         - decoding of the different bencoded elements
         - encoding of the allowed types (byte strings, integers, lists, and dictionaries).
        
        Requires Python 2.6 or later.
        
Keywords: bencoding,encode,decode,bittorrent
Platform: POSIX
Platform: Windows
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
