패키지
LEDE는 장치의 기능을 확장하기 위해 수천개의 패키지를 제공합니다.
이 페이지는 LEDE 17.01에서 사용 가능한 패키지들의 목록입니다.
패키지 목차
사용 가능한 패키지의 간략한 개요는 패키지 목차에서 확인할 수 있습니다.
패키지 분류
패키지 분류를 클릭하면 패키지 테이블이 필터링되지만 직접 수동으로 필터링 할 수도 있습니다.
패키지 테이블
아래 표는 성능상의 이유로 한 페이지에 50개의 패키지만 출력합니다.
- 왼쪽 밑에 있는 “next page” 또는 “previous page”를 클릭하면 다음 또는 이전의 50개의 패키지를 출력합니다.
- 테이블 제일 위의 열 명을 클릭하면 그 열을 기준으로 정렬됩니다.
흰색 창에 필터 기준을 입력하세요.
아래 표에서 패키지 이름을 클릭하면 해당 패키지의 문서가 있는 페이지로 이동합니다. 없는 경우 자유롭게 추가할 수 있습니다.
Filtered by categories='languages---python'
| Category | Name | Version | Dependencies | ...........................................Description........................................... | File size | Installed size | License | Maintainer | Bug report | ↓ Source code |
|---|---|---|---|---|---|---|---|---|---|---|
| languages---python | python-ipaddress | 1.0.22-1 | libc, libssp, python-light | Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2. | 21kB | 20kB | Python-2.0 | Jeffery To | Bug reports | Sources |
| languages---python | python-ldap | 2.4.32-1 | libc, libssp, libopenldap, python | python-ldap provides an object-oriented API to access LDAP directory servers from Python programs. Mainly it wraps the OpenLDAP 2.x libs for that purpose. Additionally the package contains modules for other LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema, LDAPv3 extended operations and controls, etc.). | 96kB | 95kB | Python-style | Dmitry Trefilov | Bug reports | Sources |
| languages---python | python-lxml | 4.1.1-1 | libc, libssp, libxml2, libxslt, libexslt, python-light, python-codecs | The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and libxslt. | 1146kB | 1148kB | BSD | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python-mysql | 1.2.5-1 | libc, libssp, python, libmysqlclient | MySQLdb is an thread-compatible interface to the popular MySQL database server that provides the Python database API. | 36kB | 35kB | GPL-2.0 | Gergely Kiss | Bug reports | Sources |
| languages---python | python-packages | 1.0-1 | libc, python | A dummy package for packaging python modules with pip | 0kB | 0kB | Yousong Zhou | Bug reports | Sources | |
| languages---python | python-parsley-src | 1.3-3 | libc, libssp | Parsing and pattern matching made easy.. (Contains the Python sources for this package). | 56kB | 55kB | MIT | Jeffery To | Bug reports | Sources |
| languages---python | python-parsley | 1.3-3 | libc, python-light | Parsing and pattern matching made easy. | 91kB | 90kB | MIT | Jeffery To | Bug reports | Sources |
| languages---python | python-pcapy | 0.11.1-1 | libc, libssp, python, libpcap, libstdcpp | Pcapy is a Python extension module that interfaces with the libpcap packet capture library. Pcapy enables python scripts to capture packets on the network. Pcapy is highly effective when used in conjunction with a packet-handling package such as Impacket, which is a collection of Python classes for constructing and dissecting network packets. | 8kB | 7kB | Apache-1.1 | Andrew McConachie | Bug reports | Sources |
| languages---python | python-ply-src | 3.11-1 | libc, libssp | PLY is a 100% Python implementation of the common parsing tools lex and yacc.. (Contains the Python sources for this package). | 45kB | 44kB | BSD-3-Clause | Jeffery To | Bug reports | Sources |
| languages---python | python-ply | 3.11-1 | libc, libssp, python-light | PLY is a 100% Python implementation of the common parsing tools lex and yacc. | 44kB | 43kB | BSD-3-Clause | Jeffery To | Bug reports | Sources |
| languages---python | python-psycopg2 | 2.6.2-1 | libc, libssp, python, libpq, python-egenix-mx-base | Psycopg is the most popular PostgreSQL adapter for the Python programming language | 134kB | 133kB | LGPL-3.0+ | Dmitry Trefilov | Bug reports | Sources |
| languages---python | python-pyasn1-modules-src | 0.2.1-2 | libc | This is a small but growing collection of ASN.1 data structures expressed in Python terms using pyasn1 data model.. (Contains the Python sources for this package). | 42kB | 41kB | BSD-2-Clause | Jeffery To, Alexandru Ardelean, | Bug reports | Sources |
| languages---python | python-pyasn1-modules | 0.2.1-2 | libc, python-light, python-pyasn1 | This is a small but growing collection of ASN.1 data structures expressed in Python terms using pyasn1 data model. | 79kB | 78kB | BSD-2-Clause | Jeffery To, Alexandru Ardelean, | Bug reports | Sources |
| languages---python | python-pyasn1-src | 0.4.3-1 | libc | This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification.. (Contains the Python sources for this package). | 51kB | 50kB | BSD-2-Clause | Jeffery To, Alexandru Ardelean, | Bug reports | Sources |
| languages---python | python-pyasn1 | 0.4.3-1 | libc, libssp, python-light | This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification. | 77kB | 76kB | BSD-2-Clause | Jeffery To, Alexandru Ardelean, | Bug reports | Sources |
| languages---python | python-pycparser-src | 2.18-2 | libc | pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code.. (Contains the Python sources for this package). | 52kB | 51kB | BSD-3-Clause | Jeffery To | Bug reports | Sources |
| languages---python | python-pycparser | 2.18-2 | libc, libssp, python-light, python-ply | pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code. | 68kB | 68kB | BSD-3-Clause | Jeffery To | Bug reports | Sources |
| languages---python | python-pyopenssl-src | 17.5.0-2 | libc, libssp | Python wrapper module around the OpenSSL library. (Contains the Python sources for this package). | 41kB | 41kB | Apache-2.0 | Jeffery To, Alexandru Ardelean, | Bug reports | Sources |
| languages---python | python-pyopenssl | 17.5.0-2 | libc, python-light, python-cryptography, python-six | Python wrapper module around the OpenSSL library | 58kB | 57kB | Apache-2.0 | Jeffery To, Alexandru Ardelean, | Bug reports | Sources |
| languages---python | python-pyptlib-src | 0.0.6-2 | libc, libssp | A python implementation of the Pluggable Transports for Circumvention specification for Tor. (Contains the Python sources for this package). | 11kB | 10kB | BSD-3-Clause | Jeffery To | Bug reports | Sources |
| languages---python | python-pyptlib | 0.0.6-2 | libc, python-light | A python implementation of the Pluggable Transports for Circumvention specification for Tor | 15kB | 15kB | BSD-3-Clause | Jeffery To | Bug reports | Sources |
| languages---python | python-pyserial | 3.1.1-1 | libc, python-light | serial port python bindings | 66kB | 65kB | Python-2.0 | Micke Prag | Bug reports | Sources |
| languages---python | python-service-identity-src | 17.0.0-2 | libc, libssp | service_identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes.. (Contains the Python sources for this package). | 6kB | 5kB | MIT | Jeffery To | Bug reports | Sources |
| languages---python | python-service-identity | 17.0.0-2 | libc, python-light, python-attrs, python-pyasn1, python-pyasn1-modules, python-pyopenssl | service_identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes. | 10kB | 10kB | MIT | Jeffery To | Bug reports | Sources |
| languages---python | python-six-src | 1.11.0-2 | libc, libssp | Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided.. (Contains the Python sources for this package). | 8kB | 7kB | MIT | Jeffery To, Alexandru Ardelean, | Bug reports | Sources |
| languages---python | python-six | 1.11.0-2 | libc, libssp, python-light | Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided. | 12kB | 11kB | MIT | Jeffery To, Alexandru Ardelean, | Bug reports | Sources |
| languages---python | python-txsocksx-src | 1.15.0.2-2 | libc, libssp | txsocksx is SOCKS4/4a and SOCKS5 client endpoints for Twisted 10.1 or greater.. (Contains the Python sources for this package). | 7kB | 6kB | ISC | Jeffery To | Bug reports | Sources |
| languages---python | python-txsocksx | 1.15.0.2-2 | libc, libssp, python-light, python-parsley, twisted | txsocksx is SOCKS4/4a and SOCKS5 client endpoints for Twisted 10.1 or greater. | 13kB | 13kB | ISC | Jeffery To | Bug reports | Sources |
| languages---python | python-urllib3 | 1.22-1 | libc, python | HTTP library with thread-safe connection pooling, file post, and more. | 102kB | 102kB | MIT | Gergely Kiss | Bug reports | Sources |
| languages---python | python-yaml | 3.12-1 | libc, libssp, libyaml, python-light, python-codecs | YAML parser and emitter for Python | 101kB | 101kB | MIT | Nicolas Thill | Bug reports | Sources |
| languages---python | python-zope-interface-src | 4.5.0-1 | libc, libssp | This package provides an implementation of “object interfaces” for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. So, this package can be considered as implementation of the Design By Contract methodology support in Python.. (Contains the Python sources for this package). | 42kB | 41kB | ZPL-2.1 | Jeffery To | Bug reports | Sources |
| languages---python | python-zope-interface | 4.5.0-1 | libc, python-light | This package provides an implementation of “object interfaces” for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. So, this package can be considered as implementation of the Design By Contract methodology support in Python. | 78kB | 77kB | ZPL-2.1 | Jeffery To | Bug reports | Sources |
| languages---python | python-base-src | 2.7.15-2 | libc, libssp | This package contains only the interpreter and the bare minimum for the interpreter to start.. (Contains the Python sources for this package). | 65kB | 65kB | PSF | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python-base | 2.7.15-2 | libc, libssp, libpthread, zlib | This package contains only the interpreter and the bare minimum for the interpreter to start. | 640kB | 643kB | PSF | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python-codecs-src | 2.7.15-2 | libc, libssp | . (Contains the Python sources for this package). | 174kB | 181kB | PSF | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python-codecs | 2.7.15-2 | libc, libssp, python-light | Python 2.7 codecs + unicode support | 665kB | 679kB | PSF | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python-compiler-src | 2.7.15-2 | libc, libssp | . (Contains the Python sources for this package). | 37kB | 36kB | PSF | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python-compiler | 2.7.15-2 | libc, libssp, python-light | Python 2.7 compiler module | 59kB | 58kB | PSF | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python-ctypes-src | 2.7.15-2 | libc, libssp | . (Contains the Python sources for this package). | 12kB | 11kB | PSF | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python-ctypes | 2.7.15-2 | libc, libssp, python-light | Python 2.7 ctypes module | 56kB | 55kB | PSF | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python-db-src | 2.7.15-2 | libc, libssp | . (Contains the Python sources for this package). | 18kB | 17kB | PSF | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python-db | 2.7.15-2 | libc, libssp, python-light, libdb47 | Python 2.7 db module | 67kB | 66kB | PSF | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python-decimal-src | 2.7.15-2 | libc, libssp | . (Contains the Python sources for this package). | 47kB | 46kB | PSF | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python-decimal | 2.7.15-2 | libc, libssp, python-light | Python 2.7 decimal module | 48kB | 47kB | PSF | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python-dev-src | 2.7.15-2 | libc, libssp | . (Contains the Python sources for this package). | 0kB | 0kB | PSF | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python-dev | 2.7.15-2 | libc, libssp, python, python-lib2to3 | Python 2.7 development files | 1501kB | 1501kB | PSF | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python-distutils-src | 2.7.15-2 | libc, libssp | . (Contains the Python sources for this package). | 161kB | 160kB | PSF | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python-distutils | 2.7.15-2 | libc, libssp, python-light | Python 2.7 distutils | 171kB | 170kB | PSF | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python-email-src | 2.7.15-2 | libc, libssp | . (Contains the Python sources for this package). | 46kB | 45kB | PSF | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python-email | 2.7.15-2 | libc, libssp, python-light | Python 2.7 email module | 50kB | 49kB | PSF | Alexandru Ardelean | Bug reports | Sources |
| Previous page Next page | ||||||||||