Skip to content

arthurlutz/caliopen.web

 
 

Repository files navigation

caliopen.web

image

CaliOpen Web Application is the HTTP entry point of CaliOpen infrastructure.

It requires some other CaliOpen modules.

Refer to caliopen.github.io for full installation and development instructions.

Installation

:::

Discalaimer: Those instructions are for this module only. If you are looking for how to install a full CaliOpen service, you should go to caliopen.github.io

To install local dependencies, use pip:

:::

pip install -e ".[dev,test]"

Note that caliopen.web depends on:

Tests

Tests are launched using nose.

:::

nosetests -sxv caliopen/web/tests/*.py

About

Caliopen Web Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.2%
  • HTML 6.8%