Personal tools
Skip to content. | Skip to navigation
check-manifest |buildstatus|_ |appveyor|_ |coverage|_Are you a Python developer? Have you uploaded packages to the Python Package Index? Have you accidentally uploaded *broken* packages with some files missing? If so, check- manifest is for you.Quick start --:: $ pip install check-manifest $ cd /src/mygreatpackage $ check-manifestYou can ask the script to help you update your MANIFEST.in:: $...
Cheroot is the high-performance, pure-Python HTTP server used by CherryPy.
CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This usually results in smaller source code developed in less time.
CORS support for CherryPy In a nutshell In your application, either install the tool globally. import cherrypy_cors cherrypy_cors.install() Or add it to your application explicitly. import cherrypy_cors app = cherrypy.tree.mount(...) app.toolboxes['cors'] = cherrypy_cors.tools Then, enable it in your cherrypy config. For example, to enable it for all static resources. config = { '/static': { 'tools.staticdir.on': True, 'cors.expose.on': True, } } See simple-example for a runnable example.
OpenStack Volume (codename Cinder) provides services to manage and access block storage volumes for use by Virtual Machine instances. This package contains the cinder Python library.
Common code for Cinder.
Client library (cinderclient python module) and command line utility (cinder) for interacting with OpenStack Cinder (Block Storage) API.
The Cinder Library, also known as cinderlib, is a Python library that leverages the Cinder project to provide an object oriented abstraction around Cinder's storage drivers to allow their usage directly without running any of the Cinder services or surrounding services, such as KeyStone, MySQL or RabbitMQ. The library is intended for developers who only need the basic CRUD functionality of the drivers and don't care for all the additional features Cinder provides such as quotas, replication, multi-tenancy, migrations, retyping, scheduling, backups, authorization, authentication, REST API, etc.
Introduction This will add those terribly "delish" little thumbs all over facebook to products of your choosing. By default, only logged in users can rate a product, and once they are logged in they can vote once (and change their vote at any time) Installation Your mission, should you choose to accept it is to add the package to