Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 705 Bytes

File metadata and controls

25 lines (16 loc) · 705 Bytes

Release Notes

v2.0.1

  • When we download the source file with pypi, RELEASE_NOTES.md is included

v2.0.0

  • 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

v1.0.1

  • Add the contents of NOTICE to the beginning of the source code
  • Add basic information to __init__.py
  • Add CONTRIBUTING.md

v1.0.0

  • 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.