You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-taskflow-0.3.21-1.lbn19.noarch
A library to do [jobs, tasks, flows] in a HA manner using different backends to be used with OpenStack projects.
RPMPackage python-tablib-0.10.0-1.lbn19.noarch
Tablib is a format-agnostic tabular dataset library, written in Python. Output formats supported: - Excel (Sets + Books) - JSON (Sets + Books) - YAML (Sets + Books) - HTML (Sets) - TSV (Sets) - CSV (Sets) Note that tablib *purposefully* excludes XML support. It always will. (Note: This is a joke. Pull requests are welcome.) Overview -------- tablib.Dataset() A Dataset is a table of tabular data. It may or may not have a header row. They can be build and manipulated as raw Python datatypes (Lists of tuples|dictionaries). Datasets can be imported from JSON, YAML, and CSV; they can be exported to XLSX, XLS, ODS, JSON, YAML, CSV, TSV, and HTML. tablib.Databook() A Databook is a set of Datasets. The most common form of a Databook is an Excel file with multiple spreadsheets. Databooks can be imported from JSON and YAML; they can be exported to XLSX, XLS, ODS, JSON, and YAML.
RPMPackage python-sympy-0.7.1-1.lbn19.noarch
SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python and does not require any external libraries, except optionally for plotting support.
RPMPackage python-swiftclient-3.0.0-1.lbn19.noarch
Client library and command line utility for interacting with Openstack Object Storage API.
RPMPackage python-sure-1.2.3-1.lbn19.noarch
utility belt for automated testing in python for python
RPMPackage python-sumologic-sdk-0.1.3-1.lbn19.noarch
Sumo Logic Python SDK
RPMPackage python-stevedore-0.14-1.lbn19.noarch
Manage dynamic plugins for Python applications
RPMPackage python-stevedore-0.14-1.lbn19.noarch
Manage dynamic plugins for Python applications
RPMPackage python-statsd-3.1-1.lbn19.noarch
statsd is a friendly front-end to Graphite. This is a Python client for the statsd daemon.
RPMPackage python-sqlparse-0.1.11-4.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 python-sqlite3dbm-0.1.4-6.lbn19.noarch
This module provides a SQLite-backed dictionary conforming to the dbm interface, along with a shelve class that wraps the dict and provides serialization for it.
RPMPackage python-sqlalchemy-utils-0.31.3-2.lbn19.noarch
Various utility functions and custom data types for SQLAlchemy.
RPMPackage python-sqlalchemy-migrate-0.10.0-1.lbn19.noarch
nspired by Ruby on Rails’ migrations, Migrate provides a way to deal with database schema changes in SQLAlchemy projects. Migrate extends SQLAlchemy to have database changeset handling. It provides a database change repository mechanism which can be used from the command line as well as from inside python code.
RPMPackage python-sphinx_rtd_theme-0.1.6-1.lbn19.noarch
This is a prototype mobile-friendly sphinx theme for readthedocs.org. It's currently in development and includes some rtd variable checks that can be ignored if you're just trying to use it on your project outside of that site.
RPMPackage python-sphinx-locale-1.4.6-2.lbn19.noarch
Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText sources), written by Georg Brandl. It was originally created to translate the new Python documentation, but has now been cleaned up in the hope that it will be useful to many other projects. This package contains locale files for Sphinx
RPMPackage python-speaklater-1.3-1.fc19.noarch
A module that provides lazy strings for translations. Basically you get an object that appears to be a string but changes the value every time the value is evaluated based on a callable you provide.
RPMPackage python-sortedcontainers-0.9.2-1.lbn19.noarch
Sorted container data types.
RPMPackage python-sorl-watermark-1.0.0-1.lbn19.noarch
sorl-watermark offers drop-in engines for sorl-thumbnail, which automagically insert a specified image as watermark on top of the original thumbnail. Of course everything is configurable, from watermark image to the position and the opacity. If you are looking for a sorl engine to dynamically create text watermarks, you might want to have a look at [zeus/watermark]https://bitbucket.org/zeus/watermarker/overview)
RPMPackage python-sorl-thumbnail-12.2-1.lbn19.noarch
Thumbnails for Django. Features at a glance Support for Django 1.4, 1.5, 1.6 and 1.7 Python 3 support (for Django 1.5, 1.6, 1.7) Storage support Pluggable Engine support for Pillow, ImageMagick, PIL, Wand and pgmagick Pluggable Key Value Store support (cached db, redis) Pluggable Backend support Admin integration with possibility to delete Dummy generation (placeholders) Flexible, simple syntax, generates no html ImageField for model that deletes thumbnails CSS style cropping options Back smart cropping, and remove borders from the images when cropping Margin calculation for vertical positioning Alternative resolutions versions of a thumbnail
RPMPackage python-social-auth-0.2.11-1.lbn19.noarch
Python social authentication made simple.