You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-gitdb-0.6.4-1.lbn19.x86_64
GitDB allows you to access bare git repositories for reading and writing. It aims at allowing full access to loose objects as well as packs with performance and scalability in mind. It operates exclusively on streams, allowing to operate on large objects with a small memory footprint.
RPMPackage python-git-crucible-0.1.2-1.lbn19.noarch
Git extension that creates reviews in Crucible straight from the command line.
RPMPackage text/h323 python-git-calendar-v0.1-1.lbn19.noarch
Show your git logs in Github graphical calendar mode. Run the following command under your repository `bash git calendar `
RPMPackage python-gevent-1.0.2-2.lbn19.x86_64
gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of libevent event loop. Features include: * convenient API around greenlets * familiar synchronization primitives (gevent.event, gevent.queue) * socket module that cooperates * WSGI server on top of libevent-http * DNS requests done through libevent-dns * monkey patching utility to get pure Python modules to cooperate
RPMPackage python-gerritlib-0.3.0-4.lbn19.noarch
A Python library for interacting with Gerrit
RPMPackage python-gerrit-view-0.4.6-1.lbn19.noarch
A set of tools to query/view Gerrit patch reviews and their status. Current set of tools: (1) qgerrit -- to query different projects' Gerrit reviews based on a set of criteria/filters; (2) cgerrit -- to view (in real time) Gerrit reviews on CLI; (3) czuul -- to view Gerrit reviews' Zuul (a pipeline oriented project gating and automation system) status on CLI.
RPMPackage python-gerrit-0.0.1-5.gita7ffd76.lbn19.noarch
python-gerrit is a Python interface to Gerrit, a code review system for Git.
RPMPackage python-gear-0.5.5-1.lbn19.noarch
A pure-Python asynchronous library to interface with Gearman.
RPMPackage python-futures-3.0.4-2.lbn19.noarch
The concurrent.futures module provides a high-level interface for asynchronously executing callables.
RPMPackage python-funky-0.0.2-1.lbn19.noarch
Funky is a package of some useful functionnal constructs for python.
RPMPackage python-flocker-unofficial-tools-0.6-1.lbn19.noarch
This repository contains the following ClusterHQ Labs projects. Flocker Volumes CLI (flockerctl)
RPMPackage python-flocker-node-1.15.0-1.lbn19.noarch
Node manager for Flocker
RPMPackage python-flocker-cli-1.15.0-1.lbn19.noarch
Command line interface for python-flocker
RPMPackage python-flocker-1.3.1-1.lbn19.noarch
Flocker is a volume manager and multi-host Docker container orchestration tool. With it you can control your data using the same tools you use for your stateless applications. This means that you can run your databases, queues and key-value stores in Docker and move them around as easily as the rest of your app. With Flocker’s command line tools and a simple configuration language, you can deploy your Docker-based applications onto one or more hosts. Once deployed, your applications will have access to the volumes you have configured for them. Those volumes will follow your containers when you use Flocker to move them between different hosts in your Flocker cluster. Flocker is being developed by ClusterHQ. We are a small team of engineers with experience running distributed systems and many of us are core contributors to the Twisted project.
RPMPackage python-flask-babel-0.9-1.lbn19.noarch
Adds i18n/l10n support to Flask applications with the help of the Babel library.
RPMPackage python-flask-0.9-7.fc19.noarch
Flask is called a “micro-framework” because the idea to keep the core simple but extensible. There is no database abstraction layer, no form validation or anything else where different libraries already exist that can handle that. However Flask knows the concept of extensions that can add this functionality into your application as if it was implemented in Flask itself. There are currently extensions for object relational mappers, form validation, upload handling, various open authentication technologies and more.
RPMPackage python-firebase-token-generator-1.3.2-1.lbn19.noarch
Firebase Token Generator gives you complete control over user authentication by allowing you to authenticate users with secure JSON Web Tokens (JWTs). The auth payload stored in those tokens is available for use in your Firebase [security rules]https://www.firebase.com/docs/security/api/rule/) This is a token generator library for Python which allows you to easily create those JWTs.A utility to generate signed Firebase Authentication Tokens
RPMPackage python-falcon-0.1.8-4.lbn19.x86_64
Falcon is a high-performance Python framework for building cloud APIs. It encourages the REST architectural style, and tries to do as little as possible while remaining highly effective. Features: - Intuitive routing via URI templates and resource classes - Easy access to headers and bodies through request and response classes - Idiomatic HTTP error responses via a handy exception base class - DRY request processing using global, resource, and method hooks - Snappy unit testing through WSGI helpers and mocks - 20% speed boost when Cython is available - Python 2.6, Python 2.7, PyPy and Python 3.3 support - Speed, speed, and more speed!
RPMPackage python-facebook-sdk-0.4.0-1.lbn19.noarch
This client library is designed to support the Facebook Graph API and the official Facebook JavaScript SDK, which is the canonical way to implement Facebook authentication. You can read more about the Graph API by accessing its official documentation.
RPMPackage python-extras-1.0.0-1.lbn19.noarch
extras is a set of extensions to the Python standard library, originally written to make the code within testtools cleaner, but now split out for general use outside of a testing context.