- When we download the source file with pypi, RELEASE_NOTES.md is included
- Support installation with pip
- Add Any in typing module to several functions as type annotation
- Add Requirements and Installation to README.md, add Japanese version README.md
- Add RELEASE_NOTES.md and Japanese RELEASE_NOTES.md
- Add the contents of NOTICE to the beginning of the source code
- Add basic information to __init__.py
- Add CONTRIBUTING.md
- Add the function to encode to bencode
- Add the function to decode bencode
Since these functions are processed recursively, they also support nested list and dictionary type.