This translation is older than the original page and might be outdated. See what has changed.

패키지

LEDE는 장치의 기능을 확장하기 위해 수천개의 패키지를 제공합니다.

이 페이지는 LEDE 17.01에서 사용 가능한 패키지들의 목록입니다.

사용 가능한 패키지의 간략한 개요는 패키지 목차에서 확인할 수 있습니다.

패키지 분류를 클릭하면 패키지 테이블이 필터링되지만 직접 수동으로 필터링 할 수도 있습니다.

Filter by category

아래 표는 성능상의 이유로 한 페이지에 50개의 패키지만 출력합니다.

  • 왼쪽 밑에 있는 “next page” 또는 “previous page”를 클릭하면 다음 또는 이전의 50개의 패키지를 출력합니다.
  • 테이블 제일 위의 열 명을 클릭하면 그 열을 기준으로 정렬됩니다.
  • 흰색 창에 필터 기준을 입력하세요.

아래 표에서 패키지 이름을 클릭하면 해당 패키지의 문서가 있는 페이지로 이동합니다. 없는 경우 자유롭게 추가할 수 있습니다.

Filtered by categories='languages---python'

CategoryNameVersionDependencies...........................................Description...........................................File sizeInstalled size LicenseMaintainerBug reportSource code
languages---pythonpython3-flask-babel3.1.0-1libc, python3-light, python3-flask, python3-babel, python3-jinja2, python3-pytzImplements i18n and l10n support for Flask.

13kB12kBBSD-3-ClauseJosef SchlehoferBug reportsSources
languages---pythonpython3-flask-seasurf-src1.1.1-1libcSeaSurf is a Flask extension for preventing cross-site request forgery
(CSRF).

This package contains the Python source files for python3-flask-seasurf.

6kB5kBBSD-3-ClauseJosef SchlehoferBug reportsSources
languages---pythonpython3-flask-seasurf1.1.1-1libc, python3-flask, python3-light, python3-urllibSeaSurf is a Flask extension for preventing cross-site request forgery
(CSRF).

9kB8kBBSD-3-ClauseJosef SchlehoferBug reportsSources
languages---pythonpython3-flask-session-src0.3.2-1libc, librt, libpthreadAdds server-side session support to your Flask application.

This package contains the Python source files for python3-flask-session.

5kB4kBBSD-3-ClauseJosef SchlehoferBug reportsSources
languages---pythonpython3-flask-session0.3.2-1libc, python3-cachelib, python3-flask, python3-lightAdds server-side session support to your Flask application.

9kB8kBBSD-3-ClauseJosef SchlehoferBug reportsSources
languages---pythonpython3-flask-src2.0.2-3libcFlask is a microframework for Python based on Werkzeug, Jinja 2 and good
intentions. And before you ask: It.s BSD licensed!

This package contains the Python source files for python3-flask.

80kB79kBBSD-3-ClauseJosef SchlehoferBug reportsSources
languages---pythonpython3-flup-src1.0.3-4libcRandom assortment of WSGI servers.

This package contains the Python source files for python3-flup.

45kB45kBBSD-3-ClauseAlexandru Ardelean, Josef Schlehofer,Bug reportsSources
languages---pythonpython3-flup1.0.3-4libc, python3-light, python3-loggingRandom assortment of WSGI servers.

62kB62kBBSD-3-ClauseAlexandru Ardelean, Josef Schlehofer,Bug reportsSources
languages---pythonpython3-gnupg-src0.4.7-1libc, librt, libpthreadThe gnupg module allows Python programs to make use of the
functionality provided by the GNU Privacy Guard (abbreviated GPG or
GnuPG). Using this module, Python programs can encrypt and decrypt
data, digitally sign documents and verify digital signatures, manage
(generate, list and delete) encryption keys, using Public Key
Infrastructure (PKI) encryption technology based on OpenPGP.

This package contains the Python source files for python3-gnupg.

15kB14kBBSD-3-ClauseDaniel GolleBug reportsSources
languages---pythonpython3-intelhex-src2.2.1-4libcThis work implements an intelhex Python library to read, write, create from
scratch and manipulate data from Intel HEX file format.

This package contains the Python source files for python3-intelhex.

35kB34kBBSD-3-ClauseKarel KočíBug reportsSources
languages---pythonpython3-intelhex2.2.1-4libc, librt, libpthread, python3-lightThis work implements an intelhex Python library to read, write, create from
scratch and manipulate data from Intel HEX file format.

50kB49kBBSD-3-ClauseKarel KočíBug reportsSources
languages---pythonpython3-itsdangerous-src2.0.1-1libcVarious helpers to pass trusted data to untrusted environments and back.

This package contains the Python source files for python3-itsdangerous.

11kB10kBBSD-3-ClauseDaniel GolleBug reportsSources
languages---pythonpython3-libmodbus0.5.0-2libc, librt, libpthread, libmodbus, python3-light, python3-cffiPython Interface for libmodbus written with CFFI.

5kB4kBBSD-3-ClauseDaniel GolleBug reportsSources
languages---pythonpython3-lxml-src4.8.0-1libclxml 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.

64kB63kBBSD-3-ClauseAlexandru ArdeleanBug reportsSources
languages---pythonpython3-markdown-src3.3.6-1libcA fast and complete Python implementation of Markdown.

This package contains the Python source files for python3-markdown.

71kB70kBBSD-3-ClauseJosef SchlehoferBug reportsSources
languages---pythonpython3-markdown3.3.6-1libc, python3-light, python3-loggingA fast and complete Python implementation of Markdown.

95kB94kBBSD-3-ClauseJosef SchlehoferBug reportsSources
languages---pythonpython3-markupsafe-src2.1.3-1libcMarkupSafe implements a text object that escapes characters so it is
safe to use in HTML and XML. Characters that have special meanings are
replaced so that they display as the actual characters. This mitigates
injection attacks, meaning untrusted user input can safely be displayed
on a page.

This package contains the Python source files for python3-markupsafe.

4kB3kBBSD-3-ClauseDaniel GolleBug reportsSources
languages---pythonpython3-numpy-src1.24.3-1libcNumPy 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.

1859kB1858kBBSD-3-ClauseAlexandru ArdeleanBug reportsSources
languages---pythonpython3-numpy1.24.3-1libc, librt, libpthread, python3NumPy 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.

5908kB5915kBBSD-3-ClauseAlexandru ArdeleanBug reportsSources
languages---pythonpython3-oauthlib3.1.0-2libc, python3-lightA generic, spec-compliant, thorough implementation of the OAuth request-signing
logic for Python

123kB122kBBSD-3-ClauseEneas U de QueirozBug reportsSources
languages---pythonpython3-passlib-src1.7.2-2libc, librt, libpthreadPasslib 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.

402kB401kBBSD-3-Clausecommon packages maintainersBug reportsSources
languages---pythonpython3-qrcode-src6.1-3libcPure python QR Code generator

This package contains the Python source files for python3-qrcode.

18kB18kBBSD-3-ClauseEneas U de QueirozBug reportsSources
languages---pythonpython3-qrcode6.1-3libc, python3, python3-setuptools, python3-six, python3-pillowPure python QR Code generator

34kB34kBBSD-3-ClauseEneas U de QueirozBug reportsSources
languages---pythonpython3-sqlparse-src0.4.2-2libcA non-validating SQL parser module. It provides support for parsing, splitting and formatting SQL statements.

This package contains the Python source files for python3-sqlparse.

27kB27kBBSD-3-ClausePeter StadlerBug reportsSources
languages---pythonpython3-sqlparse0.4.2-2libc, python3-lightA non-validating SQL parser module. It provides support for parsing, splitting and formatting SQL statements.

49kB49kBBSD-3-ClausePeter StadlerBug reportsSources
languages---pythonpython3-voluptuous-src0.12.1-1libcIt is primarily intended for validating data coming into Python as JSON, YAML, etc.

This package contains the Python source files for python3-voluptuous.

20kB19kBBSD-3-ClauseJosef SchlehoferBug reportsSources
languages---pythonpython3-voluptuous0.12.1-1libc, librt, libpthread, python3-lightIt is primarily intended for validating data coming into Python as JSON, YAML, etc.

38kB37kBBSD-3-ClauseJosef SchlehoferBug reportsSources
languages---pythonpython3-werkzeug-src2.3.4-1libcWerkzeug is a comprehensive WSGI web application library. It began as a
simple collection of various utilities for WSGI applications and has
become one of the most advanced WSGI utility libraries.

This package contains the Python source files for python3-werkzeug.

189kB188kBBSD-3-ClauseDaniel GolleBug reportsSources
languages---pythonborgbackup-src1.2.4-3libcBorgBackup (short: Borg) is a deduplicating backup program.
Optionally, it supports compression and authenticated encryption.

The main goal of Borg is to provide an efficient and secure way to backup data.
The data deduplication technique used makes Borg suitable for daily backups since only changes are stored. The authenticated encryption technique makes it suitable for backups to not fully trusted targets.

This package contains the Python source files for borgbackup.

323kB322kBBSD-3-ClauseJulien MalikBug reportsSources
languages---pythonborgbackup1.2.4-3libc, librt, libpthread, python3-light, python3-codecs, python3-email, python3-logging, python3-lzma, python3-msgpack, python3-packaging, python3-pyfuse3, python3-readline, python3-unittest, python3-urllib, python3-uuid, libacl, libopenssl1.1, liblz4-1, libzstd, libxxhashBorgBackup (short: Borg) is a deduplicating backup program.
Optionally, it supports compression and authenticated encryption.

The main goal of Borg is to provide an efficient and secure way to backup data.
The data deduplication technique used makes Borg suitable for daily backups since only changes are stored. The authenticated encryption technique makes it suitable for backups to not fully trusted targets.

787kB786kBBSD-3-ClauseJulien MalikBug reportsSources
languages---pythonpython3-websockets-src10.3-1libcwebsockets is a library for building WebSocket servers and clients
in Python with a focus on correctness and simplicity.

Built on top of asyncio, Python’s standard asynchronous I/O framework.
It provides an elegant coroutine-based API.

This package contains the Python source files for python3-websockets.

73kB72kBBSD-3-ClauseMichal VasilekBug reportsSources
languages---pythonpython3-websockets10.3-1libc, python3-light, python3-asyncio, python3-ctypes, python3-email, python3-logging, python3-urllibwebsockets is a library for building WebSocket servers and clients
in Python with a focus on correctness and simplicity.

Built on top of asyncio, Python’s standard asynchronous I/O framework.
It provides an elegant coroutine-based API.

99kB98kBBSD-3-ClauseMichal VasilekBug reportsSources
languages---pythonpython3-django4.0.10-1libc, python3, python3-pytz, python3-sqlparse, python3-asgirefpackages:pkgdata:python3-django, The web framework for perfectionists with deadlines.

5415kB5432kBBSD-3-ClauseAlexandru Ardelean, Peter Stadler,packages:pkgdata:python3-django, Bug reportspackages:pkgdata:python3-django, Sources
languages---pythonpython3-libmodbus0.5.0-2libc, librt, libpthread, libmodbus, python3-light, python3-cffipackages:pkgdata:python3-libmodbus, Python Interface for libmodbus written with CFFI.

5kB4kBBSD-3-ClauseDaniel Gollepackages:pkgdata:python3-libmodbus, Bug reportspackages:pkgdata:python3-libmodbus, Sources
languages---pythonpython3-click8.0.3-1libc, librt, libpthread, python3-lightpackages:pkgdata:python3-click, Composable command line interface toolkit

120kB119kBBSD-3-ClauseDaniel Gollepackages:pkgdata:python3-click, Bug reportspackages:pkgdata:python3-click, Sources
languages---pythonpython3-django-src4.0.10-1libcpackages:pkgdata:python3-django-src, The web framework for perfectionists with deadlines.

This package contains the Python source files for python3-django.

1177kB1176kBBSD-3-ClauseAlexandru Ardelean, Peter Stadler,packages:pkgdata:python3-django-src, Bug reportspackages:pkgdata:python3-django-src, Sources
languages---pythonpython3-jinja2-src3.1.2-1libcpackages:pkgdata:python3-jinja2-src, Jinja2 is a full featured template engine for Python. It has full
unicode support, an optional integrated sandboxed execution
environment, widely used and BSD licensed.

This package contains the Python source files for python3-jinja2.

116kB115kBBSD-3-ClauseJosef Schlehoferpackages:pkgdata:python3-jinja2-src, Bug reportspackages:pkgdata:python3-jinja2-src, Sources
languages---pythonpython3-jinja23.1.2-1libc, python3-light, python3-asyncio, python3-logging, python3-urllib, python3-markupsafepackages:pkgdata:python3-jinja2, Jinja2 is a full featured template engine for Python. It has full
unicode support, an optional integrated sandboxed execution
environment, widely used and BSD licensed.

175kB174kBBSD-3-ClauseJosef Schlehoferpackages:pkgdata:python3-jinja2, Bug reportspackages:pkgdata:python3-jinja2, Sources
languages---pythonborgbackup1.2.4-3libc, librt, libpthread, python3-light, python3-codecs, python3-email, python3-logging, python3-lzma, python3-msgpack, python3-packaging, python3-pyfuse3, python3-readline, python3-unittest, python3-urllib, python3-uuid, libacl, libopenssl1.1, liblz4-1, libzstd, libxxhashpackages:pkgdata:borgbackup, BorgBackup (short: Borg) is a deduplicating backup program.
Optionally, it supports compression and authenticated encryption.

The main goal of Borg is to provide an efficient and secure way to backup data.
The data deduplication technique used makes Borg suitable for daily backups since only changes are stored. The authenticated encryption technique makes it suitable for backups to not fully trusted targets.

787kB786kBBSD-3-ClauseJulien Malikpackages:pkgdata:borgbackup, Bug reportspackages:pkgdata:borgbackup, Sources
languages---pythonborgbackup-src1.2.4-3libcpackages:pkgdata:borgbackup-src, BorgBackup (short: Borg) is a deduplicating backup program.
Optionally, it supports compression and authenticated encryption.

The main goal of Borg is to provide an efficient and secure way to backup data.
The data deduplication technique used makes Borg suitable for daily backups since only changes are stored. The authenticated encryption technique makes it suitable for backups to not fully trusted targets.

This package contains the Python source files for borgbackup.

323kB322kBBSD-3-ClauseJulien Malikpackages:pkgdata:borgbackup-src, Bug reportspackages:pkgdata:borgbackup-src, Sources
languages---pythonpython3-networkx-src2.6.3-1libc, librt, libpthreadNetworkX is a Python package for the creation, manipulation, and study
of the structure, dynamics, and functions of complex networks.

This package contains the Python source files for python3-networkx.

963kB962kBBSD-3-clauseW. Michael PetulloBug reportsSources
languages---pythonpython3-networkx2.6.3-1libc, python3-light, python3-decoratorNetworkX is a Python package for the creation, manipulation, and study
of the structure, dynamics, and functions of complex networks.

1621kB1619kBBSD-3-clauseW. Michael PetulloBug reportsSources
languages---pythonpillow3.3.1-1libc, libssp, python, libfreetype, libjpeg, zlib, libtiffThe friendly PIL fork

335kB334kBCUSTOMGergely KissBug reportsSources
languages---pythonpython3-paho-mqtt1.6.1-3libc, python3-light, python3-uuidMQTT version 3.1/3.1.1/5.0 client class

69kB68kBEPL-1.0 Eclipse Distribution License v1.0Josef Schlehofer, Alexandru Ardelean,Bug reportsSources
languages---pythonpython3-paho-mqtt-src1.6.1-3libcMQTT version 3.1/3.1.1/5.0 client class

This package contains the Python source files for python3-paho-mqtt.

42kB41kBEPL-1.0 Eclipse Distribution License v1.0Josef Schlehofer, Alexandru Ardelean,Bug reportsSources
languages---pythonpython3-paho-mqtt-src1.6.1-3libcpackages:pkgdata:python3-paho-mqtt-src, MQTT version 3.1/3.1.1/5.0 client class

This package contains the Python source files for python3-paho-mqtt.

42kB41kBEPL-1.0 Eclipse Distribution License v1.0Josef Schlehofer, Alexandru Ardelean,packages:pkgdata:python3-paho-mqtt-src, Bug reportspackages:pkgdata:python3-paho-mqtt-src, Sources
languages---pythonpython3-paho-mqtt1.6.1-3libc, python3-light, python3-uuidpackages:pkgdata:python3-paho-mqtt, MQTT version 3.1/3.1.1/5.0 client class

69kB68kBEPL-1.0 Eclipse Distribution License v1.0Josef Schlehofer, Alexandru Ardelean,packages:pkgdata:python3-paho-mqtt, Bug reportspackages:pkgdata:python3-paho-mqtt, Sources
languages---pythonpython-mysql1.2.5-1libc, libssp, python, libmysqlclientMySQLdb is an thread-compatible interface to the popular MySQL database
server that provides the Python database API.

36kB35kBGPL-2.0Gergely KissBug reportsSources
languages---pythonpython3-sepolgen3.2-1libc, python3, python3-libselinuxA set of SELinux tools written in python that help with
managing a system with SELinux enabled.
This package contains the sepolgen Python library.

79kB78kBGPL-2.0-onlyThomas PetazzoniBug reportsSources
languages---pythonpython3-sepolicy3.2-1libc, python3, python3-libselinuxA set of SELinux tools written in python that help with
managing a system with SELinux enabled.
This package contains the sepolicy Python library.

1609kB1607kBGPL-2.0-onlyThomas PetazzoniBug reportsSources
 
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2020/05/21 09:32
  • by tmomas