Metadata-Version: 2.1
Name: seyhuns-bencode
Version: 0.1.6
Summary: Bencode Parser
Home-page: https://github.com/seyhuns/bencode
Author: Rustu Seyhun Sariyildiz
Author-email: me@seyhun.dev
License: MIT
Description: 
        bencode
        =======
        
        Summary
        -------
        File stream parser that de/encoding Bencode data format.
        
        More information about [Bencode](https://en.wikipedia.org/wiki/Bencode).
        
        
        Installation
        ------------
        ```console
        $ pip install seyhuns-bencode
        ``` 
        
        Running decoder
        --------------------------------------
        ```console
        $ seyhuns_bencode decode https://webtorrent.io/torrents/big-buck-bunny.torrent
        ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
