源码包:sahara(1:16.0.0-2)
本源码包构建了以下这些二进制包:
- python3-sahara
- OpenStack data processing cluster as a service - library
- sahara
- OpenStack data processing cluster as a service - API & Engine
- sahara-api
- OpenStack data processing cluster as a service - API server
- sahara-common
- OpenStack data processing cluster as a service - common files
- sahara-doc
- OpenStack data processing cluster as a service - doc
- sahara-engine
- OpenStack data processing cluster as a service - Engine server
其他与 sahara 有关的软件包
|
|
-
- adep: debhelper-compat (= 10)
- 软件包暂时不可用
-
- adep: dh-python
- Debian helper tools for packaging Python libraries and applications
-
- adep: openstack-pkg-tools
- Tools and scripts for building Openstack packages in Debian
-
- adep: po-debconf
- tool for managing templates file translations with gettext
-
- adep: python3-all
- package depending on all supported Python 3 runtime versions
-
- adep: python3-pbr
- inject useful and sensible default behaviors into setuptools - Python 3.x
-
- adep: python3-setuptools
- Python3 Distutils Enhancements
-
- adep: python3-sphinx
- documentation generator for Python projects
-
- idep: alembic
- lightweight database migration tool for SQLAlchemy
-
- idep: bandit
- Security oriented static analyzer for Python code - Metapackage
-
- idep: openssh-client
- SSH 客户端,用于登录远程机器
-
- idep: python3-bashate
- bash script style guide checker - Python 3.x
-
- idep: python3-botocore
- Low-level, data-driven core of boto 3 (Python 3)
-
- idep: python3-castellan
- generic key manager interface for OpenStack - Python 3.x
-
- idep: python3-cinderclient
- Python bindings to the OpenStack Volume API - Python 3.x
-
- idep: python3-coverage
- code coverage tool for Python 3
-
- idep: python3-doc8
- Style checker for Sphinx (or other) RST documentation - Python 3.x
-
- idep: python3-eventlet
- concurrent networking library
-
- idep: python3-fixtures
- PyUnit extension for defining test fixtures outside of test cases - Python 3.x
-
- idep: python3-flask
- micro web framework based on Werkzeug and Jinja2 - Python 3.x
-
- idep: python3-glanceclient
- Client library for Openstack glance server - Python 3.x
-
- idep: python3-hacking
- Flake8 OpenStack Hacking Guidelines Enforcement plugins - Python 3.x
-
- idep: python3-heatclient
- client library and CLI for OpenStack Heat - Python 3.x
-
- idep: python3-iso8601
- Python module to parse ISO 8601 dates - Python 3.x
-
- idep: python3-jinja2
- small but fast and easy to use stand-alone template engine
-
- idep: python3-jsonschema
- An(other) implementation of JSON Schema (Draft 3, 4, 6, 7)
-
- idep: python3-keystoneauth1
- authentication library for OpenStack Identity - Python 3.x
-
- idep: python3-keystoneclient
- client library for the OpenStack Keystone API - Python 3.x
-
- idep: python3-keystonemiddleware
- Middleware for OpenStack Identity (Keystone) - Python 3.x
-
- idep: python3-manilaclient
- OpenStack shared file system as a service - Python 3.x client
-
- idep: python3-microversion-parse
- OpenStack microversion header parsing library - Python 3.x
-
- idep: python3-migrate
- Database schema migration for SQLAlchemy - Python 3.x
-
- idep: python3-mysqldb
- Python interface to MySQL
-
- idep: python3-neutronclient
- client API library for Neutron - Python 3.x
-
- idep: python3-novaclient
- client library for OpenStack Compute API - 3.x
-
- idep: python3-openstackdocstheme
- extension support for Sphin OpenStack doc - Python 3.x
-
- idep: python3-os-api-ref
- Sphinx Extensions to support API reference sites in OpenStack - Python 3.x
-
- idep: python3-oslo.concurrency
- oslo.concurrency library - Python 3.x
-
- idep: python3-oslo.config
- Common code for Openstack Projects (configuration API) - Python 3.x
-
- idep: python3-oslo.context
- WSGI context helpers for OpenStack - Python 3.x
-
- idep: python3-oslo.db
- database connectivity to the different backends and helper utils - Python 3.x
-
- idep: python3-oslo.i18n
- Oslo Internationalization Utilities - Python 3.x
-
- idep: python3-oslo.log
- OpenStack logging configuration library - Python 3.x
-
- idep: python3-oslo.messaging
- oslo messaging library - Python 3.x
-
- idep: python3-oslo.middleware
- various WSGI middleware components for OpenStack - Python 3.x
-
- idep: python3-oslo.policy (>= 3.6.0)
- RBAC policy enforcement library for OpenStack - Python 3.x
-
- idep: python3-oslo.rootwrap
- allows fine filtering of shell commands to run as root - Python 3.x
-
- idep: python3-oslo.serialization
- utilities for serialization , especially JSON - Python 3.x
-
- idep: python3-oslo.service
- library for running OpenStack services - Python 3.x
-
- idep: python3-oslo.upgradecheck (>= 1.3.0)
- Common code for writing OpenStack upgrade checks - Python 3.x
-
- idep: python3-oslo.utils
- set of utility functions for OpenStack - Python 3.x
-
- idep: python3-oslotest
- OpenStack test framework - Python 3.x
-
- idep: python3-paramiko
- Make ssh v2 connections (Python 3)
-
- idep: python3-pep8
- Python PEP 8 code style checker - Python 3
-
- idep: python3-psycopg2
- Python 3 module for PostgreSQL
-
- idep: python3-pymysql
- Pure-Python MySQL Driver - Python 3.x
-
- idep: python3-requests
- elegant and simple HTTP library for Python3, built for human beings
-
- idep: python3-saharaclient
- Client library for Openstack Sahara API server - Python 3.x module
-
- idep: python3-sphinxcontrib.httpdomain
- Sphinx domain for HTTP APIs - Python 3.x
-
- idep: python3-sqlalchemy
- SQL toolkit and Object Relational Mapper for Python 3
-
- idep: python3-stestr
- test runner similar to testrepository - Python 3.x
-
- idep: python3-stevedore
- manage dynamic plugins for Python applications - python3
-
- idep: python3-swiftclient
- Client library for Openstack Swift API - Python 3.x
-
- idep: python3-testresources
- PyUnit extension for managing expensive test fixtures - Python 3.x
-
- idep: python3-testscenarios
- Dependency injection for Python unittest tests - Python 3.x
-
- idep: python3-testtools
- Extensions to the Python unittest library - Python 3.x
-
- idep: python3-tooz
- coordination library for distributed systems - Python 3.x
-
- idep: python3-webob
- Python module providing WSGI request and response objects (Python 3)
-
- idep: subunit
- command line tools for processing Subunit streams
Download sahara
文件 | 大小(单位:kB) | MD5 校验码 |
---|---|---|
sahara_16.0.0-2.dsc | 3.6 kB | ccbf362a334aad9d59b929447bf88f87 |
sahara_16.0.0.orig.tar.xz | 522.9 kB | 61e51198cbdcc7d4debe76e0f3097b02 |
sahara_16.0.0-2.debian.tar.xz | 11.9 kB | 8e466b3c450b5e367ee2d3039c26b6c3 |
- Debian 软件包源码仓库(VCS:Git)
- https://salsa.debian.org/openstack-team/services/sahara.git
- Debian 软件包源码仓库(可在线浏览)
- https://salsa.debian.org/openstack-team/services/sahara