Metadata-Version: 2.1
Name: fast-bencode
Version: 1.0.1
Summary: The BitTorrent bencode module as light-weight, standalone package.
Home-page: https://github.com/synodriver/bencode3
Author: synodriver
Author-email: diguohuangjiajinweijun@gmail.com
License: BitTorrent Open Source License
Description: # fast-bencode for python3
        [![pypi](https://img.shields.io/pypi/v/fast-bencode.svg)](https://pypi.org/project/fast-bencode/)
        ![python](https://img.shields.io/pypi/pyversions/fast-bencode)
        ![implementation](https://img.shields.io/pypi/implementation/fast-bencode)
        ![wheel](https://img.shields.io/pypi/wheel/fast-bencode)
        ![license](https://img.shields.io/github/license/synodriver/fast-bencode.svg)
        ![action](https://img.shields.io/github/workflow/status/synodriver/fast-bencode/run%20unitest)
        ### forked from [bencode](https://github.com/bittorrent/bencode) to support latest version of python
        
        - extra cython extension to speedup
        - ```typing``` with mypy check
        - [](https://www.cnblogs.com/technology/p/BEncoding.html)
Keywords: bittorrent bencode bdecode
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6
Description-Content-Type: text/markdown
