Skip to content

unicef/unicef-vision

Repository files navigation

UNICEF-Vision

Installation

pip install unicef-vision

Setup

Add unicef_vision to INSTALLED_APPS in settings

INSTALLED_APPS = [
    ...
    'unicef_vision',
]

Usage

TODO

Contributing

Environment Setup

To install the necessary libraries

$ make install

Coding Standards

See PEP 8 Style Guide for Python Code for complete details on the coding standards.

To run checks on the code to ensure code is in compliance

$ make lint

Testing

Testing is important and tests are located in tests/ directory and can be run with;

$ make test

Coverage report is viewable in build/coverage directory, and can be generated with;

Links

Stable master-build master-cov  
Development dev-build dev-cov  
Source Code https://github.com/unicef/unicef-vision
Issue tracker https://github.com/unicef/unicef-vision/issues

Compatibility Matrix

Stable

https://travis-matrix-badges.herokuapp.com/repos/unicef/unicef-vision/branches/master

Develop

https://travis-matrix-badges.herokuapp.com/repos/unicef/unicef-vision/branches/develop