unicef-power-query

Provides Basic UNICEF User model and integration with Azure


License
Apache-2.0
Install
pip install unicef-power-query==0.4

Documentation

UNICEF-security

Installation

pip install unicef-security

Setup

Add unicef_security to INSTALLED_APPS in settings

INSTALLED_APPS = [
    'admin_extra_urls',
    'unicef_security',
]

Usage

TODO

Contributing

Environment Setup

To configure the development environment

$ make develop

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;

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

Compatibility Matrix

Stable

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

Develop

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