You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-wheel-0.30.0a0-2.lbn19.noarch
A built-package format for Python. A wheel is a ZIP-format archive with a specially formatted filename and the .whl extension. It is designed to contain all the files for a PEP 376 compatible install in a way that is very close to the on-disk format. Python 3 version.
RPMPackage python3-werkzeug-0.11.6-1.lbn19.noarch
Werkzeug ======== Werkzeug started as simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules. It includes a powerful debugger, full featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed addon modules. Werkzeug is unicode aware and doesn't enforce a specific template engine, database adapter or anything else. It doesn't even enforce a specific way of handling requests and leaves all that up to the developer. It's most useful for end user applications which should work on as many server environments as possible (such as blogs, wikis, bulletin boards, etc.).
RPMPackage python3-virtualenv-api-2.1.8-2.lbn19.noarch
virtualenv-api - an API for virtualenv Tool to create isolated Python environments. Unfortunately, it does not expose a native Python API. This package aims to provide an API in the form of a wrapper around virtualenv.
RPMPackage python3-virtualenv-14.0.6-1.lbn19.noarch
virtualenv is a tool to create isolated Python environments. virtualenv is a successor to workingenv, and an extension of virtual-python. It is written by Ian Bicking, and sponsored by the Open Planning Project. It is licensed under an MIT-style permissive license
RPMPackage python3-versiontools-1.9.1-10.lbn19.noarch
Smart replacement for plain tuple used in __version__
RPMPackage python3-urllib3-1.16-3.lbn19.noarch
Python3 HTTP module with connection pooling and file POST abilities.
RPMPackage python3-unidecode-0.04.19-1.lbn19.noarch
This is a python port of Text::Unidecode Perl module. It provides a function, 'unidecode(...)' that takes Unicode data and tries to represent it in ASCII characters.
RPMPackage python3-transifex-client-0.11-1.lbn19.noarch
.. image:: https://circleci.com/gh/transifex/transifex- client/tree/master.svg?style=shield&circle- token=33aafd984726261eff1b73278a0cf761382c478a :target: https://circleci.com/gh/transifex/transifex-client/tree/master .. image:: https://ci.appveyor.com/api/projects/status/github/transifex/transifex- client?branch=master&svg=true :target: ...
RPMPackage python3-tox-2.3.1-1.lbn19.noarch
Tox as is a generic virtualenv management and test command line tool you can use for: - checking your package installs correctly with different Python versions and interpreters - running your tests in each of the environments, configuring your test tool of choice - acting as a frontend to Continuous Integration servers, greatly reducing boilerplate and merging CI and shell-based testing.
RPMPackage python3-tornado-4.3-2.lbn19.x86_64
Tornado is an open source version of the scalable, non-blocking web server and tools. The framework is distinct from most mainstream web server frameworks (and certainly most Python frameworks) because it is non-blocking and reasonably fast. Because it is non-blocking and uses epoll, it can handle thousands of simultaneous standing connections, which means it is ideal for real-time web services.
RPMPackage python3-tools-3.4.2-6.lbn19.x86_64
This package contains several tools included with Python 3
RPMPackage python3-tkinter-3.4.2-6.lbn19.x86_64
The Tkinter (Tk interface) program is an graphical user interface for the Python scripting language.
RPMPackage python3-test-3.4.2-6.lbn19.x86_64
The test modules from the main python3 package. These are in a separate package to save space, as they are almost never used in production. You might want to install the python3-test package if you're developing python 3 code that uses more than just unittest and/or test_support.py.
RPMPackage python3-telegram-cli-1.3.3-0.5.20160108git160231.lbn19.x86_64
Telegram is an Open Source instant messaging platform for mobile and desktop focused on privacy. This is a Linux Command-line interface for Telegram.
RPMPackage python3-taiga-0.8.5-1.lbn19.noarch
python-taiga ============ |Build Status| |Codecov.io Status| |Latest Version| |Supported Python versions| |License| |Downloads| A module for using the `Taiga REST API <http://taigaio.github.io/taiga-doc/dist/api.html>`__. Install ------- :: pip install python-taiga Contribute to python-taiga -------------------------- - If you want to contribute to python-taiga with small fixes or ...
RPMPackage python3-systemd-232-1.lbn19.x86_64
Python module for native access to the systemd facilities. Functionality includes sending of structured messages to the journal and reading journal files, querying machine and boot identifiers and a lists of message identifiers provided by systemd. Other functionality provided by libsystemd is also wrapped.
RPMPackage python3-sssdconfig-1.13.3-3.lbn19.noarch
Provides python3 files for manipulation SSSD and IPA configuration files.
RPMPackage python3-sqlparse-0.1.18-5.lbn19.noarch
sqlparse is a tool for parsing SQL strings. It can generate pretty-printed renderings of SQL in various formats. It is a python module, together with a command-line tool.
RPMPackage python3-sqlalchemy-1.0.11-1.lbn19.x86_64
SQLAlchemy is an Object Relational Mappper (ORM) that provides a flexible, high-level interface to SQL databases. Database and domain concepts are decoupled, allowing both sides maximum flexibility and power. SQLAlchemy provides a powerful mapping layer that can work as automatically or as manually as you choose, determining relationships based on foreign keys or letting you define the join conditions explicitly, to bridge the gap between database and domain. This package includes the python 3 version of the module.
RPMPackage python3-sphinxcontrib-programoutput-0.8-6.lbn19.noarch
A Sphinx extension to literally insert the output of arbitrary commands into documents, helping you to keep your command examples up to date.