weso / CWR-WebClient

CWR-WebClient

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CWR Web Client

This projects offers a web UI to handle CWR files.

For this the CWR Data Model API is used, as a way both to represent the contents of these files and to communicate with the services being used.

For more information about the CWR standard consult that same projects. It should suffice to say that it is a standard for registering musical works created by CISAC, while this application has been developed by WESO independently, with help from BMAT.

Documentation

The current version is under development. No public documentation is still offered.

Status

The project is still in the development phase.

Issues management

Issues are managed at the GitHub project issues page.

Building the code

The application has been coded in Python, using the Flask framework.

Prerequisites

The project has been tested in the following versions of the interpreter:

  • Python 2.6
  • Python 2.7
  • Pypy

Al other dependencies are indicated on requirements.txt, which can be installed with the command:

pip install -r requirements.txt

Getting the code

The code can be found at the GitHub project page.

License

The project is released under the MIT License.

About

CWR-WebClient

License:MIT License


Languages

Language:JavaScript 64.2%Language:HTML 16.9%Language:Python 12.6%Language:CSS 5.0%Language:Batchfile 0.8%Language:Makefile 0.5%