beat.web.dataformats.views module

beat.web.dataformats.views.view(request, author, name, version=None)[source]

Shows the dataformat

beat.web.dataformats.views.diff(request, author1, name1, version1, author2, name2, version2)[source]

Shows the difference between two data formats. The Web API is used to retrieve the details about the data formats and check the accessibility.

Answers to the following URLs

<dataformats>/diff/<author1>/<name1>/<version1>/<author2>/<name2>/<version2>/

beat.web.dataformats.views.ls(request, author_name)[source]

List all accessible dataformats to the request user

beat.web.dataformats.views.public_ls(request)[source]

List all publicly accessible data formats