zoukankan      html  css  js  c++  java
  • 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: Pythonctypes模块可以直接调用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: dnspythonPythonDNS工具包。它支持几乎所有记录类型。它可用于      查询,区域传输和动态更新。它支持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)

     

  • 相关阅读:
    从SVN下检出项目内容【步骤】
    添加购物车,或者存入缓冲中
    接触的电商项目中使用框架编写代码的常用点
    sql语句中【模糊查询like的使用】
    总结:String类型与Int类型的转换【实现插入操作主键自增】
    自定义TextView跑马灯效果
    Re-installation failed due to different application signatures解决方案
    使用Afinal提交的数据到服务器时,数据中带空格或是有换行操作时报错【处理方案】
    解决ScrollView嵌套ListView冲突问题,并且添加阻尼效果
    使用eclipse截取客户端当前页图片
  • 原文地址:https://www.cnblogs.com/z3286586/p/11130592.html
Copyright © 2011-2022 走看看