Metadata-Version: 2.1
Name: fast-bencode
Version: 1.0
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
Keywords: bittorrent bencode bdecode
Platform: UNKNOWN

# 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

