Trees | Indices | Help |
---|
|
|
|||
Inherited from |
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
id = fields.Int(dump_only= True)
|
|||
name = fields.Str(dump_only= True)
|
|||
owner = fields.Str(attribute= "owner_name", dump_only= True)
|
|||
is_a_group_project = fields.Bool(dump_only= True)
|
|||
group = fields.Str(attribute= "group_name", dump_only= True)
|
|||
description = fields.Str(allow_none= True)
|
|||
instructions = fields.Str(allow_none= True)
|
|||
homepage = fields.Url(allow_none= True)
|
|||
contact = fields.Str(validate= validate_any([validate.URL(), v
|
|||
disable_createrepo = fields.Bool(allow_none= True)
|
|||
build_enable_net = fields.Bool(allow_none= True)
|
|||
last_modified = fields.DateTime(dump_only= True)
|
|||
repos = SpaceSeparatedList(allow_none= True)
|
|||
_declared_fields =
|
|||
opts = <marshmallow.schema.SchemaOpts object at 0x7fee4821b950>
|
|||
Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
contact
|
_declared_fields
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Dec 5 22:37:21 2016 | http://epydoc.sourceforge.net |