{% set scriptdir = '../common/js/' %} {% set cssdir = '../common/css/' %} {% extends "templates/base.tmpl" %} {% block pagetitle %}Developers{% endblock %} {% block title %} Documentation > Python developer {% endblock %} {% block content %}
This page contains documentation for Python developers, who work on OpenStack itself.
Configuration tools for OpenStack clouds. Used primarily by TripleO.
grenadeGrenade is an OpenStack test harness to exercise the upgrade process between releases.
Friendly state machines for python.
cliffBuilds command-line programs in Python.
debtcollectorA collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner.
futuristAsynchronous code from the future, helping you build out your applications to handle asynchronous and periodic work in a nice manner.
keystoneauthCommon authentication library for OpenStack clients.
keystonemiddlewareMiddleware provided for integrating with the OpenStack Identity API.
oslo.cacheGeneric caching mechanism for OpenStack projects by wrapping the dogpile.cache.
oslo.concurrencyExternal process management and task synchronization.
oslo.configConfiguration option parsing from the command line or configuration files.
oslo.contextHelpers to maintain useful information about a request context
oslo.dbDatabase connectivity.
oslo.i18nInternationalization and translation.
oslo-incubatorShared modules under development.
oslo.logA logging configuration library.
oslo.messagingInter-process communication.
oslo.middlewareA collection of WSGI middleware for web service development.
oslo.policyCommon policy enforcement.
oslo.reportsError report framework for projects.
oslo.rootwrapFine filtering of shell commands to run as root.
oslo.serializationSerialization with special handling for some common types.
oslo.serviceLibrary for running and managing OpenStack services.
oslo.utilsDatabase and RPC object schema versioning.
oslo.versionedobjectsLibrary of common low-level utility modules.
oslo.vmwareCommon functionality required by VMware drivers in several projects.
oslosphinxTheme and extension support for Sphinx documentation.
oslotestUnit test and fixture framework.
pbrManages setuptools packaging needs in a consistent way.
PyCADFCreates CADF events to capture cloud-related events.
pylockfileThe lockfile package provides a simple API for locking files.
stevedoreManages dynamic plug-ins for Python applications.
TaskFlowMakes task execution easy, consistent, and reliable.
ToozDistributed primitives like group membership protocol, lock service and leader elections.
Documentation treated like code, powered by the community - interested?
How To Contribute