Paket tablosu
Paket sınıfları
Bir paket sınıfına tıklamak Paketler Tablosu'nu binaenaleyh süzer, ama tabi ki kendiniz el ile de süzebilirsiniz.
Paketler tablosu
Aşağıdaki tablo perfomans sebepleriyle sayfa başına 50 paket gösterir.
- Sonraki veya önceki 50 paketi göstermek için alt soldaki “sonraki sayfa” veya “önceki sayfa” bağlantılarına tıklayın.
- Kolon başlığına tıklayarak kolonlar sıralanabilir.
- Süzme ölçünüzü
beyaz alanlara' girin.
Eğer aşağıdaki tabloda paket adına tıklarsanız, paketin belgelendirmesi bulunan kendi sayfasına götürülürsünüz; eğer yoksa ekleyebilirsiniz.
Filtered by categories='languages---python'
| Sınıf | Ad | Versiyon | Bağımlılıklar | ...........................................Tanım........................................... | Dosya boyutu | Yüklü boyut | ↓ Lisans | Bakıcı | Hata raporu | Kaynak kod |
|---|---|---|---|---|---|---|---|---|---|---|
| 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-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-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 | python3-click | 8.0.3-1 | libc, librt, libpthread, python3-light | Composable command line interface toolkit | 120kB | 119kB | BSD-3-Clause | Daniel Golle | Bug reports | Sources |
| languages---python | python3-evdev | 1.6.1-2 | libc, python3-light, python3-ctypes | Bindings to the Linux input handling subsystem | 40kB | 40kB | BSD-3-Clause | Paulo Costa, Alexandru Ardelean, | Bug reports | Sources |
| languages---python | python3-flask | 2.0.2-3 | libc, python3-asyncio, python3-click, python3-codecs, python3-decimal, python3-itsdangerous, python3-jinja2, python3, python3-logging, python3-markupsafe, python3-multiprocessing, python3-setuptools, python3-werkzeug | Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It.s BSD licensed! | 105kB | 104kB | BSD-3-Clause | Josef Schlehofer | Bug reports | Sources |
| languages---python | python3-gnupg | 0.4.7-1 | libc, gnupg, python3-light, python3-logging | The 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. | 22kB | 21kB | BSD-3-Clause | Daniel Golle | Bug reports | Sources |
| languages---python | python3-idna-src | 3.3-2 | libc | 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. This package contains the Python source files for python3-idna. | 52kB | 54kB | BSD-3-Clause | Jeffery To | 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 | python3-itsdangerous | 2.0.1-1 | libc, python3-light | Various helpers to pass trusted data to untrusted environments and back. | 20kB | 19kB | BSD-3-Clause | Daniel Golle | Bug reports | Sources |
| languages---python | python3-jinja2 | 3.1.2-1 | libc, python3-light, python3-asyncio, python3-logging, python3-urllib, python3-markupsafe | 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. | 175kB | 174kB | BSD-3-Clause | Josef Schlehofer | Bug reports | Sources |
| languages---python | python3-lxml | 4.8.0-1 | libc, libxml2, libxslt, libexslt, python3-light | 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. | 1014kB | 1017kB | BSD-3-Clause | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python3-markupsafe | 2.1.3-1 | libc, librt, libpthread, python3-light | MarkupSafe 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. | 14kB | 13kB | BSD-3-Clause | Daniel Golle | Bug reports | Sources |
| languages---python | python3-ply-src | 3.11-2 | libc | PLY is a 100% Python implementation of the common parsing tools lex and yacc. This package contains the Python source files for python3-ply. | 45kB | 44kB | BSD-3-Clause | Jeffery To | Bug reports | Sources |
| languages---python | python3-ply | 3.11-2 | libc, python3-light | PLY is a 100% Python implementation of the common parsing tools lex and yacc. | 42kB | 42kB | BSD-3-Clause | Jeffery To | Bug reports | 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-pycparser | 2.21-2 | libc, python3-light, python3-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. | 81kB | 81kB | BSD-3-Clause | Jeffery To | Bug reports | Sources |
| languages---python | python3-werkzeug | 2.3.4-1 | libc, librt, libpthread, python3, python3-markupsafe | Werkzeug 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. | 285kB | 284kB | BSD-3-Clause | Daniel Golle | Bug reports | Sources |
| languages---python | python3-django1 | 1.11.29-4 | libc, python3, python3-pytz | The web framework for perfectionists with deadlines (LTS 1.11 series). | 4401kB | 4419kB | BSD-3-Clause | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python3-cachelib | 0.3.0-1 | libc, python3-light | A collection of cache libraries in the same API interface. Extracted from werkzeug. | 15kB | 15kB | BSD-3-Clause | Stepan Henek | Bug reports | Sources |
| languages---python | python3-jinja2-src | 3.1.2-1 | libc | 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. | 116kB | 115kB | BSD-3-Clause | Josef Schlehofer | Bug reports | Sources |
| languages---python | python3-oauthlib-src | 3.1.0-2 | libc | A generic, spec-compliant, thorough implementation of the OAuth request-signing logic for Python This package contains the Python source files for python3-oauthlib. | 96kB | 95kB | BSD-3-Clause | Eneas U de Queiroz | Bug reports | Sources |
| languages---python | python3-django-statici18n-src | 1.9.0-2 | libc, librt, libpthread | A Django app that provides helper for generating JavaScript catalog to static files. This package contains the Python source files for python3-django-statici18n. | 4kB | 3kB | BSD-3-Clause | 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-asgiref-src | 3.4.1-2 | libc | ASGI is a standard for Python asynchronous web apps and servers to communicate with each other, and positioned as an asynchronous successor to WSGI. This package contains the Python source files for python3-asgiref. | 16kB | 15kB | BSD-3-Clause | Peter Stadler | Bug reports | Sources |
| languages---python | python3-asgiref | 3.4.1-2 | libc, python3-light, python3-logging, python3-asyncio | ASGI is a standard for Python asynchronous web apps and servers to communicate with each other, and positioned as an asynchronous successor to WSGI. | 27kB | 26kB | BSD-3-Clause | Peter Stadler | 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-cached-property-src | 1.5.2-2 | libc | A decorator for caching properties in classes. This package contains the Python source files for python3-cached-property. | 2kB | 1kB | BSD-3-Clause | Javier Marcet | 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-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-click-src | 8.0.3-1 | libc | Composable command line interface toolkit This package contains the Python source files for python3-click. | 84kB | 83kB | BSD-3-Clause | Daniel Golle | Bug reports | Sources |
| languages---python | python3-django-appconf-src | 1.0.4-1 | libc | A helper class for handling configuration defaults of packaged apps gracefully This package contains the Python source files for python3-django-appconf. | 2kB | 1kB | BSD-3-Clause | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python3-django-appconf | 1.0.4-1 | libc, librt, libpthread, python3, python3-django1, python3-six | A helper class for handling configuration defaults of packaged apps gracefully | 6kB | 5kB | BSD-3-Clause | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python3-django-formtools-src | 2.1-8 | libc | Django “formtools” is a set of high-level abstractions for Django forms. Currently for form previews and multi-step forms. This package contains the Python source files for python3-django-formtools. | 11kB | 10kB | BSD-3-Clause | Eneas U de Queiroz | Bug reports | Sources |
| languages---python | python3-django-formtools | 2.1-8 | libc, python3, python3-django1 | Django “formtools” is a set of high-level abstractions for Django forms. Currently for form previews and multi-step forms. | 40kB | 39kB | BSD-3-Clause | Eneas U de Queiroz | Bug reports | Sources |
| languages---python | python3-django-restframework-src | 3.13.1-1 | libc | Web APIs for Django, made easy. This package contains the Python source files for python3-django-restframework. | 129kB | 128kB | BSD-3-Clause | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python3-django-restframework | 3.13.1-1 | libc, librt, libpthread, python3, django | Web APIs for Django, made easy. | 858kB | 858kB | BSD-3-Clause | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python3-django-restframework39-src | 3.9.4-2 | libc | Web APIs for Django, made easy. (3.9 series) This package contains the Python source files for python3-django-restframework39. | 122kB | 122kB | BSD-3-Clause | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python3-django-restframework39 | 3.9.4-2 | libc, librt, libpthread, python3, python3-django1 | Web APIs for Django, made easy. (3.9 series) | 818kB | 818kB | BSD-3-Clause | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python3-django-src | 4.0.10-1 | libc | The web framework for perfectionists with deadlines. This package contains the Python source files for python3-django. | 1177kB | 1176kB | BSD-3-Clause | Alexandru Ardelean, Peter Stadler, | Bug reports | Sources |
| 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 | 4.0.10-1 | libc, python3, python3-pytz, python3-sqlparse, python3-asgiref | The web framework for perfectionists with deadlines. | 5415kB | 5432kB | BSD-3-Clause | Alexandru Ardelean, Peter Stadler, | Bug reports | Sources |
| languages---python | python3-django1-src | 1.11.29-4 | libc | The web framework for perfectionists with deadlines (LTS 1.11 series). This package contains the Python source files for python3-django1. | 1092kB | 1092kB | BSD-3-Clause | Alexandru Ardelean | Bug reports | Sources |
| languages---python | python3-dotenv-src | 0.19.2-1 | libc | A Python library which reads the key-value pair from .env file and adds them to environment variable. It is great for managing app settings during development and in production using 12-factor principles. This package contains the Python source files for python3-dotenv. | 8kB | 7kB | BSD-3-Clause | Javier Marcet | Bug reports | Sources |
| languages---python | python3-dotenv | 0.19.2-1 | libc, python3-light, python3-logging | A Python library which reads the key-value pair from .env file and adds them to environment variable. It is great for managing app settings during development and in production using 12-factor principles. | 21kB | 20kB | BSD-3-Clause | Javier Marcet | Bug reports | Sources |
| languages---python | python3-evdev-src | 1.6.1-2 | libc, librt, libpthread | Bindings to the Linux input handling subsystem This package contains the Python source files for python3-evdev. | 16kB | 15kB | BSD-3-Clause | Paulo Costa, Alexandru Ardelean, | Bug reports | Sources |
| languages---python | python3-flask-babel-src | 3.1.0-1 | libc | Implements i18n and l10n support for Flask. This package contains the Python source files for python3-flask-babel. | 7kB | 6kB | BSD-3-Clause | Josef Schlehofer | Bug reports | Sources |
| Previous page Next page | ||||||||||