openwrt python27库的选择和库的大小
< > micropython................................................. Micro Python
< > micropython-lib.......................................... micropython-lib
-*- python................................... Python 2.7 programming language
-*- python-base....................................... Python 2.7 interpreter
-*- python-codecs........................ Python 2.7 codecs + unicode support
-*- python-compiler............................... Python 2.7 compiler module
-*- python-ctypes................................... Python 2.7 ctypes module
-*- python-db........................................... Python 2.7 db module
-*- python-decimal................................. Python 2.7 decimal module
-*- python-distutils.................................... Python 2.7 distutils
< > python-dns..................................................... dnspython
-*- python-email..................................... Python 2.7 email module
-*- python-gdbm....................................... Python 2.7 gdbm module
< > python-imglib............................... Python Imaging Library (PIL)
-*- python-light............................... Python 2.7 light installation
-*- python-logging................................. Python 2.7 logging module
-*- python-multiprocessing........................ Python 2.7 multiprocessing
<*> python-mysql........................... MySQL database adapter for Python
-*- python-ncurses................................. Python 2.7 ncurses module
-*- python-openssl..................................... Python 2.7 SSL module
<*> python-pip.......................... Tool for installing Python packages.
-*- python-pydoc..................................... Python 2.7 pydoc module
<*> python-pyserial.......................................... python-pyserial
-*- python-setuptools................... Tool for installing Python packages.
-*- python-sqlite3................................. Python 2.7 sqlite3 module
-*- python-unittest............................... Python 2.7 unittest module
-*- python-xml........................................... Python 2.7 xml libs
< > python-yaml........................... YAML parser and emitter for Python
1.Micropython: 软件包包含Micro Python,这是一种精简且快速的Python 3.4编程语言实现, 可以在微控制器(和低功耗计算机)上运行。(139KB)
2.micropython-lib:该软件包包含micropython-lib,这是一个为Micro Python开发非monolothic 标准库的项目。请注意,这是一项正在进行的工作,并且有些库可能缺 失,不完整或有错误。(212KB)
3.python-base: 这个软件包只包含解释器和解释器最小的\\开始。(639KB)
4.python-codecs: Python 2.7编解码器+ unicode支持。(679KB)
5. python-compiler: Python 2.7编译器模块。(58KB)
6.python-ctypes: Python的ctypes模块可以直接调用c/c++导出的函数,将c/c++编译成动态 连接库后可供python直接调用。(55KB)
7.python-db: Python 2.7 db模块。(64KB)
8.python-decimal: Python 2.7十进制模块。(47KB)
9.python-distutils: 这个库的目的是为开发者提供一种方便的打包方式, 同时为使用者提 供方便的安装方式(170KB)
10.python-dns: dnspython是Python的DNS工具包。它支持几乎所有记录类型。它可用于 查询,区域传输和动态更新。它支持TSIG认证消息和EDNS0。(136KB)
11.python-email: Python 2.7电子邮件模块。(47KB)
12.python-gdbm: Python 2.7 gdbm模块(5KB)
13.python-light: 这个包本质上是基于python的包加上一些很少使用的(和大的)库被剥离 到单独的包中。(1369KB)
14.python-logging: Python 2.7日志模块。(41KB)
15.python-multiprocessing: Python 2.7多处理。(63KB)
16.python-mysql: MySQLdb是流行的MySQL数据库/服务器的线程兼容接口,提供Python 数据库API。(36KB)
17.python-ncurses: Python 2.7 ncurses模块。(29KB)
18.python-openssl: Python 2.7 SSL模块。(35KB)
19.python-openssl: Python 2.7 SSL模块。(35KB)
20.python-pip: Python 2.7 pip模块。(1491KB)
21.python-pydoc: Python 2.7 pydoc模块。(178KB)
22.python-pyserial: 串口python绑定。(65KB)
23.Python-setuptools: Python 2.7 setuptools模块。(628KB)
24.python-sqlite3: Python 2.7 sqlite3 module。(23KB)
25.python-unittest: Python的单元测试框架,支持自动化测试。(32KB)
26.python-xml: Python 2.7 xml libs (170KB)
27.python-yaml: Python 的YAML解析器和发射器(95KB)
openwrt python27库的选择和库的大小的更多相关文章
- Linux下Qt创建共享库与链接共享库详解
随着程序写的逐渐变多,或多或少的我们都会使用别人写好的库:或者我们不想让别人看到我们的一些核心程序,可以将核心程序封装成库.本次和大家分享的是在Ubuntu下使用Qt生成共享库以及在Qt中链接共享库的 ...
- phpcms v9 企业黄页加入企业会员提示“请选择企业库类型!”
很多新进站长选择使用了PHPCMS v9内容管理系统,它强大的功能无疑吸引了很多人,尤其是企业黄页功能更是其中的佼佼者,但是官方发布的版本兼容性比较差,出现会员加入企业会员提示“请选择企业库类型!”, ...
- C++加密解密库之选择
项目中有这样一个需求,客户端登陆服务器时,为保证信息安全,需要对用户的密码进行加密传输,在服务器端接受到之后进行相应的解密. 一.加密算法分类 对称加密算法.不对称加密算法.不可逆加密算法 1.对称加 ...
- Delphi文字转语音TTS【支持选择语音库,播放,暂停,开始,停止,生成语音文件,设置音量,设置语速】
作者QQ:(648437169) 点击下载➨文字转语音TTS [Delphi 文字转语音TTS]调用系统自带的TTS组件,支持XP,vista,win7,win8,win10系统,支持选择语音库,播放 ...
- thinkphp5选择redis库,让数据存入不同的redis库
thinkphp5选择redis库,让数据存入不同的redis库 在登录的时候把个人信息存入redis,选择redis库1号库, db1 读取redis里面的个人信息
- iOS开发中静态库之".framework静态库"的制作及使用篇
iOS开发中静态库之".framework静态库"的制作及使用篇 .framework静态库支持OC和swift .a静态库如何制作可参照上一篇: iOS开发中静态库之" ...
- iOS XCode7制作.Framework动态库和.a静态库的总结
一.开发SDK时的支持情况: OC语言制作动态库时,支持iOS8+:OC语言制作静态库,支持iOS7+. Swift语言制作动态库时,支持iOS8+;Swift不支持静态库. 对于SDK来说,支持情况 ...
- maven发布项目到私服-snapshot快照库和release发布库的区别和作用及maven常用命令
maven发布项目到私服-snapshot快照库和release发布库的区别和作用及maven常用命令 在日常的工作中由于各种原因,会出现这样一种情况,某些项目并没有打包至mvnrepository. ...
- 《CMake实践》笔记三:构建静态库(.a) 与 动态库(.so) 及 如何使用外部共享库和头文件
<CMake实践>笔记一:PROJECT/MESSAGE/ADD_EXECUTABLE <CMake实践>笔记二:INSTALL/CMAKE_INSTALL_PREFIX &l ...
随机推荐
- 使用正则实现php的trim函数,支持全角空格
之前使用trim来移除一段文字开头的空格,移除不掉,发现是全角空格的锅. 便专门添加对全角空格的移除: trim($str," "); 但是效果并不好,因为trim函数对多字节字符 ...
- (转)MQTT 入门介绍
原文链接:https://blog.csdn.net/qq_2887... MQTT 入门介绍 一.简述 MQTT(Message Queuing Telemetry Transport,消息队列遥测 ...
- O001、写在最前面
参考https://www.cnblogs.com/CloudMan6/p/5224114.html <每天5分钟玩转 OpenStack> 1.系统讲解 OpenStac ...
- echarts图表自适应盒子的大小(盒子的大小是动态改变的),大到需要全屏展示
项目中用到了echarts,并且页面是自适应的,且页面中有一个[放大.缩小]功能,因此图表还需要根据盒子的大小来变化. 即:两个需求,如下: ① 图表根据窗口的大小自适应 ② 图表根据所在盒子的大小自 ...
- 在centos7上kvm网卡桥接
系统环境准备 [root@linux-node1 ~]# cat /etc/redhat-release CentOS Linux release (Core) [root@linux-node1 ~ ...
- linux进程调度的算法
linux进程的调度算法 这节我们来学习一下linux进程的优先级 linux进程的优先级 进程提供了两种优先级,一种是普通的进程优先级,第二个是实时优先级,前者使用SCHEED_NORMAL调度策略 ...
- java代码调用exe(cmd命令)
public class ShellCommand{ public static void execCmd(String cmd, boolean wait) { execC ...
- maven私仓搭建——nexus3
maven私仓搭建——nexus3本文主要介绍maven私仓在windows下的搭建.本文主要参考:http://www.cnblogs.com/bingyeh/p/5913486.html好,下面上 ...
- SpringBoot项目多模块打包与部署【pom文件问题】
[bean的pom] [user的pom] 特别注意,user模块因为有返回jsp页面和web相关,所以需要加入web依赖. chapter23 com.yuqiyu 1.0.0 4.0.0 com. ...
- DevExpress ASP.NET Core v19.1版本亮点:Visual Studio集成
行业领先的.NET界面控件DevExpress 发布了v19.1版本,本文将以系列文章的方式为大家介绍DevExpress ASP.NET Core Controls v19.1中新增的一些控件及增强 ...