Metadata-Version: 2.1
Name: unicef-vision
Version: 0.1
Summary: UNKNOWN
Home-page: https://github.com/unicef/unicef-vision
Author: UNICEF
Author-email: rapidpro@unicef.org
License: Apache 2 License
Description: UNICEF-Vision
        =========
        
        
        Installation
        ------------
        
        .. code-block:: bash
        
            pip install unicef-vision
        
        
        Setup
        -----
        
        Add ``unicef_vision`` to ``INSTALLED_APPS`` in settings
        
        .. code-block:: bash
        
            INSTALLED_APPS = [
                ...
                'unicef_vision',
            ]
        
        
        Usage
        -----
        
        TODO
        
        Contributing
        ------------
        
        Environment Setup
        ~~~~~~~~~~~~~~~~~
        
        To install the necessary libraries
        
        .. code-block:: bash
        
            $ make install
        
        
        Coding Standards
        ~~~~~~~~~~~~~~~~
        
        See `PEP 8 Style Guide for Python Code <https://www.python.org/dev/peps/pep-0008/>`_ for complete details on the coding standards.
        
        To run checks on the code to ensure code is in compliance
        
        .. code-block:: bash
        
            $ make lint
        
        
        Testing
        ~~~~~~~
        
        Testing is important and tests are located in `tests/` directory and can be run with;
        
        .. code-block:: bash
        
            $ make test
        
        Coverage report is viewable in `build/coverage` directory, and can be generated with;
        
        
        Project Links
        ~~~~~~~~~~~~~
        
         - Continuous Integration - https://circleci.com/gh/unicef/unicef-vision/tree/develop
         - Source Code - https://github.com/unicef/unicef-vision
        
        
        
        Links
        -----
        
        +--------------------+----------------+--------------+--------------------+
        | Stable             |                | |master-cov| |                    |
        +--------------------+----------------+--------------+--------------------+
        | Development        |                | |dev-cov|    |                    |
        +--------------------+----------------+--------------+--------------------+
        | Source Code        |https://github.com/unicef/unicef-vision          |
        +--------------------+----------------+-----------------------------------+
        | Issue tracker      |https://github.com/unicef/unicef-vision/issues   |
        +--------------------+----------------+-----------------------------------+
        
        
        .. |master-cov| image:: https://circleci.com/gh/unicef/unicef-vision/tree/master.svg?style=svg
                            :target: https://circleci.com/gh/unicef/unicef-vision/tree/master
        
        
        .. |dev-cov| image:: https://circleci.com/gh/unicef/unicef-vision/tree/develop.svg?style=svg
                            :target: https://circleci.com/gh/unicef/unicef-vision/tree/develop
        
        
        Compatibility Matrix
        --------------------
        
        .. image:: https://travis-matrix-badges.herokuapp.com/repos/unicef/unicef-vision/branches/develop
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: test
