Skip to content

calmjs/calmjs.types

Repository files navigation

calmjs.types

A collection of types (mostly exception classes) for use with calmjs.

https://travis-ci.org/calmjs/calmjs.types.svg?branch=master https://ci.appveyor.com/api/projects/status/iyrgqhraj2qjn1cl/branch/master?svg=true https://coveralls.io/repos/github/calmjs/calmjs.types/badge.svg?branch=master

Introduction

Developers of packages and extensions that make use of the Calmjs toolchain has the option to advise the toolchain with their custom entry point declarations. However, to halt the execution they will need to raise specific exceptions. This package provides those exceptions as a separate package, under the MIT Expat license, to avoid the coupling of the package being developed from the core calmjs package.

Installation

As this is a developer catered package, the installation should be optional, and the recommended method is to use the install_requires or setup_requires argument for the setup function call for the setup.py of the package.

If required, the following command may be executed to source the latest stable version of calmjs.types wheel from PyPI for installation into the current Python environment.

$ pip install calmjs.types

Contribute

Legal

The calmjs.types package is copyright (c) 2017 Auckland Bioengineering Institute, University of Auckland. The calmjs.types package is licensed under the MIT license (specifically, the Expat License).

The Calmjs project is copyright (c) 2017 Auckland Bioengineering Institute, University of Auckland.