src.fmus package

Submodules

src.fmus.views module

src.fmus.views.dumps(obj, *, skipkeys=False, ensure_ascii=True, check_circular=True, allow_nan=True, cls=None, indent=None, separators=None, default=<function make_serializable>, sort_keys=False, **kw)

A version of json.dumps that uses make serializable recursively to make objects serializable

async src.fmus.views.fmu_detail(request: aiohttp.web_request.Request)

Get detailed information for the FMU with the given id

Append /models to get the 3d models if any

async src.fmus.views.fmu_list(request: aiohttp.web_request.Request)

List all uploaded FMUs.

Append an FMU id to get more information about a listed FMU.

async src.fmus.views.fmu_model(request: aiohttp.web_request.Request)

Get a 3d model belonging to the FMU if it exists

async src.fmus.views.fmu_models(request: aiohttp.web_request.Request)

List the 3d models belonging to the FMU if any exists

Append the models id the get a specific model