__init__.py

recursive descent parser library

Install

All systems
curl cmd.cat/__init__.py.sh
Debian Debian
apt-get install icedove-dev
Ubuntu
apt-get install python-kineticstools
Arch Arch Linux
pacman -S python-pytorch
image/svg+xml Kali Linux
apt-get install golismero
CentOS
yum install xulrunner-devel
Fedora
dnf install openerp7
Windows (WSL2)
sudo apt-get update sudo apt-get install python-kineticstools
Raspbian
apt-get install shinken-common

python-lepl

recursive descent parser library

A recursive descent parser for Python 2.6+ (including 3!). Lepl is powerful, simple to use, and easy to extend: grammars are written directly as Python code, using a syntax similar to BNF; new matchers can be simple functions. This is the Python 2 version of the package.

python3-lepl

recursive descent parser library (Python 3)

A recursive descent parser for Python 2.6+ (including 3!). Lepl is powerful, simple to use, and easy to extend: grammars are written directly as Python code, using a syntax similar to BNF; new matchers can be simple functions. This is the Python 3 version of the package.

python3-celery

async task/job queue based on message passing (Python3 version)

Celery is an open source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently on one or more worker nodes. Tasks can execute asynchronously (in the background) or synchronously (wait until ready). Celery is written in Python, but the protocol can be implemented in any language. It can also operate with other languages using webhooks. The recommended message broker is RabbitMQ, but limited support for Redis, Beanstalk, MongoDB, CouchDB, and databases (using SQLAlchemy or the Django ORM) is also available. Celery is easy to integrate with Django, using the python-django-celery package. This package contains the Python 3 version of the library.

python-celery

async task/job queue based on message passing (Python2 version)

Celery is an open source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently on one or more worker nodes. Tasks can execute asynchronously (in the background) or synchronously (wait until ready). Celery is written in Python, but the protocol can be implemented in any language. It can also operate with other languages using webhooks. The recommended message broker is RabbitMQ, but limited support for Redis, Beanstalk, MongoDB, CouchDB, and databases (using SQLAlchemy or the Django ORM) is also available. Celery is easy to integrate with Django, using the python-django-celery package. This package contains the Python 2 version of the library.

python3-postgresql

pgsql driver, cluster management tools, and client tools

py-postgresql is a python3 DB-API driver, including cluster management tools and client development tools. Written in pure Python 3 with optional optimizations written in C. It provides support for protocol-level prepared statements, the COPY interface, arrays and composite types, and a console to run quick tests and simple scripts in PostgreSQL called pg_python.

mailman3

Mailing list management system

This is GNU Mailman version 3, a mailing list management system. This package provides the core delivery engine of the system, which handles the mailing lists data, receives messages, handles the moderation and processing of these messages and delivers them to the mailing lists subscribers. It communicates with the other components through a private administrative REST API. Default database backend is SQLite3 in order to not break automated installations. For productive setups, PostgreSQL or MySQL are much better options though. See README.Debian for further information. In order to get the full Mailman3 system, the metapackage 'mailman3-full' should be installed.

vistrails

Science visualisation workflow toolkit

VisTrails is an open-source scientific workflow and provenance management system developed at the University of Utah that provides support for data exploration and visualization. Whereas workflows have been traditionally used to automate repetitive tasks, for applications that are exploratory in nature, such as simulations, data analysis and visualization, very little is repeated---change is the norm. As an engineer or scientist generates and evaluates hypotheses about data under study, a series of different, albeit related, workflows are created while a workflow is adjusted in an interactive process. VisTrails was designed to manage these rapidly-evolving workflows.

python3-theano

CPU/GPU math expression compiler for Python 3

Theano is a Python library that allows one to define and evaluate mathematical expressions involving multi-dimensional arrays efficiently. It provides a high-level Numpy like expression language for functional description of calculation, rearranges expressions for speed and stability, and generates native machine instructions for fast calculation. Optionally, highly accelerated computations could be carried out on graphics cards processors. This package contains Theano for Python 3. Theano development is ending: consider using Caffe or Torch instead.

openerp

Business Applications Server

openerp6.1-core

OpenERP Enterprise Resource Management

pkgme

framework for generating Debian packaging artifacts

python-cl

Actor framework for Kombu

The aim of Kombu is to make messaging in Python as easy as possible by providing an idiomatic high-level interface for the AMQP protocol. It is meant to replace the carrot library by providing a compatibility layer. Features: * Allows application authors to support several message server solutions by using pluggable transports. * Supports automatic encoding, serialization and compression of message payloads. * The ability to ensure that an operation is performed by gracefully handling connection and channel errors.

cinnamon

Innovative and comfortable desktop

Cinnamon is a desktop environment which provides advanced innovative features and a traditional user experience. The desktop layout is similar to GNOME 2. The underlying technology is forked from gnome-shell. The emphasis is put on making users feel at home and providing them with an easy to use and comfortable desktop experience.

python3-jsonpath-rw

extended implementation of JSONPath for Python 3.x

This library provides a robust and significantly extended implementation of JSONPath for Python. It is tested with Python 2.6, 2.7, 3.2, and 3.3. This library differs from other JSONPath implementations in that it is a full language implementation, meaning the JSONPath expressions are first class objects, easy to analyze, transform, parse, print, and extend. The JSONPath syntax supported by this library includes some additional features and omits some problematic features (those that make it unportable). In particular, some new operators such as "|" and "where" are available, and parentheses are used for grouping not for callbacks into Python, since with these changes the language is not trivially associative. Also, fields may be quoted whether or not they are contained in brackets. This package provides the Python 3.x module.

cinnamon-common

Innovative and comfortable desktop (Common data files)

Cinnamon is a desktop environment which provides advanced innovative features and a traditional user experience. The desktop layout is similar to GNOME 2. The underlying technology is forked from gnome-shell. The emphasis is put on making users feel at home and providing them with an easy to use and comfortable desktop experience. This package contains the data files needed by Cinnamon

python-jsonpath-rw

extended implementation of JSONPath for Python 2.x

This library provides a robust and significantly extended implementation of JSONPath for Python. It is tested with Python 2.6, 2.7, 3.2, and 3.3. This library differs from other JSONPath implementations in that it is a full language implementation, meaning the JSONPath expressions are first class objects, easy to analyze, transform, parse, print, and extend. The JSONPath syntax supported by this library includes some additional features and omits some problematic features (those that make it unportable). In particular, some new operators such as "|" and "where" are available, and parentheses are used for grouping not for callbacks into Python, since with these changes the language is not trivially associative. Also, fields may be quoted whether or not they are contained in brackets. This package provides the Python 2.x module.

python2-celery

Distributed Asynchronous Task Queue

cinch

A tool for provisioning Jenkins components for CI

python-django

High-level Python web development framework (Python 2 version)

Django is a high-level web application framework that loosely follows the model-view-controller design pattern. Python's equivalent to Ruby on Rails, Django lets you build complex data-driven websites quickly and easily - Django focuses on automating as much as possible and adhering to the "Don't Repeat Yourself" (DRY) principle. Django additionally emphasizes reusability and "pluggability" of components; many generic third-party "applications" are available to enhance projects or to simply to reduce development time even further. Notable features include: * An object-relational mapper (ORM) * Automatic admin interface * Elegant URL dispatcher * Form serialization and validation system * Templating system * Lightweight, standalone web server for development and testing * Internationalization support * Testing framework and client This package is built for Python 2.

python3-pex

library for generating Python executable zip files

pex is a library for generating .pex (Python EXecutable) files which are executable Python environments in the spirit of virtualenvs. pex is an expansion upon the ideas outlined in PEP 441 and makes the deployment of Python applications as simple as cp. pex files may even include multiple platform-specific Python distributions, meaning that a single pex file can be portable across Linux and OS X. pex files can be built using the pex tool. Build systems such as Pants and Buck also support building .pex files directly. This is the Python 3 library version.

python-pex

library for generating Python executable zip files

pex is a library for generating .pex (Python EXecutable) files which are executable Python environments in the spirit of virtualenvs. pex is an expansion upon the ideas outlined in PEP 441 and makes the deployment of Python applications as simple as cp. pex files may even include multiple platform-specific Python distributions, meaning that a single pex file can be portable across Linux and OS X. pex files can be built using the pex tool. Build systems such as Pants and Buck also support building .pex files directly. This is the Python 2 library version.

thunderbird-dev

Development files for Thunderbird

Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. It supports different mail accounts, no matter of the used protocol like POP(s) or IMAP(s), has an integrated learning Spam filter, and offers easy organization of mails with tagging and virtual folders. Also, more features can be added by installing extensions. This package contains the development headers, idl files and static libraries needed to develop applications using Thunderbird.

python-theano

CPU/GPU math expression compiler for Python

Theano is a Python library that allows one to define and evaluate mathematical expressions involving multi-dimensional arrays efficiently. It provides a high-level Numpy like expression language for functional description of calculation, rearranges expressions for speed and stability, and generates native machine instructions for fast calculation. Optionally, highly accelerated computations could be carried out on graphics cards processors. This package contains Theano for Python 2. Theano development is ending: consider using Caffe or Torch instead.

ivulncheck-api

reports cluster security vulnerabilities and fixes - API

python3-neutron

OpenStack virtual network service - Python library

Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (such as vNICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities, including QoS, ACLs, and network monitoring. This package provides the Python library.

python3-flatlatex

Python3 LaTeX math converter to unicode text - library

flatlatex is a basic converter from LaTeX math to human readable text math using unicode characters. It allows one to inline small equations into emails or on instant messaging clients, thus allowing to avoid sending a pdf while still being understandable. This package provides the Python3 library.

alignak-common

Alignak Common

shinken

Flexible monitoring tool - Meta-package

This metapackage install a minimal and fully functionnal monitoring solution based on Shinken and its WebUI module. Shinken is a new, Nagios compatible monitoring tool, written in Python. The main goal of Shinken is to allow users to have a fully flexible architecture for their monitoring system that can easily scale to large environments.

python2-theano

multidimensional arrays

python-neutron

OpenStack virtual network service - Python library

Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (such as vNICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities, including QoS, ACLs, and network monitoring. This package provides the Python library.

openerp7

Business Applications Server

screenlets-pack-all

Widget-like mini-applications for GNOME

screenlets-pack-basic

Widget-like mini-applications for GNOME

xulrunner-devel

This package contains the libraries amd header files that are

needed for writing XUL+XPCOM applications with Mozilla XULRunner and Gecko. AutoProv: 0

python-pythonect

general-purpose dataflow programming language based on Python

Pythonect is a new, experimental, general-purpose dataflow programming language based on Python. It provides both a visual programming language and a text-based scripting language. The text-based scripting language aims to combine the quick and intuitive feel of shell scripting, with the power of Python. The visual programming language is based on the idea of a diagram with “boxes and arrows”.

apprecommender

Application recommender for Debian (and derivatives)

The user provides a set of applications installed in her/his system and the recommender suggests a set of programs that she/he might also be interested in, based on the profile deduced from the his previous choices and other similar users choices. The recommendations are composed using classification and information retrieval techniques using debtags, apt-xapian-index and user packages terms as data sources.

shinken-common

Flexible monitoring tool - Common files

Common files for shinken monitoring. Shinken is a new, Nagios compatible monitoring tool, written in Python. The main goal of Shinken is to allow users to have a fully flexible architecture for their monitoring system that can easily scale to large environments.

icedove-dev

Development files for Icedove

Icedove is an unbranded Thunderbird mail client suitable for free distribution. It supports different mail accounts (POP, IMAP, Gmail), has an integrated learning Spam filter, and offers easy organization of mails with tagging and virtual folders. Also, more features can be added by installing extensions. This package contains the development headers, idl files and static libraries needed to develop applications using Icedove. This is a transitional package. It can be safely removed.

golismero

Web application mapper

GoLISMERO help you to map an web application, displaying as confortable format for security auditor and preparing them for intergrate with other web hacking tools as w3af, wfuzz, netcat, nikto, etc

python-pytorch-cuda

Tensors and Dynamic neural networks in Python with strong GPU acceleration

python-pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

python-django16

High-level Python web development framework

python-kineticstools

detection of DNA modifications (Python 2 library)

Tools for detecting DNA modifications from single molecule, real-time (SMRT®) sequencing data. This tool implements the P_ModificationDetection module in SMRT® Portal, used by the RS_Modification_Detection and RS_Modifications_and_Motif_Detection protocol. Researchers interested in understanding or extending the modification detection algorithms can use these tools as a starting point. This package is part of the SMRTAnalysis suite and contains the backend Python 2 library.