패키지
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 | python3-django-statici18n | 1.9.0-2 | libc, python3, python3-django1, python3-django-appconf, python3-six | A Django app that provides helper for generating JavaScript catalog to static files. | 8kB | 7kB | BSD-3-Clause | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python3-django-jsonfield | 2.1.1-2 | libc, python3, python3-django1, python3-six | jsonfield is a reusable model field that allows you to store validated JSON, automatically handling serialization to and from the database. | 8kB | 7kB | MIT | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python3-cachelib-src | 0.3.0-1 | libc | A collection of cache libraries in the same API interface. Extracted from werkzeug. This package contains the Python source files for python3-cachelib. | 8kB | 7kB | BSD-3-Clause | Stepan Henek | Bug reports | Sources |
| languages---python | python3-cached-property | 1.5.2-2 | libc, librt, libpthread, python3-light | A decorator for caching properties in classes. | 8kB | 7kB | BSD-3-Clause | Javier Marcet | Bug reports | Sources |
| languages---python | python3-async-timeout | 3.0.1-2 | libc, python3-light, python3-asyncio | Timeout context manager for asyncio programs | 8kB | 7kB | Apache-2.0 | Josef Schlehofer | Bug reports | Sources |
| languages---python | python3-automat-src | 20.2.0-3 | libc | Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers). This package contains the Python source files for python3-automat. | 8kB | 7kB | 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-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-automat-src | 0.7.0-1 | libc, libssp | Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers).. (Contains the Python sources for this package). | 7kB | 7kB | MIT | Jeffery To | Bug reports | Sources |
| languages---python | python3-pycares | 4.3.0-2 | libc, python3-light, python3-cffi | Python interface for c-ares | 70kB | 69kB | MIT | Fabian Lipken | Bug reports | Sources |
| languages---python | python-cffi-src | 1.11.4-1 | libc, libssp | Foreign Function Interface for Python calling C code.. (Contains the Python sources for this package). | 69kB | 69kB | MIT | Jeffery To, Alexandru Ardelean, | Bug reports | Sources |
| languages---python | python3-paho-mqtt | 1.6.1-3 | libc, python3-light, python3-uuid | packages:pkgdata:python3-paho-mqtt, MQTT version 3.1/3.1.1/5.0 client class | 69kB | 68kB | EPL-1.0 Eclipse Distribution License v1.0 | Josef Schlehofer, Alexandru Ardelean, | packages:pkgdata:python3-paho-mqtt, Bug reports | packages:pkgdata:python3-paho-mqtt, Sources |
| languages---python | python3-ctypes | 3.10.13-2 | libc, python3-light | packages:pkgdata:python3-ctypes, Python 3.10 ctypes module | 69kB | 68kB | PSF-2.0 | Jeffery To | packages:pkgdata:python3-ctypes, Bug reports | packages:pkgdata:python3-ctypes, Sources |
| languages---python | python3-paho-mqtt | 1.6.1-3 | libc, python3-light, python3-uuid | MQTT version 3.1/3.1.1/5.0 client class | 69kB | 68kB | EPL-1.0 Eclipse Distribution License v1.0 | Josef Schlehofer, Alexandru Ardelean, | Bug reports | Sources |
| languages---python | python3-ctypes | 3.10.13-2 | libc, python3-light | Python 3.10 ctypes module | 69kB | 68kB | PSF-2.0 | 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-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 | python3-py-src | 1.10.0-2 | libc | Library with cross-python path, ini-parsing, io, code, log facilities This package contains the Python source files for python3-py. | 68kB | 67kB | MIT | Jan Pavlinec | Bug reports | Sources |
| languages---python | python3-pyopenssl | 21.0.0-1 | libc, python3-light, python3-cryptography, python3-six | Python wrapper module around the OpenSSL library | 67kB | 66kB | Apache-2.0 | Jeffery To | 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 | python3-curl | 7.45.2-3 | libc, libcurl4, python3 | packages:pkgdata:python3-curl, PycURL is a Python interface to libcurl, the multiprotocol file transfer library. | 66kB | 65kB | LGPL-2.1 | Waldemar Konik | packages:pkgdata:python3-curl, Bug reports | packages:pkgdata:python3-curl, Sources |
| languages---python | python3-curl | 7.45.2-3 | libc, libcurl4, python3 | PycURL is a Python interface to libcurl, the multiprotocol file transfer library. | 66kB | 65kB | LGPL-2.1 | Waldemar Konik | Bug reports | Sources |
| languages---python | python3-idna | 3.3-2 | libc, librt, libpthread, python3-light, python3-codecs | A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This version of the protocol is often referred to as “IDNA2008” and can produce different results from the earlier standard from 2003. | 65kB | 65kB | 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-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 | python3-requests | 2.31.0-1 | libc, python3-light, python3-chardet, python3-idna, python3-urllib3, python3-certifi | Requests is the only Non-GMO HTTP library for Python, safe for human consumption | 65kB | 64kB | Apache-2.0 | Josef Schlehofer, Alexandru Ardelean, | Bug reports | Sources |
| languages---python | python3-dateutil-src | 2.8.2-2 | libc | Extensions to the standard Python datetime module This package contains the Python source files for python3-dateutil. | 64kB | 64kB | BSD-2-Clause | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python3-aiohttp | 3.7.4.post0-1 | libc, python3-light, python3-attrs, python3-chardet, python3-multidict, python3-async-timeout, python3-yarl, python3-logging, python3-codecs, python3-cgi, python3-openssl, python3-typing-extensions | Asynchronous HTTP client/server framework for asyncio and Python3. | 631kB | 631kB | Apache-2.0 | Josef Schlehofer | Bug reports | Sources |
| languages---python | python3-pyparsing-src | 2.4.7-2 | libc | The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code. This package contains the Python source files for python3-pyparsing. | 64kB | 63kB | MIT | Jan Pavlinec | Bug reports | Sources |
| languages---python | python3-lxml-src | 4.8.0-1 | libc | lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It provides safe and convenient access to these libraries using the ElementTree API. It extends the ElementTree API significantly to offer support for XPath, RelaxNG, XML Schema, XSLT, C14N and much more. This package contains the Python source files for python3-lxml. | 64kB | 63kB | BSD-3-Clause | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python3-multiprocessing-src | 3.10.13-2 | libc | Python 3.10 multiprocessing This package contains the Python source files for python3-multiprocessing. | 64kB | 63kB | PSF-2.0 | Jeffery To | Bug reports | Sources |
| languages---python | python-setuptools | 39.0.1-2 | libc, python | Python 2.7 setuptools module | 629kB | 628kB | PSF | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python3-flup | 1.0.3-4 | libc, python3-light, python3-logging | Random assortment of WSGI servers. | 62kB | 62kB | BSD-3-Clause | Alexandru Ardelean, Josef Schlehofer, | Bug reports | Sources |
| languages---python | python-multiprocessing | 2.7.15-2 | libc, libssp, python-light | Python 2.7 multiprocessing | 63kB | 62kB | PSF | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python3-attrs | 21.4.0-1 | libc, python3-light | packages:pkgdata:python3-attrs, attrs is an MIT-licensed Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols. | 62kB | 61kB | MIT | Jeffery To | packages:pkgdata:python3-attrs, Bug reports | packages:pkgdata:python3-attrs, Sources |
| languages---python | python3-pycparser-src | 2.21-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. This package contains the Python source files for python3-pycparser. | 61kB | 61kB | BSD-3-Clause | Jeffery To | Bug reports | Sources |
| languages---python | python3-attrs | 21.4.0-1 | libc, python3-light | attrs is an MIT-licensed Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols. | 62kB | 61kB | MIT | Jeffery To | Bug reports | Sources |
| languages---python | python3-django-postoffice | 3.3.0-1 | libc, librt, libpthread, python3, python3-django1, python3-django-jsonfield2 | A Django app to monitor and send mail asynchronously, complete with template support | 61kB | 60kB | MIT | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python3-zipp | 3.4.1-2 | libc, python3-light | packages:pkgdata:python3-zipp, Backport of pathlib-compatible object wrapper for zip files | 7kB | 6kB | MIT | Jan Pavlinec | packages:pkgdata:python3-zipp, Bug reports | packages:pkgdata:python3-zipp, Sources |
| languages---python | python3-pyfuse3-src | 3.2.2-1 | libc, librt, libpthread | packages:pkgdata:python3-pyfuse3-src, pyfuse3 is a set of Python 3 bindings for libfuse 3. It provides an asynchronous API compatible with Trio and asyncio, and enables you to easily write a full-featured Linux filesystem in Python. This package contains the Python source files for python3-pyfuse3. | 7kB | 6kB | LGPL-2.0-or-later | Julien Malik | packages:pkgdata:python3-pyfuse3-src, Bug reports | packages:pkgdata:python3-pyfuse3-src, Sources |
| languages---python | python3-jdcal | 1.4.1-2 | libc, python3-light | packages:pkgdata:python3-jdcal, This module contains functions for converting between Julian dates and calendar dates. | 7kB | 6kB | BSD-2-Clause | Alexandru Ardelean, Eneas U de Queiroz, | packages:pkgdata:python3-jdcal, Bug reports | packages:pkgdata:python3-jdcal, Sources |
| languages---python | python3-django-etesync-journal-src | 1.2.2-1 | libc, librt, libpthread | packages:pkgdata:python3-django-etesync-journal-src, The reusable django app that implements the server side of the EteSync protocol. This package contains the Python source files for python3-django-etesync-journal. | 7kB | 6kB | AGPL-3.0-only | Peter Stadler | packages:pkgdata:python3-django-etesync-journal-src, Bug reports | packages:pkgdata:python3-django-etesync-journal-src, Sources |
| languages---python | python3-voluptuous-serialize | 2.5.0-1 | libc, python3-light, python3-voluptuous | packages:pkgdata:python3-voluptuous-serialize, Convert Voluptuous schemas to dictionaries so they can be serialized. | 7kB | 6kB | Apache-2.0 | Josef Schlehofer | packages:pkgdata:python3-voluptuous-serialize, Bug reports | packages:pkgdata:python3-voluptuous-serialize, Sources |
| languages---python | python3-dockerpty-src | 0.4.1-4 | libc | packages:pkgdata:python3-dockerpty-src, Python library to use the pseudo-tty of a docker container This package contains the Python source files for python3-dockerpty. | 7kB | 6kB | Apache-2.0 | Javier Marcet | packages:pkgdata:python3-dockerpty-src, Bug reports | packages:pkgdata:python3-dockerpty-src, Sources |
| languages---python | python3-pyfuse3-src | 3.2.2-1 | libc, librt, libpthread | pyfuse3 is a set of Python 3 bindings for libfuse 3. It provides an asynchronous API compatible with Trio and asyncio, and enables you to easily write a full-featured Linux filesystem in Python. This package contains the Python source files for python3-pyfuse3. | 7kB | 6kB | LGPL-2.0-or-later | Julien Malik | Bug reports | Sources |
| languages---python | python3-zipp | 3.4.1-2 | libc, python3-light | Backport of pathlib-compatible object wrapper for zip files | 7kB | 6kB | MIT | Jan Pavlinec | Bug reports | Sources |
| languages---python | python3-voluptuous-serialize | 2.5.0-1 | libc, python3-light, python3-voluptuous | Convert Voluptuous schemas to dictionaries so they can be serialized. | 7kB | 6kB | Apache-2.0 | Josef Schlehofer | Bug reports | Sources |
| languages---python | python3-slugify | 4.0.1-1 | libc, python3-light, python3-codecs, python3-setuptools, python3-text-unidecode | A Python slugify application that handles unicode. | 7kB | 6kB | MIT | Josef Schlehofer | Bug reports | Sources |
| languages---python | python3-searpc | 3.2.0-4 | libc, libsearpc, python3-light, python3-logging | Searpc is a simple C language RPC framework based on GObject system. Searpc handles the serialization/deserialization part of RPC, the transport part is left to users. This package contains Python bindings for Searpc. | 7kB | 6kB | Apache-2.0 | Alexandru Ardelean, Jeffery To, | Bug reports | Sources |
| Previous page Next page | ||||||||||