패키지
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 | micropython-lib | 20220324-0c31e0b3-1 | libc, micropython | This is a repository of libraries designed to be useful for writing MicroPython applications. | 239kB | 239kB | MIT PSF-2.0 | Jeffery To | Bug reports | Sources |
| languages---python | micropython-nossl | 1.18-1 | libc, libffi | MicroPython is a lean and efficient implementation of the Python 3 programming language that includes a small subset of the Python standard library and is optimised to run on microcontrollers and in constrained environments. This version is built without TLS and upip. | 145kB | 144kB | MIT | Jeffery To | Bug reports | Sources |
| languages---python | micropython-mbedtls | 1.18-1 | libc, libffi, libmbedtls12 | MicroPython is a lean and efficient implementation of the Python 3 programming language that includes a small subset of the Python standard library and is optimised to run on microcontrollers and in constrained environments. This version uses the Mbed TLS library. | 167kB | 166kB | MIT | Jeffery To | Bug reports | Sources |
| languages---python | python3-numpy-src | 1.24.3-1 | libc | NumPy is the fundamental package for array computing with Python. By default, this package is built without some modules. For some modules to be available, the INSTALL_GFORTRAN symbol needs to be enabled in the OpenWrt core/toolchain. This package contains the Python source files for python3-numpy. | 1859kB | 1858kB | BSD-3-Clause | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python3-numpy | 1.24.3-1 | libc, librt, libpthread, python3 | NumPy is the fundamental package for array computing with Python. By default, this package is built without some modules. For some modules to be available, the INSTALL_GFORTRAN symbol needs to be enabled in the OpenWrt core/toolchain. | 5908kB | 5915kB | BSD-3-Clause | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python3-openpyxl-src | 3.0.9-1 | libc | A Python library to read/write Excel 2010 xlsx/xlsm files This package contains the Python source files for python3-openpyxl. | 166kB | 165kB | MIT | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python3-openpyxl | 3.0.9-1 | libc, python3, python3-defusedxml, python3-et_xmlfile, python3-jdcal | A Python library to read/write Excel 2010 xlsx/xlsm files | 273kB | 272kB | MIT | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python3-passlib | 1.7.2-2 | libc, python3, python3-dateutil | Passlib is a password hashing library for Python 2 & 3, which provides cross-platform implementations of over 30 password hashing algorithms, as well as a framework for managing existing password hashes. It’s designed to be useful for a wide range of tasks, from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user applications. | 479kB | 478kB | BSD-3-Clause | common packages maintainers | Bug reports | Sources |
| languages---python | python3-passlib-src | 1.7.2-2 | libc, librt, libpthread | Passlib is a password hashing library for Python 2 & 3, which provides cross-platform implementations of over 30 password hashing algorithms, as well as a framework for managing existing password hashes. It’s designed to be useful for a wide range of tasks, from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user applications. This package contains the Python source files for python3-passlib. | 402kB | 401kB | BSD-3-Clause | common packages maintainers | Bug reports | Sources |
| languages---python | python3-pillow-src | 9.5.0-2 | libc | The friendly PIL fork This package contains the Python source files for python3-pillow. | 248kB | 247kB | HPND | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python3-pillow | 9.5.0-2 | libc, librt, libpthread, libfreetype, libjpeg, libtiff5, zlib, libwebp, python3 | The friendly PIL fork | 477kB | 477kB | HPND | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python3-pymysql | 1.0.2-1 | libc, python3 | This package contains a pure-Python MySQL client library, based on PEP 249. | 54kB | 53kB | MIT | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python3-pymysql-src | 1.0.2-1 | libc | This package contains a pure-Python MySQL client library, based on PEP 249. This package contains the Python source files for python3-pymysql. | 36kB | 35kB | MIT | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python3-pyodbc | 4.0.32-1 | libc, librt, libpthread, unixodbc, python3-light, libstdcpp6 | DB API Module for ODBC A Python DB API 2 module for ODBC. This project provides an up-to-date, convenient interface to ODBC using native data types like datetime and decimal. | 54kB | 54kB | MIT | Daniel Golle | Bug reports | Sources |
| languages---python | python3-aiohttp-cors-src | 0.7.0-2 | libc | Implements Cross Origin Resource Sharing (CORS) support for aiohttp asyncio-powered asynchronous HTTP server. This package contains the Python source files for python3-aiohttp-cors. | 9kB | 8kB | Apache-2.0 | Josef Schlehofer | Bug reports | Sources |
| languages---python | python3-aiohttp-cors | 0.7.0-2 | libc, python3-aiohttp, python3-light | Implements Cross Origin Resource Sharing (CORS) support for aiohttp asyncio-powered asynchronous HTTP server. | 21kB | 21kB | Apache-2.0 | Josef Schlehofer | Bug reports | Sources |
| languages---python | python3-aiohttp-src | 3.7.4.post0-1 | libc | Asynchronous HTTP client/server framework for asyncio and Python3. This package contains the Python source files for python3-aiohttp. | 134kB | 133kB | Apache-2.0 | Josef Schlehofer | 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-apipkg-src | 1.5-3 | libc | apipkg is used to control the exported namespace of a Python package and greatly reduce the number of imports for users. This package contains the Python source files for python3-apipkg. | 3kB | 2kB | MIT | Jan Pavlinec | Bug reports | Sources |
| languages---python | python3-apipkg | 1.5-3 | libc, python3-light | apipkg is used to control the exported namespace of a Python package and greatly reduce the number of imports for users. | 7kB | 6kB | MIT | Jan Pavlinec | Bug reports | Sources |
| languages---python | python3-appdirs-src | 1.4.4-1 | libc | Determining platform-specific dirs This package contains the Python source files for python3-appdirs. | 5kB | 4kB | MIT | Karel Kočí | Bug reports | Sources |
| languages---python | python3-appdirs | 1.4.4-1 | libc, python3-light | Determining platform-specific dirs | 10kB | 10kB | MIT | Karel Kočí | Bug reports | Sources |
| languages---python | python3-astral-src | 3.2-1 | libc | Astral is a python module for calculating the times of various aspects of the sun and moon. This package contains the Python source files for python3-astral. | 30kB | 29kB | Apache-2.0 | Josef Schlehofer | Bug reports | Sources |
| languages---python | python3-astral | 3.2-1 | libc, librt, libpthread, python3-light | Astral is a python module for calculating the times of various aspects of the sun and moon. | 45kB | 45kB | Apache-2.0 | Josef Schlehofer | Bug reports | Sources |
| languages---python | python3-async-generator-src | 1.10-1 | libc | Python 3.6 added async generators. Python 3.7 adds some more tools to make them usable, like contextlib.asynccontextmanager. This library gives you all that back to Python 3.5. This package contains the Python source files for python3-async-generator. | 14kB | 13kB | Apache-2.0|MIT | Julien Malik | Bug reports | Sources |
| languages---python | python3-async-generator | 1.10-1 | libc, python3-light | Python 3.6 added async generators. Python 3.7 adds some more tools to make them usable, like contextlib.asynccontextmanager. This library gives you all that back to Python 3.5. | 25kB | 24kB | Apache-2.0|MIT | Julien Malik | Bug reports | Sources |
| languages---python | python3-async-timeout-src | 3.0.1-2 | libc, librt, libpthread | Timeout context manager for asyncio programs This package contains the Python source files for python3-async-timeout. | 2kB | 1kB | Apache-2.0 | Josef Schlehofer | 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-atomicwrites-src | 1.4.0-1 | libc | Python library for atomic file writes. This package contains the Python source files for python3-atomicwrites. | 3kB | 2kB | MIT | Jan Pavlinec | Bug reports | Sources |
| languages---python | python3-atomicwrites | 1.4.0-1 | libc, python3-light | Python library for atomic file writes. | 7kB | 6kB | MIT | Jan Pavlinec | Bug reports | Sources |
| languages---python | python3-attrs-src | 21.4.0-1 | libc, librt, libpthread | attrs is an MIT-licensed Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols. This package contains the Python source files for python3-attrs. | 41kB | 40kB | MIT | 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-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-augeas-src | 1.1.0-2 | libc, librt, libpthread | Pure python bindings for Augeas. This package contains the Python source files for python3-augeas. | 9kB | 9kB | LGPL-2.1-or-later | Jan Pavlinec | Bug reports | Sources |
| languages---python | python3-augeas | 1.1.0-2 | libc, python3-light, python3-cffi, augeas | Pure python bindings for Augeas. | 30kB | 29kB | LGPL-2.1-or-later | Jan Pavlinec | Bug reports | Sources |
| languages---python | python3-augeas-src | 1.1.0-2 | libc, librt, libpthread | packages:pkgdata:python3-augeas-src, Pure python bindings for Augeas. This package contains the Python source files for python3-augeas. | 9kB | 9kB | LGPL-2.1-or-later | Jan Pavlinec | packages:pkgdata:python3-augeas-src, Bug reports | packages:pkgdata:python3-augeas-src, Sources |
| languages---python | python3-augeas | 1.1.0-2 | libc, python3-light, python3-cffi, augeas | packages:pkgdata:python3-augeas, Pure python bindings for Augeas. | 30kB | 29kB | LGPL-2.1-or-later | Jan Pavlinec | packages:pkgdata:python3-augeas, Bug reports | packages:pkgdata:python3-augeas, 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 | python3-automat | 20.2.0-3 | libc, librt, libpthread, python3-light, python3-attrs, python3-six | Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers). | 18kB | 17kB | MIT | Jeffery To | Bug reports | Sources |
| languages---python | python3-awesomeversion-src | 21.8.1-2 | libc | Make anything a version object, and compare against a vast selection of other version formats. This package contains the Python source files for python3-awesomeversion. | 5kB | 4kB | MIT | Josef Schlehofer | Bug reports | Sources |
| languages---python | python3-awesomeversion | 21.8.1-2 | libc, python3-light, python3-logging | Make anything a version object, and compare against a vast selection of other version formats. | 12kB | 11kB | MIT | Josef Schlehofer | Bug reports | Sources |
| languages---python | python3-awscli-src | 1.16.75-2 | libc | This package provides a unified command line interface to Amazon Web Services. This package contains the Python source files for python3-awscli. | 279kB | 278kB | MIT | Daniel Danzberger | Bug reports | Sources |
| languages---python | python3-awscli | 1.16.75-2 | libc, python3, python3-yaml, python3-pyasn1, python3-botocore, python3-rsa, python3-colorama, python3-docutils, python3-s3transfer | This package provides a unified command line interface to Amazon Web Services. | 801kB | 800kB | MIT | Daniel Danzberger | Bug reports | Sources |
| languages---python | python3-babel-src | 2.12.1-1 | libc, librt, libpthread | Babel is an integrated collection of utilities that assist in internationalizing and localizing Python applications with an emphasis on web-based applications. This package contains the Python source files for python3-babel. | 100kB | 99kB | BSD-3-Clause | Josef Schlehofer | Bug reports | Sources |
| languages---python | python3-babel | 2.12.1-1 | libc, python3-decimal, python3-distutils, python3-email, python3-light, python3-logging, python3-urllib | Babel is an integrated collection of utilities that assist in internationalizing and localizing Python applications with an emphasis on web-based applications. | 9545kB | 9543kB | BSD-3-Clause | Josef Schlehofer | Bug reports | Sources |
| languages---python | python3-bcrypt-src | 3.2.2-1 | libc | Good password hashing for your software and your servers. This package contains the Python source files for python3-bcrypt. | 3kB | 2kB | Apache-2.0 | common packages maintainers | Bug reports | Sources |
| languages---python | python3-bcrypt | 3.2.2-1 | libc, librt, libpthread, python3-light, python3-cffi | Good password hashing for your software and your servers. | 24kB | 24kB | Apache-2.0 | common packages maintainers | Bug reports | Sources |
| languages---python | python3-bidict-src | 0.21.2-2 | libc | The bidirectional mapping library for Python. This package contains the Python source files for python3-bidict. | 16kB | 15kB | MPL-2.0 | Jan Pavlinec | Bug reports | Sources |
| languages---python | python3-bidict | 0.21.2-2 | libc, python3-light | The bidirectional mapping library for Python. | 31kB | 30kB | MPL-2.0 | Jan Pavlinec | Bug reports | Sources |
| languages---python | python3-boto3-src | 1.9.135-2 | libc | Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, which allows Python developers to write software that makes use of services like Amazon S3 and Amazon EC2. This package contains the Python source files for python3-boto3. | 50kB | 49kB | Apache-2.0 | Daniel Danzberger | Bug reports | Sources |
| Previous page Next page | ||||||||||