Packages — P (Page 25 of 31)

Packages menu:

Browse alphabetically

0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

python2-cython 0.29.17

Cython is an optimising static compiler for both the Python programming language and the extended Cython programming language. It makes writing C extensions for Python as easy as Python itself. …

python2-dateutil 2.8.1

The dateutil module provides powerful extensions to the standard datetime module, available in Python 2.3+. …

python2-dbus 1.2.16

python-dbus provides bindings for libdbus, the reference implementation of D-Bus. …

python2-ddt 1.1.3

Data-Driven Tests ("DDT") allow you to multiply one test case by running it with different test data, and make it appear as multiple test cases. …

python2-debtcollector 1.19.0

This package provides a collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner. …

python2-decorator 4.3.0

The aim of the decorator module is to simplify the usage of decorators for the average programmer, and to popularize decorators usage giving examples of useful decorators, such as memoize, tracing, redirecting_stdout,…

python2-defcon 0.3.5

Defcon is a set of UFO (unified font object) based objects optimized for use in font editing applications. The objects are built to be lightweight, fast and flexible. The objects…

python2-defusedxml 0.6.0

Defusedxml provides XML bomb protection for Python stdlib modules. …

python2-dendropy 4.4.0

DendroPy is a library for phylogenetics and phylogenetic computing: reading, writing, simulation, processing and manipulation of phylogenetic trees (phylogenies) and characters. …

python2-diff-match-patch 20121119

Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text. …

python2-dirsync 2.2.3

Advanced directory tree synchronisation tool. …

python2-discogs-client 2.2.1

This is the official Discogs API client for Python. It enables you to query the Discogs database for information on artists, releases, labels, users, Marketplace listings, and more. It also…

python2-discover 0.4.0

Discover provides test discovery for unittest, a feature that has been backported from Python 2.7 for Python 2.4+. …

python2-distutils-extra 2.38

The python-distutils-extra module enables you to easily integrate gettext support, themed icons, and scrollkeeper-based documentation into Python's distutils. …

python2-dj-database-url 0.4.2

This simple Django utility allows you to utilize the 12factor inspired DATABASE_URL environment variable to configure your Django application. The dj_database_url.config method returns a Django database connection dictionary, populated with all the data…

python2-django 1.11.29

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. It provides many tools for building any Web site. Django focuses on automating as much as…

python2-django-allauth 0.40.0

Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication. …

python2-django-appconf 1.0.3

This app precedes Django's own AppConfig classes that act as "objects [to] store metadata for an application" inside Django's app loading mechanism. In other words, they solve a related but different…

python2-django-assets 0.12

Asset management for Django, to compress and merge CSS and Javascript files. Integrates the webassets library with Django, adding support for merging, minifying and compiling CSS and Javascript files. …

python2-django-bulk-update 1.1.10

Simple bulk update over Django ORM or with helper function. This project aims to bulk update given objects using one query over Django ORM. …

python2-django-contact-form 1.3

This application provides simple, extensible contact-form functionality for Django sites. …

python2-django-contrib-comments 1.8.0

Django used to include a comments framework; since Django 1.6 it's been separated to a separate project. This is that project. This framework can be used to attach comments to…

python2-django-filter 1.1.0

Django-filter is a generic, reusable application to alleviate writing some of the more mundane bits of view code. Specifically, it allows users to filter down a queryset based on a model’s…

python2-django-gravatar2 1.4.2

Essential Gravatar support for Django. Features helper methods, templatetags and a full test suite. …

python2-django-jsonfield 1.0.3

Django-jsonfield is a reusable Django field that allows you to store validated JSON in your model. It silently takes care of serialization. To use, simply add the field to one…

python2-django-mailman3 1.1.0

Libraries and templates for Django-based interfaces interacting with Mailman. …

python2-django-overextends 0.4.3

A Django reusable app providing the overextends template tag, a drop-in replacement for Django's extends tag, which allows you to use circular template inheritance. The primary use-case for overextends is to…

python2-django-redis 4.10.0

Full featured redis cache backend for Django. …

python2-django-rq 1.3.1

Django integration with RQ, a Redis based Python queuing library. Django-RQ is a simple app that allows you to configure your queues in django's settings.py and easily use them in your…

python2-django-simple-math-captcha 1.0.7

A multi-value-field that presents a human answerable question, with no settings.py configuration necessary, but instead can be configured with arguments to the field constructor. …

python2-django-sortedm2m 1.3.3

Sortedm2m is a drop-in replacement for django's own ManyToManyField. The provided SortedManyToManyField behaves like the original one but remembers the order of added relations. …

python2-django-statici18n 1.3.0

A Django app that provides helper for generating JavaScript catalog to static files. …

python2-django-tagging 0.4.6

This package provides a generic tagging application for Django projects, which allows association of a number of tags with any `Model' instance and makes retrieval of tags simple. …

python2-dns-lexicon 2.4.0

Lexicon provides a way to manipulate DNS records on multiple DNS providers in a standardized way. It has a CLI but it can also be used as a Python library.…

python2-dnspython 1.16.0

dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages…

python2-docopt 0.6.2

This library allows the user to define a command-line interface from a program's help message rather than specifying it programmatically with command-line parsers like `getopt' and `argparse'. …

python2-docutils 0.16

Docutils is a modular system for processing documentation into useful formats, such as HTML, XML, and LaTeX. For input Docutils supports reStructuredText. …

python2-docutils 0.14

Docutils is a modular system for processing documentation into useful formats, such as HTML, XML, and LaTeX. For input Docutils supports reStructuredText. …

python2-dogtail 0.9.11

Dogtail is a GUI test tool and automation framework written in Python. It uses Accessibility (a11y) technologies to communicate with desktop applications. dogtail scripts are written in Python and executed like…

python2-drmaa 0.7.7

A Python package for Distributed Resource Management (DRM) job submission and control. This package is an implementation of the DRMAA 1.0 Python language binding specification. …

python2-dukpy 0.3

dukpy is a JavaScript runtime environment for Python using the duktape embeddable JavaScript engine. …

python2-dulwich 0.19.16

Dulwich is an implementation of the Git file formats and protocols written in pure Python. …

python2-ecdsa 0.14.1

This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm), implemented purely in Python. With this library, you can quickly create keypairs (signing key and verifying key), sign…

python2-ecpy 0.10.0

This package provides a Elliptic Curve Library in pure Python. …

python2-ed25519 1.4

Ed25519 public-key signatures …

python2-editor 1.0.4

python-editor is a library that provides the editor module for programmatically interfacing with your system's $EDITOR. …

python2-efl 1.24.0

PYTHON-EFL are the python bindings for the whole Enlightenment Foundation Libraries stack (eo, evas, ecore, edje, emotion, ethumb and elementary). …

python2-elasticsearch 7.1.0

Official low-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-related code in Python; because of this it tries to be opinion-free and very extendable. …

python2-element-tree 1.2.6

ElementTree is a Python library supporting lightweight XML processing. …

python2-elib.intl 0.0.3

The elib.intl module provides enhanced internationalization (I18N) services for your Python modules and applications. …

python2-email-validator 1.0.2

This library validates email address syntax and deliverability. …

python2-empy 3.3.3

EmPy is a system for embedding Python expressions and statements in template text; it takes an EmPy source file, processes it, and produces output. This is accomplished via expansions, which are…

python2-entrypoints 0.3

Entry points are a way for Python packages to advertise objects with some common interface. The most common examples are `console_scripts' entry points, which define shell commands by identifying a Python…

python2-enum 0.4.6

This provides a module for robust enumerations in Python. It has been superseded by the Python standard library and is provided only for compatibility. …

python2-enum34 1.1.6

Enum34 is the new Python stdlib enum module available in Python 3.4 backported for previous versions of Python from 2.4 to 3.3. …

python2-et-xmlfile 1.0.1

This Python library is based upon the `xmlfile' module from `lxml'. It aims to provide a low memory, compatible implementation of `xmlfile'. …

python2-eventlet 0.25.1

Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it. It uses `epoll' or `libevent' for highly scalable…

python2-execnet 1.4.1

Execnet provides a share-nothing model with channel-send/receive communication for distributing execution across many Python interpreters across version, platform and network barriers. It has a minimal and fast API targeting the following uses: …

python2-exif-read 2.1.2

ExifRead is a Python library to extract EXIF data from tiff and jpeg files. …

python2-extras 1.0.0

Extras is a set of extensions to the Python standard library. …

python2-factory-boy 2.8.1

Factory_boy is a fixtures replacement based on thoughtbot’s factory_girl. As a fixtures replacement tool, it aims to replace static, hard to maintain fixtures with easy-to-use factories for complex object. Instead of building an…

python2-faker 3.0.1

Faker is a Python package that generates fake data such as names, addresses, and phone numbers. …

python2-fakeredis 1.2.1

Fakeredis is a pure-Python implementation of the redis-py Python client that simulates talking to a redis server. It was created for a single purpose: to write unit tests. Setting up redis is…

python2-falcon 2.0.0

Falcon is a web API framework for building microservices, application backends and higher-level frameworks. Among its features are: * Optimized and extensible code base * Routing…

python2-falcon-cors 1.1.7

This middleware provides "cross-origin resource sharing" (CORS) support for Falcon. It allows applying a specially crafted CORS object to the incoming requests, enabling the ability to serve resources over a different…

python2-fastalite 0.3

This library implements a FASTA and a FASTQ parser without relying on a complex dependency tree. …

python2-fasteners 0.15

This package provides a Python program that provides following locks: * Locking decorator * Reader-writer locks * Inter-process locks * Generic helpers …

python2-fastimport 0.9.8

This package provides a parser for and generator of the Git fastimport (https://www.kernel.org/pub/software/scm/git/docs/git-fast-import.html) format. …

python2-fastlmm 0.2.21

FaST-LMM, which stands for Factored Spectrally Transformed Linear Mixed Models, is a program for performing both single-SNP and SNP-set genome-wide association studies (GWAS) on extremely large data sets. …

python2-feedgenerator 1.9

Feedgenerator-py3k is a standalone version of Django's feedgenerator, which can produce feeds in RSS 2.0, RSS 0.91, and Atom formats. …

python2-feedparser 5.2.1

Universal feed parser which handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds. …

python2-fido2 0.5.0

This Python library provides functionality for communicating with a Fast IDentity Online (FIDO) device over Universal Serial Bus (USB) as well as verifying attestation and assertion signatures. It aims to support…

python2-file 5.38

The file command is a file type guesser, a command-line tool that tells you in words what kind of data a file contains. It does not rely on filename extensions to…

python2-fixtures 3.0.0

Fixtures provides a way to create reusable state, useful when writing Python tests. …

python2-fixtures-bootstrap 3.0.0

This package is only used for bootstrapping. Use the regular python-fixtures package instead. …

python2-flake8 3.8.3

Flake8 is a wrapper around PyFlakes, pep8 and python-mccabe. …

python2-flake8-polyfill 1.0.2

This package that provides some compatibility helpers for Flake8 plugins that intend to support Flake8 2.x and 3.x simultaneously. …

python2-flaky 3.5.3

Flaky is a plugin for `nose' or `py.test' that automatically reruns flaky tests. Ideally, tests reliably pass or fail, but sometimes test fixtures must rely on components that aren't 100% reliable. …

python2-flasgger 0.6.3

`python-flasgger' allows extracting Swagger specs from your Flask project. It is a fork of Flask-Swagger. …

python2-flask 1.1.2

Flask is a micro web framework based on the Werkzeug toolkit and Jinja2 template engine. It is called a micro framework because it does not presume or force a developer to…

python2-flask-babel 1.0.0

This package implements internationalization and localization support for Flask. This is based on the Python babel module as well as pytz - both of which are installed automatically if you install this…

python2-flask-htmlmin 1.2

Minify `text/html' MIME type responses when using `Flask'. …

python2-flask-httpauth 3.2.3

`flask_httpauth' provides Basic and Digest HTTP authentication for Flask routes. …

python2-flask-login 0.5.0

`Flask-Login' provides user session management for Flask. It handles the common tasks of logging in, logging out, and remembering your users' sessions over extended periods of time. …

python2-flask-multistatic 1.0

`flask-multistatic' is a flask plugin that adds support for overriding static files. …

python2-flask-principal 0.4.0

`flask_principal' is a identity management library for Flask. It supports managing both authentication and authorization data in a thread-local variable. …

python2-flask-restful-swagger 0.20.1

This package lets you extract Swagger API documentation specs from your Flask-Restful projects. …

python2-flask-script 2.0.6

The Flask-Script extension provides support for writing external scripts in Flask. This includes running a development server, a customised Python shell, scripts to set up your database, cronjobs, and other command-line…

python2-flask-wtf 0.14.3

Flask-WTF integrates Flask and WTForms, including CSRF, file upload, and reCAPTCHA. …

python2-flex 6.10.0

`flex' can be used to validate Swagger schemata. …

python2-flexmock 0.10.4

flexmock is a testing library for Python that makes it easy to create mocks, stubs and fakes. …

python2-fonttools 3.44.0

FontTools/TTX is a library to manipulate font files from Python. It supports reading and writing of TrueType/OpenType fonts, reading and writing of AFM files, reading (and partially writing) of PS Type…

python2-freezegun 0.3.14

FreezeGun is a library that allows your python tests to travel through time by mocking the datetime module. …

python2-fudge 0.9.6

Fudge is a Python module for using fake objects (mocks and stubs) to test real ones. In readable Python code, you declare the methods available on your fake object and how they should…

python2-funcsigs 1.0.2

Backport of `funcsigs' which was introduced in Python 3.3. …

python2-funcsigs-bootstrap 1.0.2

Backport of `funcsigs' which was introduced in Python 3.3. …

python2-functools32 3.2.3-2

This package is a backport of the `functools' module from Python 3.2.3 for use with older versions of Python and PyPy. …

python2-funcy 1.11

`funcy' is a library that provides functional tools. Examples are: 1. merge - Merges collections of the same type 2. walk - Type-preserving map 3. select…

python2-furl 2.0.0

Furl provides an easy-to-use alternative to the `urllib' and `urlparse' modules for manipulating URLs. …

python2-fusepy 2.0.4

Python module that provides a simple interface to FUSE and MacFUSE. The binding is created using the standard `ctypes' library. …

Packages menu:

Browse alphabetically

0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z