Python base64模块,常用函数和类

下面列出了Python base64 模块中定义的常用函数和类,我们从3877个开源Python项目中,按照使用频率进行了排序。

函数和类 使用项目数
1. b64encode() 用在(2493)个项目中
2. b64decode() 用在(1834)个项目中
3. urlsafe_b64encode() 用在(488)个项目中
4. encodestring() 用在(481)个项目中
5. urlsafe_b64decode() 用在(371)个项目中
6. decodestring() 用在(341)个项目中
7. standard_b64encode() 用在(217)个项目中
8. decodebytes() 用在(110)个项目中
9. encodebytes() 用在(98)个项目中
10. b85decode() 用在(95)个项目中
11. b32encode() 用在(94)个项目中
12. b32decode() 用在(71)个项目中
13. b16encode() 用在(54)个项目中
14. standard_b64decode() 用在(51)个项目中
15. b16decode() 用在(45)个项目中
16. encode() 用在(30)个项目中
17. decode() 用在(18)个项目中
18. b85encode() 用在(10)个项目中