Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
setuptools.command.rotate.rotate Class Reference
Inheritance diagram for setuptools.command.rotate.rotate:
setuptools.Command

Public Member Functions

def initialize_options
 
def finalize_options
 
def run
 
- Public Member Functions inherited from setuptools.Command
def __init__
 
def reinitialize_command
 

Public Attributes

 match
 
 dist_dir
 
 keep
 

Static Public Attributes

string description = "delete older distributions, keeping N newest files"
 
list user_options
 
list boolean_options = []
 
- Static Public Attributes inherited from setuptools.Command
 command_consumes_arguments = False
 

Detailed Description

Delete older distributions

Member Function Documentation

def setuptools.command.rotate.rotate.finalize_options (   self)
def setuptools.command.rotate.rotate.initialize_options (   self)
def setuptools.command.rotate.rotate.run (   self)

Member Data Documentation

list setuptools.command.rotate.rotate.boolean_options = []
static
string setuptools.command.rotate.rotate.description = "delete older distributions, keeping N newest files"
static
setuptools.command.rotate.rotate.dist_dir
setuptools.command.rotate.rotate.keep
setuptools.command.rotate.rotate.match
list setuptools.command.rotate.rotate.user_options
static
Initial value:
1 = [
2  ('match=', 'm', "patterns to match (required)"),
3  ('dist-dir=', 'd', "directory where the distributions are"),
4  ('keep=', 'k', "number of matching distributions to keep"),
5  ]

The documentation for this class was generated from the following file:

Copyright 2014 Google Inc. All rights reserved.