Skip to content

unicef/unicef-security

Repository files navigation

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.co m/unicef/unicef -security
Issue tracker https://github.co m/unicef/unicef -security/issues

Compatibility Matrix

Stable

image

Develop

image