Controller for handling package info display, download and upload.
|
|
|
files(self,
package,
tg_errors=None,
*_decorator__varargs,
**_decorator__kwargs)
List available releases and distribution files for given package. |
source code
|
|
|
default(self,
package,
tg_errors=None,
*_decorator__varargs,
**_decorator__kwargs)
List available releases and distribution files for given package. |
source code
|
|
|
info(self,
package,
filename,
tg_errors=None,
*_decorator__varargs,
**_decorator__kwargs)
Show meta data from PKG-INFO for given package distribution file. |
source code
|
|
|
download(self,
package,
filename,
tg_errors=None,
*_decorator__varargs,
**_decorator__kwargs)
Serve given package distribution file as binary download. |
source code
|
|
|
upload(self,
name,
content,
*args,
**kw)
Handle submissions from the distutils 'upload' command. |
source code
|
|
|
delete(self,
package,
filename,
tg_errors=None,
*_decorator__varargs,
**_decorator__kwargs)
Delete a package file from the repository. |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|